show dat handy tool
This commit is contained in:
3
show-db-size.sh
Executable file
3
show-db-size.sh
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
find /var/lib/docker/volumes/ -maxdepth 1 -type d -name 'rpc_*' -exec du -sh {} \; | sort -rh
|
||||||
Reference in New Issue
Block a user