- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- System Bottleneck: RAM, Disk, or CPU?
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
03-21-2007 08:04 AM
03-21-2007 08:04 AM
System Bottleneck: RAM, Disk, or CPU?
550 MHz CPU (x2)
2 GB RAM
Ouput of vmstat:
procs memory page faults cpu
r b w avm free re at pi po fr de sr in sy cs us sy id
100 1 0 411959 4395 11 1 4 0 1 0 0 270 89853 21704 51 49 0
97 0 0 337798 4395 9 0 4 1 0 0 0 295 88024 21731 59 41 0
97 0 0 337798 4404 7 0 7 3 1 0 0 298 87292 21607 54 46 0
95 0 0 337649 4663 5 0 5 2 40 0 0 305 86891 22059 54 46 0
95 0 0 337649 4637 6 0 7 4 25 0 0 335 84096 21069 60 40 0
The CPU is obviously pegged because "id" is 0. However some paging is going on so I dont know if adding more RAM would help. Here are the top processes from "top":
CPU TTY PID USERNAME PRI NI SIZE RES STATE TIME %WCPU %CPU COMMAND
1 ? 19908 egate 152 20 4452K 6056K run 246:12 16.17 16.14 stciqmgrd.exe
0 ? 19934 egate 152 20 2916K 3864K run 237:30 14.51 14.49 stciqmgrd.exe
1 ? 6219 egate 152 20 7780K 8744K run 914:46 13.81 13.79 stciqmgrd.exe
1 ? 6300 egate 152 20 56708K 22468K run 826:01 11.92 11.89 stcdgwtcpiphl7.exe
1 ? 6223 egate 152 20 3044K 3720K run 533:06 11.79 11.77 stciqmgrd.exe
From looking at the vmstat and top output can anyone help me figure out the bottleneck? Again, sorry I am such a newbie at HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 08:14 AM
03-21-2007 08:14 AM
Re: System Bottleneck: RAM, Disk, or CPU?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 08:15 AM
03-21-2007 08:15 AM
Re: System Bottleneck: RAM, Disk, or CPU?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 08:19 AM
03-21-2007 08:19 AM
Re: System Bottleneck: RAM, Disk, or CPU?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 08:27 AM
03-21-2007 08:27 AM
Re: System Bottleneck: RAM, Disk, or CPU?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 08:31 AM
03-21-2007 08:31 AM
Re: System Bottleneck: RAM, Disk, or CPU?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 08:36 AM
03-21-2007 08:36 AM
Re: System Bottleneck: RAM, Disk, or CPU?
/opt/perf/bin/gpm
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 08:44 AM
03-21-2007 08:44 AM
Re: System Bottleneck: RAM, Disk, or CPU?
This trial software has expired.
^^^ I guess our company didnt purchase it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 09:02 AM
03-21-2007 09:02 AM
Re: System Bottleneck: RAM, Disk, or CPU?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 09:06 AM
03-21-2007 09:06 AM
Re: System Bottleneck: RAM, Disk, or CPU?
I wondered if the app was the problem and not configured correctly. Our developers have contacted SeeBeyond and they are looking into the issue as well. I just wanted to make sure my box was beefy enough to run the app and all of the interfaces.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 10:02 AM
03-21-2007 10:02 AM
Re: System Bottleneck: RAM, Disk, or CPU?
Cpu is the first bottleneck here.
Focus on that application first though!
There is a disproportional CPU usage in system mode.
It corresponds with a high rate of system calls. Now those might relate to good honest work, or thay may indicate a poorly tuned application, with perhaps some components competing instead of collaborating (high context switch rate).
Are those 'stciqmgrd.exe' processes doing real honest business processing work, or are they more monitor/schedule components.
Can you tune the number of them? Allthough you are probably suffering from poor performance and would want to schedule more of them to speed stuff up, the underlying CPU resource is exhuasted, so adding more would just create more overhead.
Can you reduce the number of those processes, untill some idle time starts to appear (add one back). As you reduce, do you see a better user:sys:idle ratio?
If you decide that more CPUs need to be added, then please realize that you probably want to also add more memory. Without detailed other info I would stick to at least 1GB per CPU as is configured.
Good Luck!
Hein van den Heuvel
HvdH Performance Consulting