Understanding the admin counter page
This is about the admin counter page: https://server:9443/ccm/admin?internal#action=com.ibm.team.repository.admin.viewCounters
I want to make sure I am reading the data correctly, that's for the resource usage section. As a reference, I found this article that explains well JDBC vs RDB: https://jazz.net/library/article/1484 Now I want to understand the numbers that I see.
Here's what I think, please correct me if I'm wrong. pct means percentage 10 (cnt) is not a percentage, that's the number of JDBC connection used. 1.3000 (avg) is the average percentage of connection used 3.0000 (max) is the max percentage of connection used 1.1595 (dev) is the percentage deviation 13.0000 (tot) - I don't know what it is.
Can you tell me if I'm correct, and what tot means too ?
Thanks
|
One answer
tot is total. avg = tot / cnt ( or tot = cnt * avg )
Your other interpretations seem correct |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.