|
Home > Archive > WebSphere Application Server > November 2005 > How to print Thread pool utilization?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to print Thread pool utilization?
|
|
|
| Hi,
I was wondering if there is a way to print how many threads are utilized in WebSphere AppServer. Similarly, if I want to know the free memory, I can specify the verbose gc command line argument.
Thanks in advance.
Sam
| |
|
| > I was wondering if there is a way to print how many threads are utilized
in WebSphere AppServer.
Depends on what you want:
* You can check from the Administrative console what the thread pools sizing
is (web container / ORB).
* You can use Tivoli Performance Viewer to see it real-time.
* You can do a thread dump to produce a javacore and see the stacktrace of
each threads.
> Similarly, if I want to know the free memory, I can specify the verbose gc
command line argument.
Yes, Verbose GC will tell it, so what's the problem ?
|
|
|
|
|