add mps command

This commit is contained in:
Doug MacEachern 2004-11-10 23:25:04 +00:00
parent afe1944176
commit 79e50a55ba
1 changed files with 1 additions and 0 deletions

View File

@ -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));