That "ps auwx" shows my SABnzbd is using 1.0% of my 4GB, so 40 MB.
Question: is ps auwx a better method than htop (which 514 MB virutal memory usage)? In other words: does the output of ps auwx add up to the memory used (as seen by free -m)?
Back to your real question: the web interface is slow, right? You don't run X, do you? What does "uptime" show? Are the three numbers on the right above 1.00?
- Code: Select all
sander@R540:~$ ps auwx |grep -i sabnzbd
sander 15782 0.1 1.0 526968 41116 pts/2 Sl+ Mar23 0:46 /usr/bin/python -OO ./SABnzbd.py
sander 20011 0.0 0.0 12964 912 pts/3 S+ 08:15 0:00 grep --color=auto -i sabnzbd
sander@R540:~$ top -bn1 | grep -e VIRT -e SABnzbd
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
15782 sander 20 0 514m 40m 3248 S 0 1.1 0:46.69 SABnzbd.py
sander@R540:~$