
14 Aug
2013
14 Aug
'13
12:45 a.m.
David <bouncingcats@gmail.com> writes:
On 12 August 2013 12:41, Trent W. Buck <trentbuck@gmail.com> wrote:
David <bouncingcats@gmail.com> writes:
I'm using iceweasel 17.0.7 in wheezy on the ancient systems I mentioned upthread, and I've never noticed my swap partition in use. I'm curious about the apparently different experience. Perhaps it is swapping and I've just never noticed? Would that info be logged anywhere?
free(1) reports the swap usage as at query time.
Thanks, I already know free(1). By the word "logged" I meant a history or cumulative report of swapfile use, not a snapshot. For example does the kernel
while free -m | tail 1; do sleep 15m; done | logger -t swapstats