WebSphere Application Server - Enabling custom performance indicators in Websphere v6.0

This is Interesting: Free IT Magazines  
Home > Archive > WebSphere Application Server > March 2007 > Enabling custom performance indicators in Websphere v6.0





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 Enabling custom performance indicators in Websphere v6.0

2007-03-27, 1:20 pm

Hi All,

I started working on wsadmin scripting with Jython recently on v6.0 and was able to successfully enable pmi and set it to custom level using the below code:

pmi = AdminConfig.list('PMIService', server)
AdminConfig.modify(pmi, [['enable', 'true'], ['statisticSet', 'custom']])

Not sure how to proceed from here to enable custom performance indicators. I was able to enable them selectively from the console from the PMI "configuration tab" for a given server.Any ideas?

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com