- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: disk throughput
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
Forums
Discussions
Discussions
Discussions
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
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
04-18-2003 08:13 AM
04-18-2003 08:13 AM
Can someone tell me how can i meausre disk thouhgput on linux 7.2? I looked at bonnie but I dont think that it is going to do what i need it to do.
Thanks
Richard
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2003 08:54 AM
04-18-2003 08:54 AM
Re: disk throughput
I dont fully understand your question.
Basic disk performance could be measured by
iostat
man iostat explains it in detail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2003 09:15 AM
04-18-2003 09:15 AM
Re: disk throughput
Look at the features that the new OVPA Ver. 4(Performance agent) for linux offers. I don't know if it has been released.
i believe you can achieve what you want through it.
otherwise, you may try downloading and installing the beta version. speak to your HP contact person.
- ramd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2003 01:00 PM
04-18-2003 01:00 PM
Re: disk throughput
time dd if=/dev/zero of=/path/to/mounted/disk bs=1024k count=1000
Divide the file size by the time it takes to write to get a rough est. of bytes/sec.
If you want to profile your system, sar -b will give you stats on blocks/sec. You can collect info at 5 minute intervals over the course of a work day to get info. CHeck out the sar, sa1 and sa2 man pages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2003 04:52 PM
04-18-2003 04:52 PM
Solution(* IDE controllers?? *)
Here's an 8.0 link though:
http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/admin-primer/s1-resource-tools.html
Here's a 9.0 link:
http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/admin-primer/s1-resource-rhlspec.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2003 05:39 PM
04-18-2003 05:39 PM
Re: disk throughput
piggy:/home/bdouglas> cat /etc/redhat-release
Red Hat Linux release 7.1 (Seawolf)
piggy:/home/bdouglas> rpm -q -f /usr/bin/vmstat
procps-2.0.7-8
piggy:/home/bdouglas> rpm -q -f /usr/bin/iostat
sysstat-3.3.5-3
piggy:/home/bdouglas> rpm -q -f /usr/bin/sar
sysstat-3.3.5-3
Or did I misunderstand your question?