From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu From: Fco.J.Ballesteros MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] leaks? Date: Thu, 5 Jun 2003 20:35:02 +0200 Topicbox-Message-UUID: c582576e-eacb-11e9-9e20-41e7f4b1d025 I've been monitoring the memory usage in our file server and it seems to steadily increase. This script shows the growing memory usage from our last reboot (but it seems to keep on growing according to the records for other periods of (up)time). The numbers have been collected by cron at 3am, when there's almost no system activity. #!/bin/rc # w swapstats cat $0 | grep '^[0-9]' | awk -F/ '{print $1}' | graph -a | plot exit '' 53150/110163 memory 0/160000 swap 53350/110163 memory 0/160000 swap 53857/110163 memory 0/160000 swap 54082/110163 memory 0/160000 swap 54583/110163 memory 0/160000 swap A ps reveals that it might be both venti and fossil the ones eating memory. For example, these are fossil and venti initially: elf 34 0:00 0:00 11872K Rendez venti elf 41 0:00 0:00 190132K Rendez fossil [cons] these are the numbers after four days: elf 34 0:00 0:00 12384K Rendez venti elf 41 0:00 0:00 190480K Rendez fossil [cons] Does this happen at other sites? It's not a big deal, but might be of concern if we want to leave the machine unattended for a long period of time. I didnt try leak w/ them (anyone did?) thanks a lot PS: BTW, both venti and fossil work just great and rock solid here. We had no problem at all.