I've a requirement for writing a script in Python or JACL script in which I need to monitor and pull the information from Admin Console of the application running on remote server. I require to pull following information:
- jdbc
- jms
- web container threads
- default work manager threads.
If anyone can help me writing this script, it'll be highly appreciated. Thanks
Create a file called config.py and paste the follwing into it.
then copy this code in a file called config.xml
After all of the resources defined in the config.xml file, simply call the following from a command prompt. Make sure you have access to wsadmin.
This will create all your resources into a profile called MyProfile.
Hope it helps.