Created
January 25, 2021 07:17
-
-
Save sicet7/b1cec710b8e1e12aade4cde36b45f725 to your computer and use it in GitHub Desktop.
Some useful cli commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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