diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2012-12-06 12:20:15 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2012-12-06 12:20:15 +0000 |
commit | 745357d7facb01f5d4ba6c3385f7e526e61ce0f2 (patch) | |
tree | 57f4a0ec38a91b3c98dbec1785974fdcf9ce743d | |
parent | 65fc63866cdb14490771064f65cebb1fe1c7e9cb (diff) | |
download | sos-745357d7facb01f5d4ba6c3385f7e526e61ce0f2.tar.gz |
Add /proc/iomem to the hardware module
-rw-r--r-- | sos/plugins/hardware.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/hardware.py b/sos/plugins/hardware.py index 27c6ce0d..18835de0 100644 --- a/sos/plugins/hardware.py +++ b/sos/plugins/hardware.py @@ -28,6 +28,7 @@ class hardware(Plugin): "/proc/cpuinfo", "/proc/meminfo", "/proc/ioports", + "/proc/iomem", "/proc/interrupts", "/proc/irq", "/proc/scsi", |