cmdprofile Package

cmdprofile Module

Sets up a subprocess to run any generic command in the background every few seconds (by default the interval is 60 secs)

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

Bases: autotest.client.profiler.profiler

initialize(cmds=['ps'], interval=60, outputfile='cmdprofile', outputfiles=None, **dargs)[source]
start(test)[source]
stop(test)[source]
supports_reboot = True
version = 2