test MultiProc invocation

This commit is contained in:
Doug MacEachern 2004-11-15 19:34:19 +00:00
parent 3c31f93b10
commit 482aad9aa4
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ public class TestInvoker extends SigarTestCase {
{ "sigar:Type=ProcTime,Arg=$$", "Sys" },
{ "sigar:Type=ProcTime,Arg=$$", "User" },
{ "sigar:Type=ProcTime,Arg=$$", "Total" },
{ "sigar:Type=MultiProcCpu,Arg=CredName.User.eq%3Ddougm", "Sys" },
{ "sigar:Type=MultiProcMem,Arg=CredName.User.eq%3Ddougm", "Size" },
//test Utime/Stime backcompat.
{ "sigar:Type=ProcTime,Arg=$$", "Stime" },
{ "sigar:Type=ProcTime,Arg=$$", "Utime" },