]> granicus.if.org Git - sysstat/commit
Handle octal codes in filesystems mount point names
authorSebastien GODARD <sysstat@orange.fr.fake>
Thu, 30 May 2013 20:26:18 +0000 (22:26 +0200)
committerSebastien GODARD <sysstat@orange.fr.fake>
Thu, 30 May 2013 20:26:18 +0000 (22:26 +0200)
commit919f10827b763d13427672515f18aa27c93c01bf
tree8a0c0cc8068757b3853b3b3ee6d48fbaa90d579c
parentc8b1f890f7fc242eceafc94ab3ba117247f3d577
Handle octal codes in filesystems mount point names

sar -F was unable to get statistics about filesystems whose mount points
(as given by /etc/mtab file) had octal codes in their names.
So now sar replaces those octal codes with their corresponding
characters before trying to collect stats about them.
count.c
rd_stats.c
rd_stats.h