Dual CPU's and 'top'


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Dual CPU's and 'top'
# 1  
Old 07-11-2003
Dual CPU's and 'top'

Hi have just built a new sunfire 280r with solaris 9 and i Have 2 questions

1) where can i view some information that will tell me for definate that the 2*900 mhz processors are both being used, i tried using "top" but it doesnt tell me for sure that both processors are churning away together

2) Our company uses SAS which is like a statistics number crunching app, when the SAS guys run a job, It is supposed to utilise the wonderful new dual 900mhz processors, but when i open "top" the SAS processes are using under 5% (if im lucky !). The interesting thing is that along the top of the "top" screen it says

CPU States -5% idle- 1% user - 3% Kernel- 95% iowait - 0% swap

can anybody tell me why iowait is at 95% and what the hell does it mean anyway !!!? . This box is running nothing but SAS and O/S associated processes, and the data it is sourcing is on the same box, so there are no NFS data access issues So why are my processes using hardly any CPU ?

any help on this would be greatly appreciated
# 2  
Old 07-11-2003
Thought this might be of any help.

Ignore High iowait

The iowait statistic can be misleading on large machines..........
minazk
# 3  
Old 07-12-2003
This is kinda confusing.

Your cpus are being utilized because if your system's idle state is at 5% that means the sytem is under heavy use.

if your sytem was at something higher like in the 90s then you can decide if the cpus are being utilized.

bottom line is idle percent number of 5% indicates your systems is heavily being used
# 4  
Old 07-17-2003
Hi,

Sorry to hook in this late, I hope we are still in time.
This is something you never want to see !!

Especialy with internal disks. Please make sure you have the latest top-patch installed ! If so take a closer look as top is not realy a good advisor on systemload, but of cours should still be a bit more accurate.
WIO is Waiting for IO and means that your disks are so bussy that another request for IO had to be put into wait. Your system will take it of waiting after a while again and will retry in a moment.
WIO is slowing down your server a lot. This can be caused by swap as well (running out of memory).

Anyway, for a good check you should do the following :

sar -u 2 20 # This will tell you the actual cpu usage
sar -d 2 20 # If wio keeps high, check the disk and see which one it is

You'dd better check the disk if this is just a single disk. ES should replace the disk/fibre channel or whatever if it's realy staying at such a load.
Most of all a "format" --> specify the bussy disk --> analyze --> read , should come up with timout errors. keep a "tail -f /var/adm/messages" open !

I think this is more than enough food for you now Smilie
Let me know if I was in time, or if you need some extra help.


Regs David
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Understanding cpu consumption with TOP

Hi please see attached picture of the TOP command. the "java" process seem to consume 700% of cpu is that mean that he uses 100% of every 7 cpu cores? thanks (2 Replies)
Discussion started by: guy3145
2 Replies

2. Hardware

Dual CPU motherboards

For dual CPU motherboards, of which there are a few on the market mainly targeting the server-oriented clientele, I was wondering how this works in practice. Will the two CPUs be detected automatically not only by the BIOS, but also by the operating system? In other words, will the user see one... (7 Replies)
Discussion started by: figaro
7 Replies

3. UNIX for Dummies Questions & Answers

CPU with long hours in top, is this bad?

Hi, We have a Solaris server that has about 43 Oracle databases on it and we also have the Oracle Enterprise Manager - emagent that is used to monitor these databases When running top, the emagent is showing as one of the top process. Excerpts from running top shows something as below: ... (3 Replies)
Discussion started by: newbie_01
3 Replies

4. UNIX Benchmarks

power 5 p520 2-dual core CPU and 8 Gig

p520's prtconf ..two internal drives 10K RPMs 140G, 2 dual core 1.5 GHz processors, 8 Gig of RAM, running AIX 7.1, with the newest gcc compiler The numbers don't make sense, Can someone comment ?? BYTE UNIX Benchmarks (Version 3.11) System -- AIX p520 1 7 00CD5D0C4C00 Start... (2 Replies)
Discussion started by: ppchu99
2 Replies

5. Solaris

top is showing 0% cpu Idle

What should we do if we show a 0% cpu idl on top? (5 Replies)
Discussion started by: Pouchie1
5 Replies

6. Shell Programming and Scripting

How to get the information about cpu idle from top command?

I am using Ubuntu 9.04. I want to write a shell script to get the information about cpu idle from top command at the real time when i call it, compare cpu idle with 20 (20%), if cpu idle > 20 exit 1, vice versa exit 0. Anybody can help me to resolve it ? Thanks alot. (7 Replies)
Discussion started by: huyquocnguyen
7 Replies

7. AIX

Need a list of top 10 CPU using processes (also top 10 memory hogs, separately)

Okay, I am trying to come up with a multi-platform script to report top ten CPU and memory hog processes, which will be run by our enterprise monitoring application as an auto-action item when the CPU and Memory utilization gets reported as higher than a certain threshold I use top on other... (5 Replies)
Discussion started by: thenomad
5 Replies

8. 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

9. UNIX for Advanced & Expert Users

top %CPU.

I am using the Red Hat Enterprise Linux AS release 3 (Taroon), 2.4.21-4.EL. When I see the output of the command 'top'. I am getting the following ************************************************************************************ 2 processes: 227 sleeping, 5 running, 0 zombie, 0 stopped... (3 Replies)
Discussion started by: praveen_b744
3 Replies

10. UNIX for Dummies Questions & Answers

N00b question on CPU % in top

I have a process in my TOP output that is consistantly at 97% usage. I have 16 CPUs on my box. So is the 97% the cumalative usage of all the CPUs or just one? (3 Replies)
Discussion started by: kskywr
3 Replies
Login or Register to Ask a Question