diff options
author | pcarrier <pcarrier@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-12-08 01:53:36 +0000 |
---|---|---|
committer | pcarrier <pcarrier@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-12-08 01:53:36 +0000 |
commit | 5209e87b5d08b9d54bdd828071bafdfb048a0eb8 (patch) | |
tree | 3932f3fc50c7960edbde017cbf2d90f7f8b4503b | |
parent | 37d79e6371a07f673f3e410b0c408947f207ac3d (diff) | |
download | sos-5209e87b5d08b9d54bdd828071bafdfb048a0eb8.tar.gz |
filesys.py: df -ali for inodes info
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1056 ef72aa8b-4018-0410-8976-d6e080ef94d8
-rw-r--r-- | sos/plugins/filesys.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/filesys.py b/sos/plugins/filesys.py index 86d5d46b..baefaa32 100644 --- a/sos/plugins/filesys.py +++ b/sos/plugins/filesys.py @@ -36,6 +36,7 @@ class filesys(sos.plugintools.PluginBase): self.collectExtOutput("/bin/findmnt") self.collectExtOutput("/bin/df -al", root_symlink = "df") + self.collectExtOutput("/bin/df -ali") if self.getOption('lsof'): self.collectExtOutput("/usr/sbin/lsof -b +M -n -l -P", root_symlink = "lsof") self.collectExtOutput("/sbin/blkid -c /dev/null") |