HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- disk performance
Operating System - HP-UX
1832286
Members
2068
Online
110041
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
02-22-2002 01:30 PM
02-22-2002 01:30 PM
disk performance
Group,
Hi - I need some help. My configuration is:
Two N-class machines connected via fiber (and switches) to 3 va7100 enclosures. We are running measureware and glance.
Here's what I want to know:
How fast my disks are performing. In the same terms as HP's product info. if possible. HP states that the va7100 is capable of 90mb per second throughput, so it would be nice to see what my throughput currently is on my luns. I have looked at measureware and I'm pulling some stats, but it's nowhere near the 90mb level, so I think maybe either I'm pulling the wrong stats, or doing something else wrong.
Obviously, I have several luns built on these arrays, so someway to check the throughput would be great.
thanks,
c
Hi - I need some help. My configuration is:
Two N-class machines connected via fiber (and switches) to 3 va7100 enclosures. We are running measureware and glance.
Here's what I want to know:
How fast my disks are performing. In the same terms as HP's product info. if possible. HP states that the va7100 is capable of 90mb per second throughput, so it would be nice to see what my throughput currently is on my luns. I have looked at measureware and I'm pulling some stats, but it's nowhere near the 90mb level, so I think maybe either I'm pulling the wrong stats, or doing something else wrong.
Obviously, I have several luns built on these arrays, so someway to check the throughput would be great.
thanks,
c
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2002 01:34 PM
02-22-2002 01:34 PM
Re: disk performance
The speed what they used to mention is Mega Bit per second no Mega Bytes per Sec. So whatever output you are getting multiply that with 8. It will be around that.
Sandip
Sandip
Good Luck!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2002 01:41 PM
02-22-2002 01:41 PM
Re: disk performance
No the specs are in MBytes per second but the problem is that it is very difficult to push that much data to your array over a single channel.
About as good as you are going to do is something like this as a read test:
dd if=/dev/vgxx/rlvol7 (or /u01/myfile) of=/dev/null bs=4k count=1000000
(You should vary the bs (blocksize)).
A write test might be
dd if=/dev/zero of=/u01/myfile bs=4k count=1000000
If you don't have a /dev/zero device node to supply an unlimited stream of NUL's, you can create one thusly:
mknod /dev/zero c 3 0x000003
chmod /dev/zero 444
You can also place the timex command in front of the dd's to get some measure of throughput though Glance is better.
About as good as you are going to do is something like this as a read test:
dd if=/dev/vgxx/rlvol7 (or /u01/myfile) of=/dev/null bs=4k count=1000000
(You should vary the bs (blocksize)).
A write test might be
dd if=/dev/zero of=/u01/myfile bs=4k count=1000000
If you don't have a /dev/zero device node to supply an unlimited stream of NUL's, you can create one thusly:
mknod /dev/zero c 3 0x000003
chmod /dev/zero 444
You can also place the timex command in front of the dd's to get some measure of throughput though Glance is better.
If it ain't broke, I can fix that.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP