Do not use student.cs
for any sort of development or testing. Invoke hostselect +listAll undergrad
to get a list of all available hosts for you to work and play with. The subset of those servers listed by hostselect attr=cpu +listall
are what you should use exclusively for testing or other CPU-intensive work.
CSCF maintains a web page describing the hosts available in the student computing environment at http://www.cs.uwaterloo.ca/cscf/student/hosts. For example,
cpu-solaris.student.cs
will select a Solaris server for CPU-intensive work while fe-linux.student.cs
will select a Linux server for general interactive use.
pkill
kills all processes with a given name. For instance pkill java
kills all java
processes
pgrep
lists all the pids of processes matching a given name. For insance pgrep java
lists all the pids of java
processes
Returns the box number for a given student. For instance, /u/isg/pub/bin/getBoxNumber djshaw
will return 30, djshaw's box number.
-- DerekShaw - 27 Apr 2009
-- KyungMinKim - 30 Apr 2009