- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Disk I/O
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
10-01-2002 01:05 PM
10-01-2002 01:05 PM
Disk I/O
Reads per sec and writes per sec .
sar -d gives reads+writes per sec.
thank you in advance
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 01:16 PM
10-01-2002 01:16 PM
Re: Disk I/O
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 01:19 PM
10-01-2002 01:19 PM
Re: Disk I/O
Use glance -> option u and then select any disk you want by option S . That gives the read and writes on a disk.
HTh
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 01:21 PM
10-01-2002 01:21 PM
Re: Disk I/O
Then you should use Glance - specifically the graphical version gpm.
From it you can get an I/O by disk report that will give reads & writes separately.
Glance is a purchase item but you can download it & get a free trial period. But it's definitely worth the money to keep it.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 01:45 PM
10-01-2002 01:45 PM
Re: Disk I/O
i would like to know if we have any command or script which could help me.
Thank you
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 01:46 PM
10-01-2002 01:46 PM
Re: Disk I/O
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 01:54 PM
10-01-2002 01:54 PM
Re: Disk I/O
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 03:49 PM
10-01-2002 03:49 PM
Re: Disk I/O
The accuracy of glance/measureware versus sar is like comparing a mercedes to a yugo (Glance/measureware being the mercedes and sar being the yugo). If you use sar, you might as well just guess, because your guess is as good as sar's.
If you are doing disaster recovery planning, then the cost of glance/measureware and perfview should never be an issue. You really should HIRE either HP or another firm to assist you in the data collection and analysis. If you don't, then you are wasting your time and our time.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 07:36 PM
10-01-2002 07:36 PM
Re: Disk I/O
You can run the following sar command to collect data for the next 2 days.
# sar -o sarfile 5 (secs) 10 (no. of times) --- you can increase the secs and no. of times parameter option forthe command to be run for the next 2 days.
After the the command has stopped running or you have interrupted it , run
# sar -AF sarfile > sar.file
# pg sar.file
This file would have collected the data as per your requirements .
Have fun,
Sanjeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 04:11 AM
10-03-2002 04:11 AM
Re: Disk I/O
Mott Given
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 04:50 AM
10-03-2002 04:50 AM
Re: Disk I/O
iostat -t
It gives pretty nice info.
not as comprehensive as Glance as mentioned, but maybe what you're looking for.
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 06:56 AM
10-03-2002 06:56 AM
Re: Disk I/O
By Doug Grumann,
http://h21007.www2.hp.com/dspp/files/unprotected/UsingGlance.pdf
an extract:
I am often asked why the data shown in Glance sometimes differs from the data shown by tools such as sar, vmstat, iostat, and top. Most often, the root cause of discrepancies is due to the underlying instrumentation. Glance uses Special tracing features in the HP-UX kernel that are translated into performance metrics via the midaemon process. Tools like top get their data from counters in the kernel that are maintained by sampling instrumentation. Because a tracing methodology can capture all system state information, it is more accurate than data that is obtained via periodic sampling.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2006 03:21 AM
10-18-2006 03:21 AM