cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

The websphere active "thread pool max" metric has a decimal point in customer chart

owen_chen
Guide

image001.png

 

I have setting a websphere Active threads(Max) in customer chart.

But why does the active thread (Max) have a non-positive integer value? This is very strange to me. Has anyone encountered it before or can answer me why such a value appears?

3 REPLIES 3

harald_berger
Dynatrace Champion
Dynatrace Champion

Hi,

ActiveCount is a BoundedRangeStatistic in PMI, so it may have a scale. A scale less than 1 can produce a fraction. Please check your PMI values in the Websphere performance viewer.

Best

Harry

Hi,

https://www.ibm.com/docs/en/was-nd/8.5.5?topic=SSAW57_8.5.5/com.ibm.websphere.javadoc.doc/web/apidoc...

截圖 2021-05-25 下午5.18.57.png

I refer to this file and see that the static value of Active thread is "int", so I think the value should be an integer.

Or does Dynatrace process the values again?

Hi,

The value itself is int, but in PMI you can define a scale. If the scale is not an int, the result of activeCount will be decimal. Please check in the WAS admin console -> performance viewer.

 

See

https://www.ibm.com/docs/en/was-nd/8.5.5?topic=activity-viewing-pmi-data-tivoli-performance-viewer

 

harald_berger_0-1622012175481.png

 


Best

Harry

Featured Posts