diff options
Diffstat (limited to 'src/pmlogconf/filesystem')
-rw-r--r-- | src/pmlogconf/filesystem/all | 4 | ||||
-rw-r--r-- | src/pmlogconf/filesystem/localdefs | 1 | ||||
-rw-r--r-- | src/pmlogconf/filesystem/summary | 8 | ||||
-rw-r--r-- | src/pmlogconf/filesystem/xfs-all | 4 | ||||
-rw-r--r-- | src/pmlogconf/filesystem/xfs-io-irix | 8 | ||||
-rw-r--r-- | src/pmlogconf/filesystem/xfs-io-linux | 11 |
6 files changed, 36 insertions, 0 deletions
diff --git a/src/pmlogconf/filesystem/all b/src/pmlogconf/filesystem/all new file mode 100644 index 0000000..84424e1 --- /dev/null +++ b/src/pmlogconf/filesystem/all @@ -0,0 +1,4 @@ +#pmlogconf-setup 2.0 +ident generic filesystem size, fullness and mount information +force available + filesys diff --git a/src/pmlogconf/filesystem/localdefs b/src/pmlogconf/filesystem/localdefs new file mode 100644 index 0000000..47766a8 --- /dev/null +++ b/src/pmlogconf/filesystem/localdefs @@ -0,0 +1 @@ +FILES = all xfs-io-irix xfs-io-linux xfs-all summary diff --git a/src/pmlogconf/filesystem/summary b/src/pmlogconf/filesystem/summary new file mode 100644 index 0000000..d08b2d1 --- /dev/null +++ b/src/pmlogconf/filesystem/summary @@ -0,0 +1,8 @@ +#pmlogconf-setup 2.0 +ident filesystem size and fullness +force available + filesys.full + filesys.used + filesys.free + filesys.avail # for Linux + diff --git a/src/pmlogconf/filesystem/xfs-all b/src/pmlogconf/filesystem/xfs-all new file mode 100644 index 0000000..22e2136 --- /dev/null +++ b/src/pmlogconf/filesystem/xfs-all @@ -0,0 +1,4 @@ +#pmlogconf-setup 2.0 +ident all available XFS information +probe xfs.read_bytes + xfs diff --git a/src/pmlogconf/filesystem/xfs-io-irix b/src/pmlogconf/filesystem/xfs-io-irix new file mode 100644 index 0000000..ded61ed --- /dev/null +++ b/src/pmlogconf/filesystem/xfs-io-irix @@ -0,0 +1,8 @@ +#pmlogconf-setup 2.0 +ident XFS data and log I/O traffic [Irix] +probe xfs.log_writes exists ? include : exclude + xfs.log_writes + xfs.log_blocks + xfs.log_noiclogs + xfs.read_bytes + xfs.write_bytes diff --git a/src/pmlogconf/filesystem/xfs-io-linux b/src/pmlogconf/filesystem/xfs-io-linux new file mode 100644 index 0000000..d7c0fe9 --- /dev/null +++ b/src/pmlogconf/filesystem/xfs-io-linux @@ -0,0 +1,11 @@ +#pmlogconf-setup 2.0 +ident XFS data and log I/O traffic [Linux] +probe xfs.log.writes + xfs.log.writes + xfs.log.blocks + xfs.log.noiclogs + xfs.read + xfs.write + xfs.read_bytes + xfs.write_bytes + xfs.buffer |