inotify Package

inotify Module

inotify logs filesystem activity that may be directly or indirectly caused by the test that is running. It requires the inotify-tools package, more specifically, the inotifywait tool.

Heavily inspired / shamelessly copied from the kvm_stat profiler.

copyright:Red Hat 2013
author:Cleber Rosa <cleber@redhat.com>
class autotest.client.profilers.inotify.inotify.inotify(job)[source]

Bases: autotest.client.profiler.profiler

Profiler based on inotifywait from inotify-tools

initialize(paths=[])[source]
report(test)[source]
start(test)[source]
stop(test)[source]
version = 1