Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mhc2001

    How can I automate performance charts having mwa?

    If you have PerfView (pv), here's a shell script that may help. It saves the GBL_CPU_TOTAL_UTIL for the given server as a worksheet that can be imported into Excel/Lotus, etc. You can create better charts with the spreadsheet. node=$1 if [ "$node" = "" ]; then echo "You must include a server...

Part and Inventory Search

Back
Top