Thank you! Those are set to zero for me too (at the moment!) so I guess it's
good news.

-----Original Message-----
From: Mike Klaas [mailto:[EMAIL PROTECTED] 
Sent: 11 January 2007 23:13
To: solr-user@lucene.apache.org
Subject: Re: Performance tuning

On 1/11/07, Stephanie Belton <[EMAIL PROTECTED]> wrote:
> Thanks for that. I am sorry this isn't really Solr-related but how can I
> monitor the swapping if I can't rely on the output of the free command?

$ vmstat -S M 3
procs -----------memory---------- ---swap-- -----io---- --system--
----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id
wa
 1  2      0   2236     34    763    0    0    37    23   77   155  1  0 98
1
 0  1      0   2235     34    763    0    0    71    13  551  2607 16  4 71
9
 1  0      0   2235     34    763    0    0    72   892  742  2194 13  3 67
17

The si/so columns display the real-time swap in/out rates.  vmstat is
also rather useful for all its other columns too.

-Mike


Reply via email to