| Author |
Runtime information of Weblogic server
|
sanjeev kumar mandal
Greenhorn
Joined: Nov 26, 2007
Posts: 8
|
|
Hi All, Is there any APIs available that will provide runtime information of weblogic server such as (1) How many threads are running with in weblogic server (2)What other processess running with in the same machine (3)Number of concurrent session running in the weblogic server (4)How many connection created for sybase by weblogic server at any point of time (5)what is the available heap size at any point of time Please reply me as early as possible. Regards Sanjeev (
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8265
|
|
|
That information may be available through Weblogic's JMX services.
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
Tom Keith
Greenhorn
Joined: Mar 26, 2002
Posts: 24
|
|
Hi Sanjeev, Try the following code. This was tested on weblogic 9.1 and should pretty much work on others where you have WLST (WebLogic Scripting Tools) installed. To run, copy the line inbetween block and save the file as WlsMonitor.py. Then to run it type java weblogic.WLST WlsMonitor.py This will create a file called wls_domain_details.html and will email it to the address specified in the code. This will send details for AdminServer as well as all the running managed servers in the domain. Hope this helps. Thanks, Tom
|
 |
 |
|
|
subject: Runtime information of Weblogic server
|
|
|