add mps command
This commit is contained in:
parent
afe1944176
commit
79e50a55ba
|
@ -66,6 +66,7 @@ public class Shell extends ShellBase {
|
|||
registerCommandHandler("kill", new Kill(this));
|
||||
registerCommandHandler("netstat", new Netstat(this));
|
||||
registerCommandHandler("version", new Version(this));
|
||||
registerCommandHandler("mps", new MultiPs(this));
|
||||
try {
|
||||
//requires junit.jar
|
||||
registerCommandHandler("test", new SigarTestRunner(this));
|
||||
|
|
Loading…
Reference in New Issue