26 Oct
2006
26 Oct
'06
20:23
Perhaps "cat /var/log/Xorg.0.log | grep -c mem" would make it easier to find
Unfortunately this method doen't works on some systems (such as VMware 5). Therefore unreliable. Not to mention that I don't want to count, but "see" the lines. I found better way: "cat /var/log/Xorg.0.log | grep -i ram" To also see the lines, it could be: "cat -n /var/log/Xorg.0.log | grep -i ram"