Does anyone have a good method to show all five of the returned statistics, in column format from the 'Linux Disk Monitoring Perl' script?
ala
Caption Timing Cached Reads Timing Buffered Blocks Recieved Blocks Sent Available Space
Machine1 5 2 6 1 28
Machine2 4 1 10 2 33
etc.
Web reports allows me to show them singularly but I need them in a column format to allow for a per metric average
I'm trying to drop to a SQL report but am getting lost in the relational linkages as well as not being able to find the table where these statistics are being stored.
Does anyone have any suggestions, see something obvious I'm missing?