4 lines
152 B
Plaintext
4 lines
152 B
Plaintext
job.profilers.add('catprofile', ['/proc/meminfo','/proc/uptime'], 'meminfo', 2)
|
|
job.run_test('sleeptest', seconds=5)
|
|
job.profilers.delete('catprofile')
|