Jython Script to list websphere ports

Posted by Sagar Patil

Following Jython script will return port listings as below. Read more…

Jython script to Display Websphere Topology

Posted by Sagar Patil

Following Script will display attributes for each configuration item/element displayed at each “level” Read more…

Jython Scripts for Websphere Administration

Posted by Sagar Patil

Download them fromĀ  http://www.ibm.com/developerworks/websphere/library/samples/SampleScripts.html

Read more…

Jython script to pull out stats from websphere

Posted by Sagar Patil

Currently I have number of websphere 6.1 instances under RHEL 5.3 but not a tool like hyperic, wily introscope to monitor them actively. I started using wsadmin scripts to pull out stats thru wsadmin.

Read more…

Websphere : Jython script to return performance matrix details of Node

Posted by Sagar Patil

Here is a Jython script to return performance matrix detail of a node for following details :
Free and used JVM heap size,
Free and used Thread pools,
Free and used JDBC connection pools
Free and used Live sessions

Read more…

Jython Script : Get websphere Server Details

Posted by Sagar Patil

This jython script will produce outputĀ  as below :

$/opt/IBM/WebSphere/AppServer/bin/wsadmin.sh -lang jython -profile serverStatus.py -c “serverStatus()”

Read more…

Top of Page

Top menu