Skip to content
Snippets Groups Projects
Commit 74869092 authored by Daniele Belfiore's avatar Daniele Belfiore
Browse files

Added script to simulate more simultaneous executions of the ceilometer script

parent 979ea630
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
for i in {1..500}
do
python /usr/lib/zabbix/externalscripts/ceilometer $1 $2
#sleep `perl -e 'printf("%.2f\n", rand())'`
done
wait
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment