Skip to content

Instantly share code, notes, and snippets.

@godber
Last active October 20, 2016 23:14
Show Gist options
  • Save godber/d5ef73fd8e1e3e739e4eaeae6171b01c to your computer and use it in GitHub Desktop.
Save godber/d5ef73fd8e1e3e739e4eaeae6171b01c to your computer and use it in GitHub Desktop.
Ghetto Teraslice Top
watch "\
echo ==== Nodes ==== ; \
echo ; \
curl -s localhost:5678/txt/nodes; \
echo; \
echo ==== Workers ==== ; \
echo; \
curl -s localhost:5678/txt/workers; \
echo; \
echo ==== Slicers ==== ; \
echo; \
curl -s localhost:5678/txt/slicers; \
echo; \
echo ==== Jobs ==== ; \
echo; \
curl -s localhost:5678/txt/jobs | head; \
echo; \
echo ==== Execution Contexts ==== ; \
echo; \
curl -s localhost:5678/txt/ex | head \
"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment