add who command

This commit is contained in:
Doug MacEachern 2005-02-22 01:52:23 +00:00
parent db846e1557
commit 9410608f43

View File

@ -70,6 +70,7 @@ public class Shell extends ShellBase {
registerCommandHandler("version", new Version(this));
registerCommandHandler("mps", new MultiPs(this));
registerCommandHandler("sysinfo", new SysInfo(this));
registerCommandHandler("who", new Who(this));
try {
//requires junit.jar
registerCommandHandler("test", new SigarTestRunner(this));