show dat handy tool

This commit is contained in:
Sebastian
2023-08-25 06:21:57 +02:00
parent 41f05f4f4f
commit c77879a0aa

3
show-db-size.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
find /var/lib/docker/volumes/ -maxdepth 1 -type d -name 'rpc_*' -exec du -sh {} \; | sort -rh