Searched defs:vmstat (Results 1 - 1 of 1) sorted by relevance

/external/autotest/client/profilers/vmstat/
H A Dvmstat.py2 Runs vmstat X where X is the interval in seconds
5 job.profilers.add('vmstat', interval=1)
11 class vmstat(profiler.profiler): class in inherits:profiler.profiler
19 cmd = "/usr/bin/vmstat %d" % self.interval
20 logfile = open(os.path.join(test.profdir, "vmstat"), 'w')

Completed in 248 milliseconds