- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Load / Stress Testing
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
Forums
Discussions
Discussions
Discussions
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
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-03-2005 03:52 AM
10-03-2005 03:52 AM
I have a k360 running HP-UX 11i and Oracle 9i and users are complaining that the system is slow - It has quad processors and 3Gb of RAM.
I know the system is relatively old and that upgrading may be a suggestion from some of you, but are there any load or stress testing utilities that will monitor the system during normal operation and highlight bottle necks whether it's on disks, cpu's or whatever?
Any help / advice appreciated.
Thanks
Tim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 04:02 AM
10-03-2005 04:02 AM
SolutionIs the system swapping? IE - are you out of ram?
What is dbc_max_pct set to? if it is the default of 50%, then drop it...as you only need about 500MB for Buffer Cache....
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 04:04 AM
10-03-2005 04:04 AM
Re: Load / Stress Testing
hi ,
Server utilisation you can monitored using
top,
sar,
iostat ,
swapinfo,
netstat -s
glance and perfview (licensed)
Glance and Perfview are very good s/w and they are priced also.
See man pages for the OS first 4 OS commands for deatils.
Also "timex" command can be used along with dd to find out the disk performance delays during normal and peak hours .
Syntax
timex dd if=/dev/dsk/c?t?d? of=/dev/null bs=512 count=your count (no of blocks)
Note the time taken for teh command to complete during diff intervals for analysis.
You may also verify the kernal parameters and the buffer size allocated (in case disk related performance issue)
thx,
bl.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 04:56 AM
10-03-2005 04:56 AM
Re: Load / Stress Testing
from Oracle prospective you should run the statspack report.
Regards
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 06:22 AM
10-03-2005 06:22 AM
Re: Load / Stress Testing
Available for trial download on the web.