Searched refs:mpstat (Results 1 - 2 of 2) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
H A Dcpus2use.sh26 idlecpus=`mpstat | tail -1 | \
/external/autotest/client/profilers/mpstat/
H A Dmpstat.py2 Sets up a subprocess to run mpstat on a specified interval, default 1 second
8 class mpstat(profiler.profiler): class in inherits:profiler.profiler
17 cmd = "mpstat -P ALL %d" % self.interval
18 logfile = open(os.path.join(test.profdir, "mpstat"), 'w')

Completed in 243 milliseconds