3 lines
96 B
Text
3 lines
96 B
Text
job.profilers.add('mpstat')
|
|
job.run_test('sleeptest', seconds=5)
|
|
job.profilers.delete('mpstat')
|