Skip to content

Instantly share code, notes, and snippets.

@bitbonsai
Created November 7, 2017 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bitbonsai/4f9a67b75c8585a8b8949d4aa47add1b to your computer and use it in GitHub Desktop.
Save bitbonsai/4f9a67b75c8585a8b8949d4aa47add1b to your computer and use it in GitHub Desktop.
while (true); do
echo "$graphite_name_space.$(hostname|sed -e 's/\./_/g').dentry $(sudo slabtop -o | egrep 'dentry'|awk '{print $1}') $(date '+%s')"| nc 127.0.0.1 3002;
sleep 0.9;
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment