determining CPU usage information

Various commands provide information about your processes and the system CPU load. Try some of these to see what information they provide:

uptime
cat /proc/cpuinfo
ps -ef
ps -ef | grep python
top
htop

no jobs on allspice

Allspice is our email and file server, so you should not be running jobs on allspice. Please use the lab machines for your computing jobs.

See also:


Back to SwatCS Help Docs