1job.profilers.add('mpstat')
2job.run_test('sleeptest', seconds=5)
3job.profilers.delete('mpstat')
4