- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disk throughput testing tool/utility
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
тАО02-03-2004 08:39 AM
тАО02-03-2004 08:39 AM
In particular we're looking to compare an EMC array to a Compaq array.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-03-2004 08:42 AM
тАО02-03-2004 08:42 AM
Re: Disk throughput testing tool/utility
dd command
find /fsname -exec grep -l 'where are you' {} \;
multiple inistances of both, running against filesystems and disks.
We can't afford a real utility so thats how I do it.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-03-2004 08:48 AM
тАО02-03-2004 08:48 AM
Re: Disk throughput testing tool/utility
We copy a big file like the kernel or multiple kernels appended ( /stand/vmunix ) around to generate some load. You can use glance for i/o's ( free for 60 days). I know it is not the same as dataaccess like a database but it will give you some idea.
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-03-2004 08:59 AM
тАО02-03-2004 08:59 AM
Re: Disk throughput testing tool/utility
SEP's idea will do that for reads.
You may also want to reduce the size of the Unix buffer cache, to remove that latency (or advantage) from the picture.
We've used a script full of dd commands to do this to/from various filesystems.
We then run the script multiple time simult. to keep the cache changinging
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-03-2004 01:41 PM
тАО02-03-2004 01:41 PM
Re: Disk throughput testing tool/utility
You might want to try a free SCSI Command Utility (SCU) available at http://www.bit-net.com/~rmiller/scu.html.
I've not really tried it yet but came upon it recently when I was looking for a tool like this.
Cheers,
Henry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-03-2004 02:29 PM
тАО02-03-2004 02:29 PM
Solutionyou can check the storagetek site for the tool.
you can do a I/O stress test.
Also check up expect
http://expect.nist.gov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-04-2004 03:31 AM
тАО02-04-2004 03:31 AM
Re: Disk throughput testing tool/utility
I suggest you PostMark v1.5 (http://www.netapp.com/tech_library/3022.html):
PostMark was designed to create a large pool of continually changing files and to measure the transaction rates for a workload approximating a large Internet electronic mail server.
PostMark generates an initial pool of random text files ranging in size from a configurable low bound to a configurable high bound. This file pool is of configurable size and can be located on any accessible file system.
Once the pool has been created (also producing statistics on continuous small file creation performance), a specified number of transactions occurs. Each transaction consists of a pair of smaller transactions:
├В┬╖ Create file or Delete file
├В┬╖ Read file or Append file
The incidence of each transaction type and
its affected files are chosen randomly to
minimize the influence of file system caching, file read ahead, and disk level caching and track buffering. This incidence can be tuned by setting either the read or create bias parameters to produce the desired results.
When a file is created, a random initial length is selected, and text from a random pool is appended up to the chosen length. File deletion selects a random file from the list of active files and deletes it.
When a file is to be read, a randomly selected file is opened, and the entire file is read (using a configured block size) into memory. Either buffered or raw library routines may be used, allowing existing software to be approximated if desired.
Appending data to a file opens a random file, seeks to its current end, and writes a random amount of data. This value is chosen to be less than the configured file size high bound. If the file is already at the maximum size, no further data will appended. When all of the transactions have completed, the remaining active files are all deleted (also producing statistics on continuous file deletion).
On completion of each run, a report is generated showing:
├В┬╖ Elapsed time
├В┬╖ Elapsed time spent performing transactions and average transaction rate (files/second)
├В┬╖ Total number of files created and average creation rate (files/second)
├В┬╖ Number of files created initially and average creation rate (files/second)
├В┬╖ Number of files created during sequence of transactions and average creation rate (files/second)
├В┬╖ Total number of files read and average rate (files/second)
├В┬╖ Total number of files appended and average rate (files/second)
├В┬╖ Total number of files deleted and average
deletion rate (files/second)
├В┬╖ Number of files deleted after transactions were complete and average deletion rate (files/second)
├В┬╖ Number of files deleted during sequence of transactions and average deletion rate (files/second)
├В┬╖ Total size of data read and average input rate (bytes/second)
├В┬╖ Total size of data written and average output rate (bytes/second)
A portable random number generator (derived from the Unix reference implementation) is included in the PostMark distribution ensuring identical initial conditions across different platf