0
0

More than 5 years have passed since last update.

linux のdisc容量調査

Posted at

サーバーの容量が増えてきてアラートが監視から届くようになってきたのでメモ

特定のディレクトリ直下の各フォルダのサイズ(以下はカレントディレクトリでの例)
sudo du -sh ./*

例えば/var直下の各フォルダのサイズをしりたいならこんな感じ
sudo du -sh /var/*

実行結果
6.0M /var/backups
333M /var/cache
4.0K /var/crash
3.9G /var/lib
4.0K /var/local
0 /var/lock
6.2M /var/log
4.0K /var/mail
4.0K /var/metrics
4.0K /var/opt
0 /var/run
4.0K /var/snap
52K /var/spool
204K /var/tmp
20K /var/www

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0