Newbie ask Swap Value: How much Swap do I have?
Posted
by Cintaku
on Server Fault
See other posts from Server Fault
or by Cintaku
Published on 2010-01-29T17:56:11Z
Indexed on
2010/03/08
19:08 UTC
Read the original article
Hit count: 499
swap
When looking vmstat, this is what I got:
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu------
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 0 2872 0 0 0 0 8 17 0 14 3 1 94 2 0
the cache
is 0
. I have no idea how much the whole swap I have.
But when not enough RAM (256 MB), the swap will be used and look like below:
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu------
r b swpd free buff cache si so bi bo in cs us sy id wa st
3 1 2468 0 0 0 0 0 8 17 0 16 3 1 94 2 0
© Server Fault or respective owner