#!/bin/bash for i in {1..500} do python ceilometer $1 $2 #sleep `perl -e 'printf("%.2f\n", rand())'` done wait