- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Iostat analysis
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2009 11:45 PM
тАО11-08-2009 11:45 PM
Iostat analysis
Is there some tool for graphic representation of iostat files?
BR,
Max
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-09-2009 04:08 AM
тАО11-09-2009 04:08 AM
Re: Iostat analysis
You probably want to do something like this:
http://linuxshellaccount.blogspot.com/2008/04/perl-script-to-graph-iostat-output-on.html
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-10-2009 11:36 AM
тАО11-10-2009 11:36 AM
Re: Iostat analysis
Found under the HP BTO software site.
https://h10078.www1.hp.com/cda/hpdc/display/main/search_results.jsp?zn=bto&cp=54_4012_100__
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-10-2009 11:39 PM
тАО11-10-2009 11:39 PM
Re: Iostat analysis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-11-2009 06:10 AM
тАО11-11-2009 06:10 AM
Re: Iostat analysis
If you use collectl instead of iostat, you can also graph your results.
Please don't forget to assign points to the answers you get.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-11-2009 04:14 PM
тАО11-11-2009 04:14 PM
Re: Iostat analysis
Redhat (and therefore CentOS too) ship a very old version, 7.0.2-3 - about 2.5 years old - and it's missing a lot of features. Not to mention that Redhat's implementation is quite crap. The init script provided to start the sadc data collector is only half written and what's there doesn't work at all. It has no interval on the command line which causes it to exit immediately without doing anything, and it should also be run in the background. God knows what the person who wrote that script was smoking, but it's an embarrassment. If you look you'll find that some daily data is being collected already in /var/log/sa. The sadd files (where dd = the day of the month) contain data collected for 1 second every 10 mnutes, and the sardd files are reports created from the day's data. You'll find that this data is being generated from a cron job here:
/etc/cron.d/sysstat.
I'd stop this fron running, clean out the files in /var/log/sa and set up sadc to run correctly. Note: By default sadc won't collect any disk data unless you run it with the -d flag.
In fact, I'd get rid of the supplied sysstat package and download the latest version from here:
http://pagesperso-orange.fr/sebastien.godard
The new version comes with a replacement for the sar datafile reader called sadf that can write reports in a number of different output formats: CSV, XML, etc. There's also a tool in the new kit called isag (Interactive System Activity Grapher) that can read the binary datafiles and produce graphs from them.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-11-2009 04:32 PM
тАО11-11-2009 04:32 PM
Re: Iostat analysis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-11-2009 11:58 PM
тАО11-11-2009 11:58 PM