RADRaze2KX
Verified User
- Joined
- Jan 4, 2024
- Messages
- 35
Hey there,
I recently got done banning some IPs that were flooding a client's website's "Contact us" form... some ~85K messages were sent from around a dozen IPs.
During this time, I started receiving notifications that state:
"This is an automated message notifying you that the following partition(s) have exceeded the 90% threshold:
97% - /home"
I've already run:
du -h -x / | sort -h -r | head -50
and
cd /
du -h -x --max-depth=1 ./
However, neither of these seem to revealing why there's a large chunk of 384GB being used.
When I run "du -h -x /home | sort -h -r | head -50" I do see some media-heavy sites hitting ~6-8GB each but that's like 3 of 42. Is there a way I can see overall disk usage through DA in visual form, like qdirstat would provide?
I recently got done banning some IPs that were flooding a client's website's "Contact us" form... some ~85K messages were sent from around a dozen IPs.
During this time, I started receiving notifications that state:
"This is an automated message notifying you that the following partition(s) have exceeded the 90% threshold:
97% - /home"
I've already run:
du -h -x / | sort -h -r | head -50
27G /18G /usr14G /usr/share13G /usr/share/cagefs-skeleton5.1G /var4.1G /usr/share/cagefs-skeleton/opt4.0G /opt3.6G /usr/share/cagefs-skeleton/opt/alt3.6G /opt/alt3.4G /var/lib3.2G /usr/share/cagefs-skeleton/var3.0G /usr/share/cagefs-skeleton/usr2.9G /var/lib/mysql2.9G /usr/share/cagefs-skeleton/var/lib/mysql2.9G /usr/share/cagefs-skeleton/var/lib1.7G /usr/local1.3G /usr/share/cagefs-skeleton/usr/lib1.3G /usr/share/cagefs-skeleton/lib1.3G /usr/local/directadmin1.3G /usr/lib915M /usr/share/cagefs-skeleton/usr/lib/firmware915M /usr/share/cagefs-skeleton/lib/firmware915M /usr/lib/firmware835M /usr/local/directadmin/custombuild735M /var/log725M /usr/lib64711M /usr/share/cagefs-skeleton/usr/lib64711M /usr/share/cagefs-skeleton/lib64461M /usr/local/directadmin/custombuild/mysql_backups404M /usr/share/cagefs-skeleton/usr/local404M /usr/bin368M /usr/share/cagefs-skeleton/usr/share358M /var/lib/rpm348M /usr/local/directadmin/custombuild/cache338M /var/lib/mysql/pcxprt_wp533338M /usr/share/cagefs-skeleton/var/lib/mysql/pcxprt_wp533324M /usr/local/directadmin/plugins323M /var/lib/mysql/venueatt_wp108323M /usr/share/cagefs-skeleton/var/lib/mysql/venueatt_wp108322M /usr/share/alt-mod-passenger297M /usr/share/alt-mod-passenger/build235M /usr/share/cagefs-skeleton/opt/cloudlinux/venv235M /usr/share/cagefs-skeleton/opt/cloudlinux234M /usr/share/cagefs-skeleton/opt/cloudlinux/venv/lib/python3.11/site-packages234M /usr/share/cagefs-skeleton/opt/cloudlinux/venv/lib/python3.11234M /usr/share/cagefs-skeleton/opt/cloudlinux/venv/lib233M /usr/share/alt-mod-passenger/build/buildout233M /opt/cloudlinux/venv/lib/python3.11/site-packages233M /opt/cloudlinux/venv/lib/python3.11233M /opt/cloudlinux/venv/liband
cd /
du -h -x --max-depth=1 ./
However, neither of these seem to revealing why there's a large chunk of 384GB being used.
36M ./etc5.0M ./root5.1G ./var18G ./usr4.0G ./opt0 ./media0 ./mnt0 ./srv19M ./tmp44K ./man25M ./.gem12K ./share0 ./dir27G ./When I run "du -h -x /home | sort -h -r | head -50" I do see some media-heavy sites hitting ~6-8GB each but that's like 3 of 42. Is there a way I can see overall disk usage through DA in visual form, like qdirstat would provide?