Local Unix monitoring made possible?
Posted: May 24th, 2008 | Author: TnT Admin | Filed under: Tools | Tags: Monitoring, Unix | No Comments »Have you ever come across an attempt to monitor Unix resources with just only rstatd? Where there are no options available to use SiteScope via telnet or SSH? Or simply because of the time factor that you must monitor the Unix resources in the load test conducted the following day?
Check out this script from Bad Penguin.co.uk. This script at it’s latest version when placed in a Unix machine, collects performance statistics at desired intervals and convert them into CSV report which can be imported to a spreadsheet, database and LoadRunner Analysis to perform analyzing work. It uses standard unix utilities (iostat, vmstat, netstat and uptime) and has been tested on Linux and Solaris systems. The usage of vmstat, netstat, iostat and uptime is far more comprehensive than those used by rstatd.
Click on the link below to get a copy of the script!
The script is used in two ways. One to generate statistics and two to convert to a CSV format. The below describes the command to execute.
| Generate statistics | $ performanceMonitor.sh run |
| Convert to CSV format | $ performanceMonitor.sh csv YYYYMMDD |
Leave a Reply