vmstat shows processes that are swappped ..
rb wswapfreere mfpi po fr de srm0 m1 m5 m7insycsus sy id
0 0 102 7577592862512 75 287 107 69 70 0 36 2041 6920 841 8894492
this is the snap of vmstat , Which shows 102 processes have been swapped out ( column "w" ) . Wat does that convey ?
Does that have any impact on CPU utilization ?.
Thanks,
San
[337 byte] By [
SAN@SUNa] at [2007-11-27 7:09:27]

# 1
> rb wswapfreere mfpi po fr
> de srm0 m1 m5 m7insycsus sy id
> 0 0 102 7577592862512 75 287 107 69 70 0 36
>2041 6920 841 8894492
> this is the snap of vmstat , Which shows 102
> processes have been swapped out ( column "w" ) . Wat
> does that convey ?
It means that at some point in time since the machine booted and now, the memory was so low that processes were swapped out to try to free memory.
This may have been a temporary condition in the past, or it may be a current condition now.
> Does that have any impact on CPU utilization ?.
Not necessarily. CPU and memory are independent resources, but dealing with memory shortfall can make it difficult to effectively utilize a CPU.
--
Darren