Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
05-31-2017 03:09 AM
Hello ,
i wanted to know how many users out of the total numbers logged into app dynamics controller in last 10 days , is there a way to get list of users logged into app dynamics controller for a specific period of time
06-01-2017 04:45 AM
From the controller UI we don't have option to see who all logged in, but we can query the database to get the list of user logged in.
Please run below query to get the users list.
select from_unixtime(ts_ms/1000),account_name,user_name,action from controller_audit where action like '%login%' and user_name!='system';
User | Count |
---|---|
7 | |
2 | |
2 | |
1 | |
1 | |
1 |
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form