loadrunner any material or website to teach analysis part...

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

C

Chirs Samuel

Guest
any material or website to teach analysis part clearly. from basic to advance. how to open logs in sitescope and digonstic
 
HP SiteScope usually used to monitor the behavior of specific component, service or query of a System in production or under test. Regarding HP Diagnostics, I've experience in Java Probes. HP Java Diagnostics was developed based on JVMTI API to profile the java virtual machine and to get deep information about the the behavior of the application classes and methods. To grasp how it is work and analyze the data, you need to know first more information about JVM: like: Stacks, Heaps, Memory Management, Memory leaks, Garbage Collection. Second, You should know more about JVMTI. There are many guides in Official HP Repository, You can get them if your company has HP support. This below site will help in regard of HP Diagnostics: http://www.wilsonmar.com/
 
Yeah! Wilson Mar has probably the BEST info out there outside of truly using the tools and experience in general. I've tried finding classes for our company but none really are up to snuff on the topics of actually doing real analysis and diagnostics. What has worked for us on a limited scale is myself giving 2-3 hour mini classes on the topics while deep diving a real app the group has in common in dev or production at the moment. Even better if there is an actual issue to hunt down or solve. The HP Diagnostics package is immensely powerful when fully utilized. I'm currently working a Raspberry Pi project to use it as an adhoc data pusher into HP Diag for non-jvm data.