CPU Usage


 
Thread Tools Search this Thread
Operating Systems HP-UX CPU Usage
# 8  
Old 06-25-2012
I you cant tell us what processes, we cant give you answers...
When the system is the cause, without correct information of the model, system configuration ( CPUs, memory, kernel parameters, swap config, using LVM/JFS? what JFS paramaters are set etc...) you cant give a pertinent answer and if application, only application team can help you... If system, knowing the configuration of the system, we can help you only if you can diagnose correctly the cause, in other words the least would be describing correctly what is happening, when, how long, and how systematic...
# 9  
Old 06-25-2012
Hi Vbe..

Thanks for the reply...

It was the one of process that Application calls(OrderEntry --- for Completing the registration of the subscriber in our ERP system ),now basically my management wants me to diagnose why that registartion process took much CPU.

So my question is will this be a part of sys admin activity or application admin only can provie details about the cause since being system admin I will not be knowing the code of Application

My Operating System Version is
HP-UX prod B.11.11 U 9000/800

---------- Post updated at 03:50 AM ---------- Previous update was at 03:49 AM ----------

To Add more info, system is having 32 CPUs and 40G of physical RAM.
# 10  
Old 06-25-2012
Kernel parameters are attached herewith and LVM is used...
# 11  
Old 06-25-2012
Do you mean it took for a time ( how long?) all 32 CPUs?

What is the output of model command?
And what does swapinfo -tam give ou?
How are configured your disks? e.g. "external SAN using 4 FC HBAs"
# 12  
Old 06-25-2012
Quote:
Originally Posted by sai_2507
However my higher management is asking the reason for sudden spike in cpu usage,so wanted to check if that can be checked from system side (i.e why process took higher cpu during that particular time) or it should be checked from application team...
Repeating the question will not get you a better answer.

The system cannot tell you that. You'll have to investigate the application.
# 13  
Old 06-25-2012
How did the management know about the spike? Are you running a performance monitoring package, and if so, which one?

One process using 100% of one CPU for a short period is usually totally harmless. If you get processes waiting for CPU, then there may be a sizing, tuning or programming issue.

I have seen systems will all CPUs running close to 100% and no significant wait states. That just meant that they bought the right size of computer.
This User Gave Thanks to methyl For This Post:
# 14  
Old 06-26-2012
Yes Methyl,..we are using NimSoft for performance monitoring,so email is received as soon as the system resources are used beyond threshold.

Multiple instances of OrderEntry process was running at that time, each one utilizing almost one CPU each.

Code:
 
prod:root:/# model
9000/800/SD32B
prod:root:/#
 
 
prod:root:/# swapinfo -tam
             Mb      Mb      Mb   PCT  START/      Mb
TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME
dev       16384       0   16384    0%       0       -    1  /dev/vg00/lvol2
dev       30016       0   30016    0%       0       -    1  /dev/vg00/secswap
dev       51200       0   51200    0%       0       -    1  /dev/vg01/lvswap
reserve       -   17835  -17835
memory    31082    3344   27738   11%
total    128682   21179  107503   16%       -       0    -
prod:root:/#

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Overall CPU Usage

Hi Guys, I am a newbie on the forum. This is my first post, so first of all I would like to introduce myself. I am a SAS Analyst programmer working for an Health Insurance client. SAS is installed on a 16 CPU AIX Server with partitions running with shared processor. I have couple of... (2 Replies)
Discussion started by: saurabhiim2003
2 Replies

2. Programming

CPU usage

Hi all, I'm using python and psutil a library to get system informations like cpu usage (percent) for a given process. My question is if I have the value in % of the cpu usage how I could get the cpu usage in cycle number I mean not in percent? Thanks a lot D. (5 Replies)
Discussion started by: Dedalus
5 Replies

3. AIX

How to monitor the IBM AIX server for I/O usage,memory usage,CPU usage,network..?

How to monitor the IBM AIX server for I/O usage, memory usage, CPU usage, network usage, storage usage? (3 Replies)
Discussion started by: laknar
3 Replies

4. Solaris

Multi CPU Solaris system shows 100% CPU usage.

Hello Friends, On one of my Solaris 10 box, CPU usage shows 100% using "sar", "vmstat". However, it has 4 CPUs and prstat and glance are not showing enough processes to justify high CPU utilization. ========================================================================= $ prstat -a ... (4 Replies)
Discussion started by: mahive
4 Replies

5. Solaris

current CPU usage, memory usage, disk I/O oid(snmp)

Hi, I want to monitor the current cpu usage, monitor usage , disk I/o and network utlization for solaris using SNMP. I want the oids for above tasks. can you please tell me that Thank you (2 Replies)
Discussion started by: S_venkatesh
2 Replies

6. HP-UX

how can I find cpu usage memory usage swap usage and logical volume usage

how can I find cpu usage memory usage swap usage and I want to know CPU usage above X% and contiue Y times and memory usage above X % and contiue Y times my final destination is monitor process logical volume usage above X % and number of Logical voluage above can I not to... (3 Replies)
Discussion started by: alert0919
3 Replies

7. Programming

Cpu usage

Hi all, When I have a below while loop in my code (This observation is same for C and Perl) i= 0; while(1) { i++; } for above the CPU uses goes beyond 49% on hp-ux machine, why cpu usage increase at this level for just a simple while loop? and if I have a single print statement... (2 Replies)
Discussion started by: zing_foru
2 Replies

8. UNIX for Advanced & Expert Users

Cpu Usage

System FreeBSD. Issue: I see that system idle = 0% in the same time top and other commands show that all process eat 0% of cpu. System calls 98% CPU states: 7.9% user, 0.0% nice, 91.8% system,<==!!! But top does not show any process which eats more than 0% Question: how can I see... (0 Replies)
Discussion started by: mirusnet
0 Replies

9. Programming

CPU usage and memory usage

Please tell me solaris functions/api for getting following information 1- Function that tells how much memory used by current process 2- Function that tells how much memory used by all running processes 3- Function that tells how much CPU is used by current process 4- Function that tells how... (1 Reply)
Discussion started by: mansoorulhaq
1 Replies

10. Programming

Monitor CPU usage and Memory Usage

how can i monitor usages of CPU, Memory, Hard disk etc. under SUN Solaries through a c program or java program i want to store that data into database so i can show it graphically thanks in advance (2 Replies)
Discussion started by: Gajanad Bihani
2 Replies
Login or Register to Ask a Question