Skip to content

Instantly share code, notes, and snippets.

@shanechin
Created March 16, 2015 02:39
Show Gist options
  • Save shanechin/f97b1f7b766bbffeeddd to your computer and use it in GitHub Desktop.
Save shanechin/f97b1f7b766bbffeeddd to your computer and use it in GitHub Desktop.
playing around with kamon-dashboard
while true
do
echo -n "stats.timers.kamon.localhost.system-metric.cpu.cpu-user.mean_99:$(((RANDOM % 10) + 1))|c" | nc -w 1 -u localhost 8125
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment