Quote (meo @ June 25 2008,17:27) |
Hi curaga! What do you mean with cache column? I've had my doubts when it comes to the torsmo monitor a long time. The RAM usage and the SWAP usage doesn't add up in /home. The usage of resources in the /home line stays virtually the same even if you use extensions that are very resource "hungry" like Firefox 3.0 for example. Do you have any explanation to that? I'd appreciate any input in this matter just to know for the future. Have fun out there in the cyberworld with DSL, meo |
Quote (meo @ June 25 2008,19:57) |
Hi chaostic! Thank you for your comment. The thing is that I'm running DSL (embedded with the following boot code from a cd: dsl fromhd=/dev/sda1 frugal ) from a SDHC card attached to the usb port so I assumed that /home was a combination of the SWAP partition and the RAM memory but I might be wrong. So what would be /home in this case? Have fun everybody with DSL, meo EDIT: Since /home now have three values ( used, left and total ) I have to clearify that I'm referring to the used value that only changes within a range of about 8 MB. |
Code Sample |
# fs_free (fs) Free space on a file system available # for users. ~snip~ /home $color${fs_free /home/dsl}/${fs_size /home/dsl} ${color grey}${fs_bar 3 /home/dsl} |