- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Process Issue urgent help required
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
04-16-2006 06:28 PM
04-16-2006 06:28 PM
Process Issue urgent help required
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2006 08:15 PM
04-16-2006 08:15 PM
Re: Process Issue urgent help required
Your process may be waiting for I/O: if the process "says" to the OS: "I need to get this piece of data from the disk before I can do anything else", the OS makes the process sleep until the data is transferred from the disk to memory. In this case increasing the CPU power does not help: you need to make the disks faster.
The system may also be so busy swapping (paging) things in and out of memory so it cannot give much CPU time to the application processes. This means the system needs more RAM memory so it won't need to spend so much time moving things in and out of swap.
The bottleneck may be in the network too: if your process is accessing the database through the network and the database is slow in answering, the process must wait for data to come in through the network before it can do its job.
Bottom line: If a lot of time is spent in waiting for something, the CPU utilization % becomes low. You must find out what the system is waiting for, and make that thing happen faster, or alternatively remove the need to do that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2006 12:46 AM
04-17-2006 12:46 AM
Re: Process Issue urgent help required
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 03:41 AM
04-20-2006 03:41 AM
Re: Process Issue urgent help required
What is the server's overall load level? If the CPU is not about 100% busy, the CPU power is not the problem.
Is this process the main workload of this server, or is there something else that is using most of the CPU power?
What does "swapinfo -t" report?
"vmstat 5" displays a set of memory statistics every five seconds. What kind of values do you get? Check the page-out column (po): if the value tends to be anything other than 0, your system is spending time moving data in and out of swap, which often means you're not getting very much useful work done. Occasional spikes in the page-out value might be tolerable: value being consistently above 0 usually isn't. If this is the case, you need more physical memory (RAM).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 03:49 AM
04-20-2006 03:49 AM
Re: Process Issue urgent help required
If its active, you can renice it. Lower nice values mean higher priority.
That will only help if the process is not sleeping.
http://h30097.www3.hp.com/docs/porting/interop/process.html
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com