lockmeter Package

lockmeter Module

Lockstat is the basic tool used to control the kernel’s Lockmeter functionality: e.g., turning the kernel’s data gathering on or off, and retrieving that data from the kernel so that Lockstat can massage it and produce printed reports. See http://oss.sgi.com/projects/lockmeter for details.

NOTE: if you get compile errors from config.h, referring you to a FAQ, you might need to do ‘cat < /dev/null > /usr/include/linux/config.h’. But read the FAQ first.

class autotest.client.profilers.lockmeter.lockmeter.lockmeter(job)[source]

Bases: autotest.client.profiler.profiler

initialize(**dargs)[source]
report(test)[source]
setup(tarball='lockstat-1.4.11.tar.bz2')[source]
start(test)[source]
stop(test)[source]
version = 1