Skip to content

Instantly share code, notes, and snippets.

@petersjt014
Created March 28, 2018 20:26
Show Gist options
  • Save petersjt014/e375051341751ffc2a9f541b36123e9c to your computer and use it in GitHub Desktop.
Save petersjt014/e375051341751ffc2a9f541b36123e9c to your computer and use it in GitHub Desktop.
A simple bash script to monitor IPFS resource usage.
watch -n 4 -t "ipfs stats bw && echo && ipfs repo stat --human | head -n 3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment