- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- System load testing scripts needed
Operating System - HP-UX
1819792
Members
3030
Online
109607
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
Discussions
Discussions
Discussions
Forums
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
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
тАО03-18-2004 12:57 AM
тАО03-18-2004 12:57 AM
System load testing scripts needed
Hi all,
I am looking for scripts to perform heavy IO and CPU load testing on my HPUX and Linux systems. We have purchased a storage solution and need to load test as hard as possible.
Perl would be great but regular scripts or C is fine also.
Thanks,
Craig
I am looking for scripts to perform heavy IO and CPU load testing on my HPUX and Linux systems. We have purchased a storage solution and need to load test as hard as possible.
Perl would be great but regular scripts or C is fine also.
Thanks,
Craig
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2004 01:04 AM
тАО03-18-2004 01:04 AM
Re: System load testing scripts needed
for I/O testing, you can use
dd if=/dev/dsk/cAtBdC of=/dev/null
replacing cAtBdC with valid disk devices
If you run one of these for all disks on the system at the same time, you should get a resonable test.
dd if=/dev/dsk/cAtBdC of=/dev/null
replacing cAtBdC with valid disk devices
If you run one of these for all disks on the system at the same time, you should get a resonable test.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2004 01:07 AM
тАО03-18-2004 01:07 AM
Re: System load testing scripts needed
A command I used in the past:
# cd /usr/bin
# while true
> do
> for i in *
> do
> nroff -man $i > /dev/null
> done
> done
This got a load on a uVax running ultrix to a value above 300 !!!
# cd /usr/bin
# while true
> do
> for i in *
> do
> nroff -man $i > /dev/null
> done
> done
This got a load on a uVax running ultrix to a value above 300 !!!
Every problem has at least one solution. Only some solutions are harder to find.
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP