This is a migrated thread and some comments may be shown as answers.

Performance statistics

2 Answers 42 Views
General discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Raghavendra
Top achievements
Rank 1
Raghavendra asked on 08 Jul 2014, 07:14 AM
Hi,

Is there any way I can collect performance statistics of the application? 

What I would like to do is periodically send performance stats such as cpu usage, number of threads, memory used by application. Is there anything built-in that alllows me to record such information?

Or, is there any recommended way to do this? 

Thanks and regards,
Raghav

2 Answers, 1 is accepted

Sort by
0
Thomas.Andersen@telerik.com
Telerik team
answered on 08 Jul 2014, 09:55 AM
Hi Raghav

The best way to do this is to use feature value. With feature value you could send in any metric from the client you want, in your case CPU usage and thread count. You could also choose only to do this during the processes in the application that you care about, ones that potentially causes heavy load on the client system. Just bear in mind that you shouldn't send it in too often since this could cause extra load on the client system. I will suggest that you do it during selected periods or perhaps calculate average, min and max and send this in with longer intervals.

Regards,
Thomas.Andersen@telerik.com
Telerik
 
EQATEC Application Analytics is now Telerik Analytics. For more information on the new name, plus what's new in Telerik Analytics, please, check out the Analytics Service Announcement.
 
0
Raghavendra
Top achievements
Rank 1
answered on 08 Jul 2014, 10:01 AM
Hi Thomas.

Thanks for your prompt reply.
Tags
General discussion
Asked by
Raghavendra
Top achievements
Rank 1
Answers by
Thomas.Andersen@telerik.com
Telerik team
Raghavendra
Top achievements
Rank 1
Share this question
or