add who command
This commit is contained in:
parent
db846e1557
commit
9410608f43
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user