![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Disk Format Question | buckhtr77 | SUN Solaris | 1 | 05-04-2009 08:00 PM |
| backup disk to disk to tape question | lijiajin | UNIX for Dummies Questions & Answers | 5 | 03-31-2009 08:05 AM |
| how can I find Disk IO Rate in HP UX | alert0919 | HP-UX | 1 | 12-01-2008 01:55 AM |
| ORACLE RAC ASM disk question | Eronysis | Red Hat | 5 | 02-18-2008 01:50 PM |
| disk formatting question | 98_1LE | UNIX for Dummies Questions & Answers | 1 | 01-09-2001 11:49 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
HP UX disk io rate question
I only have two disk in my HP machine
but when i execute iostat command device bps sps msps c0t0d1 0 0.0 1.0 disk0 49 2.8 1.0 disk5 0 0.0 1.0 I didn't know where device name disk0 and disk5 device name disk0 disk5 ,it is really disk or can I ignore it ? when I would like to get disk io rate KB/sec thanks |
|
||||
|
The "ioscan" recommended by RuBiCK will tell you about your discs and DVD drive. It will also force HP-UX to look.
"iostat" with no parameters always produces the same wrong figures. It needs to be run for a sample period to produce useful figures. The output from "sar" can be more useful but it does not report on idle discs. For a quick test you can try these two commands to sample disc performance at 10 second intervals twice. Code:
iostat 10 2 sar -d 10 2 |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|