CPU and CPU-Utilization


 
Thread Tools Search this Thread
Operating Systems Solaris CPU and CPU-Utilization
# 1  
Old 03-29-2010
CPU and CPU-Utilization

Hi,

I am a weblogic Admin

I our env there are 5 servers running in one Solaris 10 Sparc machine.

But when i tried for process status using <top> command

I got the following output

Code:
load averages: 1.75, 2.18, 2.12; up 134+08:28:49
22:24:21
79 processes: 77 sleeping, 1 running, 1 on cpu CPU states: 75.0% idle, 18.6% user, 6.4% kernel, 0.0% iowait, 0.0% swap
Memory: 32G phys mem, 15G free mem, 12G swap, 12G free swap
PID USERNAME LWP PRI NICE SIZE RES STATE TIME CPU COMMAND
25809 savvion 111 1 0 1550M 1127M sleep 21.4H 39.91% java
11194 savvion 107 59 0 1507M 993M sleep 91.9H 22.85% java
7912 savvion 138 59 0 2276M 1831M sleep 77.3H 12.17% java
25827 savvion 102 1 0 1696M 1221M sleep 357:03 4.22% java
10534 savvion 225 15 0 1530M 773M sleep 618:35 1.93% java
27011 savvion 107 1 0 1513M 516M sleep 17.0H 1.43% java
7953 savvion 191 1 0 1572M 1141M sleep 579:35 1.11% java

Here CPU states: 75.0% idle but processes 25809 ,11194 ,7912 are consuming totally around 79% approx. So, rest of 21% should be idle

Why Solaris is giving this kind of output there is some logic behind this
Can you please explain the actual scenario

Last edited by pludi; 03-29-2010 at 05:18 AM.. Reason: code tags, please...
# 2  
Old 03-29-2010
Top isn't part of Solaris 10 so that might be an issue with this freeware.
Post instead "prstat -a" and "prstat -Z" output.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

CPU Utilization and Memory Utilization of Services and Applications

Hi, i am new to linux/RHEL 6.0 and i have two questions. 1) How to get the CPU utilization and Memory Utilization of all Services running currently? 2) How to get the CPU utilization and Memory Utilization of all Applications running currently? Please help me to find the script. ... (2 Replies)
Discussion started by: nossam
2 Replies

2. UNIX for Advanced & Expert Users

CPU utilization

Hi, any commande on AIX 6.1 that shows me total CPU utilization ? I saw curt in documentation but there should be a trace file before. Thank you. (1 Reply)
Discussion started by: big123456
1 Replies

3. Shell Programming and Scripting

CPU Utilization

I know how to check the CPU utilization and memory space like: vmstat top free What i want ot check on my linux system is... how much CPU are available on my system and do i need to put extra CPU. Also need to check the hardware configuration and the space related to the same ... (3 Replies)
Discussion started by: j_panky
3 Replies

4. AIX

CPU Utilization

Hi All, Can some one help me in finding % CPU Utilization ? From VMSTAT command, How we can find % utilization ? Thanks (3 Replies)
Discussion started by: VBudatha
3 Replies

5. UNIX for Dummies Questions & Answers

how to get persistant cpu utilization values per process per cpu in linux (! top,ps)

hi, i want to know cpu utilizatiion per process per cpu..for single processor also if multicore in linux ..to use these values in shell script to kill processes exceeding cpu utilization.ps (pcpu) command does not give exact values..top does not give persistant values..psstat,vmstat..does njot... (3 Replies)
Discussion started by: pankajd
3 Replies

6. Shell Programming and Scripting

CPU Utilization

Hi to All, Would you please help me. I would like to know, In Unix How to know CPU utilization for every process. Thanks in Advance. Thanks, Divyang (3 Replies)
Discussion started by: div_Neev
3 Replies

7. Shell Programming and Scripting

CPU Utilization

Dear friends, I am doing a report daily for all most 30 more serves... i need to check out CPU utlization bu (top command, 100 - (ideal value)) and Memory utilization too could some one help me how can i get it directly, if scripts also no problem.. i will very thankful if some one... (3 Replies)
Discussion started by: bullz26
3 Replies

8. UNIX for Dummies Questions & Answers

% CPU utilization

Hi, iam new to AIX and had a basic question. I was asked to give a chart of CPU utilization in percentage for every hour. where can i look for information and which column should i look at? I would be very thankful if somebody could respond. Thanks! karthik (1 Reply)
Discussion started by: karthikosu
1 Replies

9. UNIX for Advanced & Expert Users

CPU Utilization

On user complains about the performance of web application, as a part application support, we use following commands to see the CPU utilization in the UNIX using ‘sar' command. Some times it goes below 20 and even reaches 0. HLW$~> sar -u 10 60 SunOS HLW 5.8 Generic_117350-14 sun4u ... (2 Replies)
Discussion started by: thinakarmani
2 Replies

10. UNIX for Dummies Questions & Answers

CPU Utilization

What command do you use to verify if the CPU utilization. Example. If the CPU is at 98%? Thanks (4 Replies)
Discussion started by: kimosilk
4 Replies
Login or Register to Ask a Question