lsof
This is an old revision of the document!
Warning: Undefined variable $state in /usr/share/nginx/html/lib/plugins/tabinclude/helper.php on line 130
Warning: Undefined variable $html in /usr/share/nginx/html/lib/plugins/tabinclude/helper.php on line 240
lsof
- filesystem_usage
- Application Level Compromise
Command to show how much free space left in current filesystem
echo "Percentage free space:"; echo; for DEV in `df | egrep '^/dev' | awk '{print $1}'`; \ do echo -n "$DEV => "; echo `dumpe2fs -h $DEV 2>/dev/null | grep 'lock count' | tr -t '\n' ' ' | \ awk '{printf "100*%s/%s", $3-$7, $3, "free"}'` | bc; done
lsof.1435824804.txt.gz · Last modified: 2024/05/23 07:26 (external edit)