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("version", new Version(this));
|
||||||
registerCommandHandler("mps", new MultiPs(this));
|
registerCommandHandler("mps", new MultiPs(this));
|
||||||
registerCommandHandler("sysinfo", new SysInfo(this));
|
registerCommandHandler("sysinfo", new SysInfo(this));
|
||||||
|
registerCommandHandler("who", new Who(this));
|
||||||
try {
|
try {
|
||||||
//requires junit.jar
|
//requires junit.jar
|
||||||
registerCommandHandler("test", new SigarTestRunner(this));
|
registerCommandHandler("test", new SigarTestRunner(this));
|
||||||
|
Loading…
Reference in New Issue
Block a user