Skip to content

Instantly share code, notes, and snippets.

@sicet7
Created January 25, 2021 07:17
Show Gist options
  • Save sicet7/b1cec710b8e1e12aade4cde36b45f725 to your computer and use it in GitHub Desktop.
Save sicet7/b1cec710b8e1e12aade4cde36b45f725 to your computer and use it in GitHub Desktop.
Some useful cli commands
#!/bin/sh
watch "mutagen list | tail --lines=2 | head --lines=1"
docker stats --format="table {{.Name}}\t{{.CPUPerc}}\t{{.MemPerc}}\t{{.MemUsage}}\t{{.NetIO}}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment