Difference between revisions of "Gathering TIBCO Queue Statistics"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) (New page: =Overview= The following are examples of Python scripts which are used to collect TIBCO queuing statistics as part of the SVT data collection process. Site sensitive data is collected to...) |
PeterHarding (talk | contribs) |
||
Line 15: | Line 15: | ||
TIBCO_Queue = 'xxx.xxx.xxx.xx.XXX' | TIBCO_Queue = 'xxx.xxx.xxx.xx.XXX' | ||
</pre> | </pre> | ||
A couple of examples of the scripts can be seen here: | |||
* [XXX] |
Revision as of 10:16, 8 February 2008
Overview
The following are examples of Python scripts which are used to collect TIBCO queuing statistics as part of the SVT data collection process.
Site sensitive data is collected together in a CONFIG.py file which is imported into the script.
$ cat CONFIG.py SSH_Host = 'xxx' SSH_UserId = 'xxx' TIBCO_Host = 'xxx' TIBCO_Port = 9000 TIBCO_UserId = 'xxx' TIBCO_Queue = 'xxx.xxx.xxx.xx.XXX'
A couple of examples of the scripts can be seen here:
- [XXX]