How do I get to the ALM/Quality Center “Debug” page where it tells me about Java Heap use?
♥ 0 |
I heard there is a special page in ALM/Quality Center that will tell me how my Java HEAP is being used. How do I get to it?
Marked as spam
|
Private answer
This is done with the "debug" page: Debug info page URL: http:// < qcserver > : < port > /qcbin/tdservlet?method=debuginfo OR http:// < qcserver > : < port >/qcbin/debug)
it will show database connections at peak times.
The Debug Console (http:// < your server > : < port > qcbindebug) should correctly report the current JAVA HEAP settings and usage.
This is a good way to monitor server activity and to see how the JAVA HEAP is being used.
You might need to ENABLE it with a site parameter: You must configure in the Siteadmin "client". Please go to the site administrator and then look for the site configuration tab and then set the following parameter: DISABLE_CONSOLE_DEBUG_INFO value to N. After this you need to restart the QC service and then you will be able to get access to the debug console. Marked as spam
|