Introscope Metrics
Introscope Metrics
The Average Response Time metric averages the response times of all requests that were completed during an interval. Note: The count for Average Response Time is identical to the value of Responses Per Interval.
Concurrent Invocations
Invocations are requests handled by the application and its various parts; concurrent invocations are the requests being handled at a given time.
Introscope calculates the Concurrent Invocations metric by counting the number of requests which were still in flight (that is, which were still being handled) at the end of a particular interval.
1- A low Concurrent Invocations value is desirable. 2- A high Concurrent Invocations value suggets a problem.
Of course, an unexpected spike in responses could indicate overuse of the external system, such as a denial of service attack on a website.
Stall Count
Stalled requests are those which have not completed within a specified time threshold. If a request is counted as stalled, that does not mean it is hung and will never be completed, but that its execution exceeded the stall threshold.
1- A low count is desirable. 2- A high count is undesirable.
GC Heap metrics
Garbage Collection is the process of freeing memory taken up by objects no longer in use; once memory is freed up it is useable by other objects. GC Heap|Bytes In Use GC Heap|Bytes In Use reports the amount of memory being currently used by objects. GC Heap|Bytes Total GC Heap|Bytes Total reports the total amount of memory allocated by the JVM.
CPU Utilization
CPU utilization is measured by Introscopes platform monitor, and measures the amount of CPUs being used. There are two different measurements: CPU:Utilization % (process) Percentage of the total computing power of the Introscope host, but limited to the percentage utilized by the JVM process that introscope monitors. CPU:Utilization % (aggregate) Utilization of an individual processor