top shows my system as having 50% iowait (leading to very little cpu idle)
and 900M swap im use (I have 1GB physical RAM)
How do I go about identifying which processes are using the 900M swap
space? Also, which processes are the cause/effect of the 50% iowait?
Thanks
|
|
0
|
|
|
|
Reply
|
Vikas
|
12/4/2003 2:10:34 AM |
|
G'Day,
On Wed, 3 Dec 2003, Vikas Agnihotri wrote:
> top shows my system as having 50% iowait (leading to very little cpu idle)
> and 900M swap im use (I have 1GB physical RAM)
>
> How do I go about identifying which processes are using the 900M swap
> space? Also, which processes are the cause/effect of the 50% iowait?
Processes using swap: try "/usr/ucb/ps -aux" or "prstat -s size" (or
"ps -eo pid,vsz,args") and looking at their size. For more details try
the MemTool package.
Processes causing io: truss or "prex -k" can be used, but aren't as user
friendly as ps. I'm working on a freeware tool to add a %I/O column to a
"ps -ef" output (I posted it to comp.unix.solaris about 18 hours ago :)
Brendan Gregg
[Sydney, Australia]
|
|
0
|
|
|
|
Reply
|
Brendan
|
12/4/2003 7:16:06 AM
|
|
Vikas Agnihotri wrote:
> top shows my system as having 50% iowait (leading to very little cpu idle)
> and 900M swap im use (I have 1GB physical RAM)
>
This may not be the case for you, but last time I saw 2 CPUs on a 4 CPU box
get completely tied up in IOWait, a disk had failed.
> How do I go about identifying which processes are using the 900M swap
> space? Also, which processes are the cause/effect of the 50% iowait?
>
Pressing 'o' in top will allow you to change the sort field, then I suppose
'size' is the best field to sort on to display total temporary store used.
ps -o vsz should work too, can't confirm this as I have GNU ps installed :)
--
Graham Lee
Wadham College
Oxford
|
|
0
|
|
|
|
Reply
|
Graham
|
12/4/2003 2:14:33 PM
|
|
|
2 Replies
424 Views
(page loaded in 0.053 seconds)
Similiar Articles: vmstat, freememory, sharedmemory, buffer cache, pageout question ...top: 50% iowait, 900M swap in use - comp.sys.sun.admin vmstat, freememory, sharedmemory, buffer cache, pageout question ..... user, 3.9% kernel, 7.6% iowait, 0.0% swap ... prstat -a vs. vmstat - comp.unix.solarissar vs mpstat - comp.unix.solaris Use top, mpstat, iowait command to Report Central ... have a server, running several java application ... top: 50% iowait, 900M swap in use ... use ps to determine the percentage of time a process is using a ...... use ps to determine the percentage of time a process is using a ... Percent? | eHow.com Your computer's central processing unit ... process if ... Use top, mpstat, iowait ... How to use a Ram. - comp.lang.verilogtop: 50% iowait, 900M swap in use - comp.sys.sun.admin top shows my system as having 50% iowait (leading to very little cpu idle) and 900M swap im use (I have 1GB physical ... What is the difference between Sun JDK and OpenJDK ? - comp.lang ...prstat -a vs. vmstat - comp.unix.solaris I have a server, running several java application ... top: 50% iowait, 900M swap in use - comp.sys.sun ... High sys Usage - comp.unix.solaristop: 50% iowait, 900M swap in use - comp.sys.sun.admin high kernel memory usage - comp.unix.solaris top: 50% iowait, 900M swap in use - comp.sys.sun.admin High SYS cpu ... Identifying processes that are heavy IO users. - comp.unix.admin ...top: 50% iowait, 900M swap in use - comp.sys.sun.admin Processes causing io: truss or "prex -k" can be used, but aren't as user ... > How do I go about identifying which ... High SYS cpu usage and high intr in mpstat - comp.unix.solaris ...... 49.0% idle, 0.2% user, 50.7% kernel, 0.1% iowait, 0.0% swap Memory: 4096M real, 3137M free, 765M swap in use ... Use top, mpstat, iowait command to Report Central ... Annoying kernel memory leak in U6? - comp.unix.solarisI grabbed a "top" output at 07:19: > last pid ... 91.4% idle, 0.3% user, 8.3% kernel, 0.0% iowait, 0.0% swap ... 284 0 logminor_space 50 ... Memory and Scan Rate - comp.unix.solarisIf you reserve but don't immediately use a lot of ... rate is low indicates you have sufficient memory. 'top ... How to analysis high IOWait problem - comp.unix.solaris ... Solaris Operating System: top: 50% iowait, 900M swap in use ...software.itags.org: Solaris Operating System question: top: 50% iowait, 900M swap in use, created at:Sat, 17 May 2008 12:02:00 GMT with 287 bytes, last updated ... vmstat, freememory, sharedmemory, buffer cache, pageout question ...top: 50% iowait, 900M swap in use - comp.sys.sun.admin vmstat, freememory, sharedmemory, buffer cache, pageout question ..... user, 3.9% kernel, 7.6% iowait, 0.0% swap ... 7/24/2012 5:11:30 PM
|