Wednesday, March 14, 2012

Monitor Tuxedo Application using TXRPT utility

              txrpt utility


txrpt utility analyzes the standard error output of a Tuxedo server to provide a summary of service processing time within the server.


example1:-
cat tuxserver1.stderr.120115054310.29027 | txrpt
ili
 service summay report is printed for all the services of the tuxedo server"tuxserver1" where we can see summary is split into hourly report which contains response time of each service and number of times the service invoked.





  txrpt utility takes "std err" file of a particular tuxedo server as input where you can see each service's PID , Start Date, Start time , end time , end date (screen shot below) and analyses using some logic and converts to above output (screen shot above)








example2:-
cat tuxserver.stderr.120115054310.29027 | txrpt  -d 01/15 -s 11:00 -e 13:00

You can also take customized output from  txrpt utility  like you can specify on which date you need analysis , also you can give from which time to which time the report should be given.


No comments:

Post a Comment