]> granicus.if.org Git - sysstat/commitdiff
simtest: Change values used for filesystems statistics
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 13 Dec 2020 15:17:50 +0000 (16:17 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 13 Dec 2020 15:17:50 +0000 (16:17 +0100)
Make sure values are not greater than UINT_MAX.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
20 files changed:
systest.c
tests/expected.data-ini
tests/expected.sadf-d
tests/expected.sadf-g
tests/expected.sadf-j
tests/expected.sadf-p
tests/expected.sadf-r
tests/expected.sadf-se
tests/expected.sadf-x
tests/expected.sar-F-jUUID
tests/expected.sar-FMOUNT-jUUID
tests/expected.sar-all
tests/expected.sar-dec
tests/expected.sar-ext-hl
tests/expected.sar-fs
tests/expected.sar-human
tests/expected1.sadf-g
tests/expected2.sadf-g
tests/expected2.sar-all
tests/expected3.sar-all

index 9be44c10135727c7ac1345b822ed3f172236b95d..7277affeeec5be8171c5df3c599c1c086d3e0c3d 100644 (file)
--- a/systest.c
+++ b/systest.c
@@ -99,11 +99,16 @@ void get_uname(struct utsname *h)
 int get_fs_stat(char *c, struct statvfs *buf)
 {
        static int p = 0;
-       unsigned long long bfree[4] = {89739427840, 293286670336, 11696156672, 292616732672};
-       unsigned long long blocks[4] = {97891291136, 309502345216, 30829043712, 309502345216};
-       unsigned long long bavail[4] = {84722675712, 277541253120, 10106515456, 276871315456};
-       unsigned long long files[4] = {6111232, 19202048, 1921360, 19202048};
-       unsigned long long ffree[4] = {6008414, 19201593, 1621550, 19051710};
+       /*
+        * f_bfree, f_blocks and f_bavail used to be unsigned long.
+        * So don't use values greater then UINT_MAX to make sure that values
+        * won't overflow on 32-bit systems.
+        */
+       unsigned long long bfree[4]  = {739427840, 286670336, 1696156672, 2616732672};
+       unsigned long long blocks[4] = {891291136, 502345216, 1829043712, 3502345216};
+       unsigned long long bavail[4] = {722675712, 241253120, 1106515456, 1871315456};
+       unsigned long long files[4]  = {6111232, 19202048, 1921360, 19202048};
+       unsigned long long ffree[4]  = {6008414, 19201593, 1621550, 19051710};
 
        buf->f_bfree = bfree[p];
        buf->f_blocks = blocks[p];
index b6610c50b43ddc6ceddb12b756c0773c87f0e71c..5c74265c6e8230611c2a9b30a9b90c3b2ba38c8e 100644 (file)
@@ -2925,32 +2925,32 @@ Average:          6   3492.22
 Average:          7   3497.56
 
 13:20:09     MBfsfree  MBfsused   %fsused  %ufsused     Ifree     Iused    %Iused FILESYSTEM
-13:20:19        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda9
-13:20:19       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda7
-13:20:19        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda12
-13:20:19       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda6
-13:20:29        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sda9
-13:20:29       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda7
-13:20:29        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda12
-13:20:29       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda6
-13:20:29        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sdf
-13:20:29       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sdg
-13:20:39        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sda9
-13:20:39       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda7
-13:20:39        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda12
-13:20:39       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda6
-13:20:39        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sdf
-13:20:39       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sdg
-13:20:49        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda9
-13:20:49       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda7
-13:20:49        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sda12
-13:20:49       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda6
-Summary:        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda9
-Summary:       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda7
-Summary:        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sda12
-Summary:       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda6
-Summary:        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sdf
-Summary:       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sdg
+13:20:19          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda9
+13:20:19         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda7
+13:20:19          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda12
+13:20:19          273       206     42.93     51.97  19201593       455      0.00 /dev/sda6
+13:20:29         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sda9
+13:20:29         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda7
+13:20:29          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda12
+13:20:29          273       206     42.93     51.97  19201593       455      0.00 /dev/sda6
+13:20:29         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sdf
+13:20:29         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sdg
+13:20:39         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sda9
+13:20:39         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda7
+13:20:39          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda12
+13:20:39          273       206     42.93     51.97  19201593       455      0.00 /dev/sda6
+13:20:39         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sdf
+13:20:39         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sdg
+13:20:49          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda9
+13:20:49          273       206     42.93     51.97  19201593       455      0.00 /dev/sda7
+13:20:49         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sda12
+13:20:49         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda6
+Summary:          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda9
+Summary:          273       206     42.93     51.97  19201593       455      0.00 /dev/sda7
+Summary:         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sda12
+Summary:         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda6
+Summary:         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sdf
+Summary:         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sdg
 
 13:37:29     LINUX RESTART     (9 CPU)
 13:39:09     COM Testing sysstat!
@@ -4192,11 +4192,11 @@ Average:          8   3497.56
 Average:          9   3497.56
 
 13:54:15     MBfsfree  MBfsused   %fsused  %ufsused     Ifree     Iused    %Iused FILESYSTEM
-13:54:35        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda9
-13:54:35       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda7
-13:54:35        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sda12
-13:54:35       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda6
-Summary:        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda9
-Summary:       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda7
-Summary:        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sda12
-Summary:       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda6
+13:54:35          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda9
+13:54:35          273       206     42.93     51.97  19201593       455      0.00 /dev/sda7
+13:54:35         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sda12
+13:54:35         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda6
+Summary:          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda9
+Summary:          273       206     42.93     51.97  19201593       455      0.00 /dev/sda7
+Summary:         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sda12
+Summary:         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda6
index f5a9e00df4e9876ea6257c2a765becec39b6460d..815c15281fa31b1f8bc40fecbfae7354ca820db0 100644 (file)
@@ -2315,26 +2315,26 @@ SYSSTAT.TEST;22;2019-04-18 13:20:49 UTC;5;3493.55
 SYSSTAT.TEST;22;2019-04-18 13:20:49 UTC;6;3492.22
 SYSSTAT.TEST;22;2019-04-18 13:20:49 UTC;7;3497.56
 # hostname;interval;timestamp;FILESYSTEM;MBfsfree;MBfsused;%fsused;%ufsused;Ifree;Iused;%Iused
-SYSSTAT.TEST;31;2019-04-18 13:20:19 UTC;/dev/sda9;85582;7774;8.33;13.45;6008414;102818;1.68
-SYSSTAT.TEST;31;2019-04-18 13:20:19 UTC;/dev/sda7;279061;16103;5.46;10.54;19051710;150338;0.78
-SYSSTAT.TEST;31;2019-04-18 13:20:19 UTC;/dev/sda12;85582;7774;8.33;13.45;6008414;102818;1.68
-SYSSTAT.TEST;31;2019-04-18 13:20:19 UTC;/dev/sda6;279700;15464;5.24;10.33;19201593;455;0.00
-SYSSTAT.TEST;31;2019-04-18 13:20:29 UTC;/dev/sda9;11154;18247;62.06;67.22;1621550;299810;15.60
-SYSSTAT.TEST;31;2019-04-18 13:20:29 UTC;/dev/sda7;279061;16103;5.46;10.54;19051710;150338;0.78
-SYSSTAT.TEST;31;2019-04-18 13:20:29 UTC;/dev/sda12;85582;7774;8.33;13.45;6008414;102818;1.68
-SYSSTAT.TEST;31;2019-04-18 13:20:29 UTC;/dev/sda6;279700;15464;5.24;10.33;19201593;455;0.00
-SYSSTAT.TEST;31;2019-04-18 13:20:29 UTC;/dev/sdf;11154;18247;62.06;67.22;1621550;299810;15.60
-SYSSTAT.TEST;31;2019-04-18 13:20:29 UTC;/dev/sdg;279061;16103;5.46;10.54;19051710;150338;0.78
-SYSSTAT.TEST;39;2019-04-18 13:20:39 UTC;/dev/sda9;11154;18247;62.06;67.22;1621550;299810;15.60
-SYSSTAT.TEST;39;2019-04-18 13:20:39 UTC;/dev/sda7;279061;16103;5.46;10.54;19051710;150338;0.78
-SYSSTAT.TEST;39;2019-04-18 13:20:39 UTC;/dev/sda12;85582;7774;8.33;13.45;6008414;102818;1.68
-SYSSTAT.TEST;39;2019-04-18 13:20:39 UTC;/dev/sda6;279700;15464;5.24;10.33;19201593;455;0.00
-SYSSTAT.TEST;39;2019-04-18 13:20:39 UTC;/dev/sdf;11154;18247;62.06;67.22;1621550;299810;15.60
-SYSSTAT.TEST;39;2019-04-18 13:20:39 UTC;/dev/sdg;279061;16103;5.46;10.54;19051710;150338;0.78
-SYSSTAT.TEST;22;2019-04-18 13:20:49 UTC;/dev/sda9;85582;7774;8.33;13.45;6008414;102818;1.68
-SYSSTAT.TEST;22;2019-04-18 13:20:49 UTC;/dev/sda7;279700;15464;5.24;10.33;19201593;455;0.00
-SYSSTAT.TEST;22;2019-04-18 13:20:49 UTC;/dev/sda12;11154;18247;62.06;67.22;1621550;299810;15.60
-SYSSTAT.TEST;22;2019-04-18 13:20:49 UTC;/dev/sda6;279061;16103;5.46;10.54;19051710;150338;0.78
+SYSSTAT.TEST;31;2019-04-18 13:20:19 UTC;/dev/sda9;705;145;17.04;18.92;6008414;102818;1.68
+SYSSTAT.TEST;31;2019-04-18 13:20:19 UTC;/dev/sda7;2496;845;25.29;46.57;19051710;150338;0.78
+SYSSTAT.TEST;31;2019-04-18 13:20:19 UTC;/dev/sda12;705;145;17.04;18.92;6008414;102818;1.68
+SYSSTAT.TEST;31;2019-04-18 13:20:19 UTC;/dev/sda6;273;206;42.93;51.97;19201593;455;0.00
+SYSSTAT.TEST;31;2019-04-18 13:20:29 UTC;/dev/sda9;1618;127;7.27;39.50;1621550;299810;15.60
+SYSSTAT.TEST;31;2019-04-18 13:20:29 UTC;/dev/sda7;2496;845;25.29;46.57;19051710;150338;0.78
+SYSSTAT.TEST;31;2019-04-18 13:20:29 UTC;/dev/sda12;705;145;17.04;18.92;6008414;102818;1.68
+SYSSTAT.TEST;31;2019-04-18 13:20:29 UTC;/dev/sda6;273;206;42.93;51.97;19201593;455;0.00
+SYSSTAT.TEST;31;2019-04-18 13:20:29 UTC;/dev/sdf;1618;127;7.27;39.50;1621550;299810;15.60
+SYSSTAT.TEST;31;2019-04-18 13:20:29 UTC;/dev/sdg;2496;845;25.29;46.57;19051710;150338;0.78
+SYSSTAT.TEST;39;2019-04-18 13:20:39 UTC;/dev/sda9;1618;127;7.27;39.50;1621550;299810;15.60
+SYSSTAT.TEST;39;2019-04-18 13:20:39 UTC;/dev/sda7;2496;845;25.29;46.57;19051710;150338;0.78
+SYSSTAT.TEST;39;2019-04-18 13:20:39 UTC;/dev/sda12;705;145;17.04;18.92;6008414;102818;1.68
+SYSSTAT.TEST;39;2019-04-18 13:20:39 UTC;/dev/sda6;273;206;42.93;51.97;19201593;455;0.00
+SYSSTAT.TEST;39;2019-04-18 13:20:39 UTC;/dev/sdf;1618;127;7.27;39.50;1621550;299810;15.60
+SYSSTAT.TEST;39;2019-04-18 13:20:39 UTC;/dev/sdg;2496;845;25.29;46.57;19051710;150338;0.78
+SYSSTAT.TEST;22;2019-04-18 13:20:49 UTC;/dev/sda9;705;145;17.04;18.92;6008414;102818;1.68
+SYSSTAT.TEST;22;2019-04-18 13:20:49 UTC;/dev/sda7;273;206;42.93;51.97;19201593;455;0.00
+SYSSTAT.TEST;22;2019-04-18 13:20:49 UTC;/dev/sda12;1618;127;7.27;39.50;1621550;299810;15.60
+SYSSTAT.TEST;22;2019-04-18 13:20:49 UTC;/dev/sda6;2496;845;25.29;46.57;19051710;150338;0.78
 # hostname;interval;timestamp;%scpu-10;%scpu-60;%scpu-300;%scpu
 SYSSTAT.TEST;31;2019-04-18 13:20:19 UTC;0.00;0.00;0.00;0.03
 SYSSTAT.TEST;31;2019-04-18 13:20:29 UTC;0.00;0.00;0.00;0.23
@@ -2971,10 +2971,10 @@ SYSSTAT.TEST;31;2019-04-18 13:54:35 UTC;7;3497.56
 SYSSTAT.TEST;31;2019-04-18 13:54:35 UTC;8;3497.56
 SYSSTAT.TEST;31;2019-04-18 13:54:35 UTC;9;3497.56
 # hostname;interval;timestamp;FILESYSTEM;MBfsfree;MBfsused;%fsused;%ufsused;Ifree;Iused;%Iused
-SYSSTAT.TEST;31;2019-04-18 13:54:35 UTC;/dev/sda9;85582;7774;8.33;13.45;6008414;102818;1.68
-SYSSTAT.TEST;31;2019-04-18 13:54:35 UTC;/dev/sda7;279700;15464;5.24;10.33;19201593;455;0.00
-SYSSTAT.TEST;31;2019-04-18 13:54:35 UTC;/dev/sda12;11154;18247;62.06;67.22;1621550;299810;15.60
-SYSSTAT.TEST;31;2019-04-18 13:54:35 UTC;/dev/sda6;279061;16103;5.46;10.54;19051710;150338;0.78
+SYSSTAT.TEST;31;2019-04-18 13:54:35 UTC;/dev/sda9;705;145;17.04;18.92;6008414;102818;1.68
+SYSSTAT.TEST;31;2019-04-18 13:54:35 UTC;/dev/sda7;273;206;42.93;51.97;19201593;455;0.00
+SYSSTAT.TEST;31;2019-04-18 13:54:35 UTC;/dev/sda12;1618;127;7.27;39.50;1621550;299810;15.60
+SYSSTAT.TEST;31;2019-04-18 13:54:35 UTC;/dev/sda6;2496;845;25.29;46.57;19051710;150338;0.78
 # hostname;interval;timestamp;%scpu-10;%scpu-60;%scpu-300;%scpu
 SYSSTAT.TEST;31;2019-04-18 13:54:35 UTC;0.00;0.00;0.00;0.00
 # hostname;interval;timestamp;%sio-10;%sio-60;%sio-300;%sio;%fio-10;%fio-60;%fio-300;%fio
index bd2c5f8c78e7d395a0d252c27d9e0358bf43c1c9..bba8642810f02e181f12549963be71a80b826b47 100644 (file)
 <tspan x="795" y="25" style="fill: #ffff00; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,50 70,250 790,250" style="fill: #000000; stroke: #ffffff; stroke-width: 2"/>
-<text x="795" y="50" style="fill: #00cc00; stroke: none; font-size: 12px">MBfsfree (11154, 85582)</text>
-<text x="795" y="65" style="fill: #ff00bf; stroke: none; font-size: 12px">MBfsused (7774, 18247)</text>
+<text x="795" y="50" style="fill: #00cc00; stroke: none; font-size: 12px">MBfsfree (705, 1618)</text>
+<text x="795" y="65" style="fill: #ff00bf; stroke: none; font-size: 12px">MBfsused (127, 145)</text>
 <g transform="translate(70,250)">
 <text x="0" y="0" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">0.</text>
-<polyline points="0,20000.00 720,20000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.002337)"/>
-<text x="0" y="-46" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">20000.</text>
-<polyline points="0,40000.00 720,40000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.002337)"/>
-<text x="0" y="-93" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">40000.</text>
-<polyline points="0,60000.00 720,60000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.002337)"/>
-<text x="0" y="-140" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">60000.</text>
-<polyline points="0,80000.00 720,80000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.002337)"/>
-<text x="0" y="-186" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">80000.</text>
+<polyline points="0,500.00 720,500.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.123641)"/>
+<text x="0" y="-61" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">500.</text>
+<polyline points="0,1000.00 720,1000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.123641)"/>
+<text x="0" y="-123" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">1000.</text>
+<polyline points="0,1500.00 720,1500.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.123641)"/>
+<text x="0" y="-185" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">1500.</text>
 <polyline points="0,0 0,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <text x="0" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,0,0)">13:20:09</text>
 <polyline points="206,0 206,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <polyline points="2060,0 2060,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <text x="717" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,717,0)">13:54:29</text>
 <text x="-10" y="30" style="fill: #ffff00; stroke: none; font-size: 12px; text-anchor: end">UTC</text>
-<path d=" M10,85582.19 L20,11154.32 L30,11154.32 L40,85582.19 M2066,85582.19" style="vector-effect: non-scaling-stroke; stroke: #00cc00; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.002337)"/>
-<path d=" M10,7774.22 L20,18246.54 L30,18246.54 L40,7774.22 M2066,7774.22" style="vector-effect: non-scaling-stroke; stroke: #ff00bf; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.002337)"/>
+<path d=" M10,705.17 L20,1617.58 L30,1617.58 L40,705.17 M2066,705.17" style="vector-effect: non-scaling-stroke; stroke: #00cc00; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.123641)"/>
+<path d=" M10,144.83 L20,126.73 L30,126.73 L40,144.83 M2066,144.83" style="vector-effect: non-scaling-stroke; stroke: #ff00bf; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.123641)"/>
 </g>
 <rect x="0" y="310" height="300" width="1050" fill="#000000"/>
 <text x="0" y="330" style="fill: #ffff00; stroke: none">Filesystems statistics (2) [/dev/sda9]
 <tspan x="795" y="335" style="fill: #ffff00; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,360 70,560 790,560" style="fill: #000000; stroke: #ffffff; stroke-width: 2"/>
-<text x="795" y="360" style="fill: #00ffff; stroke: none; font-size: 12px">%ufsused (13.45, 67.22)</text>
-<text x="795" y="375" style="fill: #ff0000; stroke: none; font-size: 12px">%fsused (8.33, 62.06)</text>
+<text x="795" y="360" style="fill: #00ffff; stroke: none; font-size: 12px">%ufsused (18.92, 39.50)</text>
+<text x="795" y="375" style="fill: #ff0000; stroke: none; font-size: 12px">%fsused (7.27, 17.04)</text>
 <g transform="translate(70,560)">
 <text x="0" y="0" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <polyline points="0,25.00 720,25.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-2.000000)"/>
 <text x="717" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,717,0)">13:54:29</text>
 <text x="-10" y="30" style="fill: #ffff00; stroke: none; font-size: 12px; text-anchor: end">UTC</text>
 <g style="fill: #00ffff; stroke: none" transform="scale(0.348500,-2.000000)">
-<rect x="0" y="0.00" height="13.45" width="31"/><rect x="0" y="0.00" height="67.22" width="31"/><rect x="0" y="0.00" height="67.22" width="39"/><rect x="18" y="0.00" height="13.45" width="22"/><rect x="2035" y="0.00" height="13.45" width="31"/>
+<rect x="0" y="0.00" height="18.92" width="31"/><rect x="0" y="0.00" height="39.50" width="31"/><rect x="0" y="0.00" height="39.50" width="39"/><rect x="18" y="0.00" height="18.92" width="22"/><rect x="2035" y="0.00" height="18.92" width="31"/>
 </g>
 <g style="fill: #ff0000; stroke: none" transform="scale(0.348500,-2.000000)">
-<rect x="0" y="0.00" height="8.33" width="31"/><rect x="0" y="0.00" height="62.06" width="31"/><rect x="0" y="0.00" height="62.06" width="39"/><rect x="18" y="0.00" height="8.33" width="22"/><rect x="2035" y="0.00" height="8.33" width="31"/>
+<rect x="0" y="0.00" height="17.04" width="31"/><rect x="0" y="0.00" height="7.27" width="31"/><rect x="0" y="0.00" height="7.27" width="39"/><rect x="18" y="0.00" height="17.04" width="22"/><rect x="2035" y="0.00" height="17.04" width="31"/>
 </g>
 </g>
 <rect x="0" y="620" height="300" width="1050" fill="#000000"/>
 <tspan x="795" y="25" style="fill: #ffff00; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,50 70,250 790,250" style="fill: #000000; stroke: #ffffff; stroke-width: 2"/>
-<text x="795" y="50" style="fill: #00cc00; stroke: none; font-size: 12px">MBfsfree (279061, 279700)</text>
-<text x="795" y="65" style="fill: #ff00bf; stroke: none; font-size: 12px">MBfsused (15464, 16103)</text>
+<text x="795" y="50" style="fill: #00cc00; stroke: none; font-size: 12px">MBfsfree (273, 2496)</text>
+<text x="795" y="65" style="fill: #ff00bf; stroke: none; font-size: 12px">MBfsused (206, 845)</text>
 <g transform="translate(70,250)">
 <text x="0" y="0" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">0.</text>
-<polyline points="0,90000.00 720,90000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.000715)"/>
-<text x="0" y="-64" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">90000.</text>
-<polyline points="0,180000.00 720,180000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.000715)"/>
-<text x="0" y="-128" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">180000.</text>
-<polyline points="0,270000.00 720,270000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.000715)"/>
-<text x="0" y="-193" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">270000.</text>
+<polyline points="0,800.00 720,800.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.080144)"/>
+<text x="0" y="-64" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">800.</text>
+<polyline points="0,1600.00 720,1600.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.080144)"/>
+<text x="0" y="-128" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">1600.</text>
+<polyline points="0,2400.00 720,2400.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.080144)"/>
+<text x="0" y="-192" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">2400.</text>
 <polyline points="0,0 0,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <text x="0" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,0,0)">13:20:09</text>
 <polyline points="206,0 206,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <polyline points="2060,0 2060,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <text x="717" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,717,0)">13:54:29</text>
 <text x="-10" y="30" style="fill: #ffff00; stroke: none; font-size: 12px; text-anchor: end">UTC</text>
-<path d=" M10,279061.06 L20,279061.06 L30,279061.06 L40,279699.96 M2066,279699.96" style="vector-effect: non-scaling-stroke; stroke: #00cc00; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.000715)"/>
-<path d=" M10,16103.38 L20,16103.38 L30,16103.38 L40,15464.47 M2066,15464.47" style="vector-effect: non-scaling-stroke; stroke: #ff00bf; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.000715)"/>
+<path d=" M10,2495.51 L20,2495.51 L30,2495.51 L40,273.39 M2066,273.39" style="vector-effect: non-scaling-stroke; stroke: #00cc00; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.080144)"/>
+<path d=" M10,844.59 L20,844.59 L30,844.59 L40,205.68 M2066,205.68" style="vector-effect: non-scaling-stroke; stroke: #ff00bf; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.080144)"/>
 </g>
 <rect x="0" y="310" height="300" width="1050" fill="#000000"/>
 <text x="0" y="330" style="fill: #ffff00; stroke: none">Filesystems statistics (2) [/dev/sda7]
 <tspan x="795" y="335" style="fill: #ffff00; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,360 70,560 790,560" style="fill: #000000; stroke: #ffffff; stroke-width: 2"/>
-<text x="795" y="360" style="fill: #00ffff; stroke: none; font-size: 12px">%ufsused (10.33, 10.54)</text>
-<text x="795" y="375" style="fill: #ff0000; stroke: none; font-size: 12px">%fsused (5.24, 5.46)</text>
+<text x="795" y="360" style="fill: #00ffff; stroke: none; font-size: 12px">%ufsused (46.57, 51.97)</text>
+<text x="795" y="375" style="fill: #ff0000; stroke: none; font-size: 12px">%fsused (25.29, 42.93)</text>
 <g transform="translate(70,560)">
 <text x="0" y="0" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <polyline points="0,25.00 720,25.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-2.000000)"/>
 <text x="717" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,717,0)">13:54:29</text>
 <text x="-10" y="30" style="fill: #ffff00; stroke: none; font-size: 12px; text-anchor: end">UTC</text>
 <g style="fill: #00ffff; stroke: none" transform="scale(0.348500,-2.000000)">
-<rect x="0" y="0.00" height="10.54" width="31"/><rect x="0" y="0.00" height="10.54" width="31"/><rect x="0" y="0.00" height="10.54" width="39"/><rect x="18" y="0.00" height="10.33" width="22"/><rect x="2035" y="0.00" height="10.33" width="31"/>
+<rect x="0" y="0.00" height="46.57" width="31"/><rect x="0" y="0.00" height="46.57" width="31"/><rect x="0" y="0.00" height="46.57" width="39"/><rect x="18" y="0.00" height="51.97" width="22"/><rect x="2035" y="0.00" height="51.97" width="31"/>
 </g>
 <g style="fill: #ff0000; stroke: none" transform="scale(0.348500,-2.000000)">
-<rect x="0" y="0.00" height="5.46" width="31"/><rect x="0" y="0.00" height="5.46" width="31"/><rect x="0" y="0.00" height="5.46" width="39"/><rect x="18" y="0.00" height="5.24" width="22"/><rect x="2035" y="0.00" height="5.24" width="31"/>
+<rect x="0" y="0.00" height="25.29" width="31"/><rect x="0" y="0.00" height="25.29" width="31"/><rect x="0" y="0.00" height="25.29" width="39"/><rect x="18" y="0.00" height="42.93" width="22"/><rect x="2035" y="0.00" height="42.93" width="31"/>
 </g>
 </g>
 <rect x="0" y="620" height="300" width="1050" fill="#000000"/>
 <tspan x="795" y="25" style="fill: #ffff00; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,50 70,250 790,250" style="fill: #000000; stroke: #ffffff; stroke-width: 2"/>
-<text x="795" y="50" style="fill: #00cc00; stroke: none; font-size: 12px">MBfsfree (11154, 85582)</text>
-<text x="795" y="65" style="fill: #ff00bf; stroke: none; font-size: 12px">MBfsused (7774, 18247)</text>
+<text x="795" y="50" style="fill: #00cc00; stroke: none; font-size: 12px">MBfsfree (705, 1618)</text>
+<text x="795" y="65" style="fill: #ff00bf; stroke: none; font-size: 12px">MBfsused (127, 145)</text>
 <g transform="translate(70,250)">
 <text x="0" y="0" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">0.</text>
-<polyline points="0,20000.00 720,20000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.002337)"/>
-<text x="0" y="-46" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">20000.</text>
-<polyline points="0,40000.00 720,40000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.002337)"/>
-<text x="0" y="-93" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">40000.</text>
-<polyline points="0,60000.00 720,60000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.002337)"/>
-<text x="0" y="-140" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">60000.</text>
-<polyline points="0,80000.00 720,80000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.002337)"/>
-<text x="0" y="-186" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">80000.</text>
+<polyline points="0,500.00 720,500.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.123641)"/>
+<text x="0" y="-61" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">500.</text>
+<polyline points="0,1000.00 720,1000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.123641)"/>
+<text x="0" y="-123" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">1000.</text>
+<polyline points="0,1500.00 720,1500.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.123641)"/>
+<text x="0" y="-185" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">1500.</text>
 <polyline points="0,0 0,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <text x="0" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,0,0)">13:20:09</text>
 <polyline points="206,0 206,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <polyline points="2060,0 2060,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <text x="717" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,717,0)">13:54:29</text>
 <text x="-10" y="30" style="fill: #ffff00; stroke: none; font-size: 12px; text-anchor: end">UTC</text>
-<path d=" M10,85582.19 L20,85582.19 L30,85582.19 L40,11154.32 M2066,11154.32" style="vector-effect: non-scaling-stroke; stroke: #00cc00; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.002337)"/>
-<path d=" M10,7774.22 L20,7774.22 L30,7774.22 L40,18246.54 M2066,18246.54" style="vector-effect: non-scaling-stroke; stroke: #ff00bf; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.002337)"/>
+<path d=" M10,705.17 L20,705.17 L30,705.17 L40,1617.58 M2066,1617.58" style="vector-effect: non-scaling-stroke; stroke: #00cc00; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.123641)"/>
+<path d=" M10,144.83 L20,144.83 L30,144.83 L40,126.73 M2066,126.73" style="vector-effect: non-scaling-stroke; stroke: #ff00bf; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.123641)"/>
 </g>
 <rect x="0" y="310" height="300" width="1050" fill="#000000"/>
 <text x="0" y="330" style="fill: #ffff00; stroke: none">Filesystems statistics (2) [/dev/sda12]
 <tspan x="795" y="335" style="fill: #ffff00; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,360 70,560 790,560" style="fill: #000000; stroke: #ffffff; stroke-width: 2"/>
-<text x="795" y="360" style="fill: #00ffff; stroke: none; font-size: 12px">%ufsused (13.45, 67.22)</text>
-<text x="795" y="375" style="fill: #ff0000; stroke: none; font-size: 12px">%fsused (8.33, 62.06)</text>
+<text x="795" y="360" style="fill: #00ffff; stroke: none; font-size: 12px">%ufsused (18.92, 39.50)</text>
+<text x="795" y="375" style="fill: #ff0000; stroke: none; font-size: 12px">%fsused (7.27, 17.04)</text>
 <g transform="translate(70,560)">
 <text x="0" y="0" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <polyline points="0,25.00 720,25.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-2.000000)"/>
 <text x="717" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,717,0)">13:54:29</text>
 <text x="-10" y="30" style="fill: #ffff00; stroke: none; font-size: 12px; text-anchor: end">UTC</text>
 <g style="fill: #00ffff; stroke: none" transform="scale(0.348500,-2.000000)">
-<rect x="0" y="0.00" height="13.45" width="31"/><rect x="0" y="0.00" height="13.45" width="31"/><rect x="0" y="0.00" height="13.45" width="39"/><rect x="18" y="0.00" height="67.22" width="22"/><rect x="2035" y="0.00" height="67.22" width="31"/>
+<rect x="0" y="0.00" height="18.92" width="31"/><rect x="0" y="0.00" height="18.92" width="31"/><rect x="0" y="0.00" height="18.92" width="39"/><rect x="18" y="0.00" height="39.50" width="22"/><rect x="2035" y="0.00" height="39.50" width="31"/>
 </g>
 <g style="fill: #ff0000; stroke: none" transform="scale(0.348500,-2.000000)">
-<rect x="0" y="0.00" height="8.33" width="31"/><rect x="0" y="0.00" height="8.33" width="31"/><rect x="0" y="0.00" height="8.33" width="39"/><rect x="18" y="0.00" height="62.06" width="22"/><rect x="2035" y="0.00" height="62.06" width="31"/>
+<rect x="0" y="0.00" height="17.04" width="31"/><rect x="0" y="0.00" height="17.04" width="31"/><rect x="0" y="0.00" height="17.04" width="39"/><rect x="18" y="0.00" height="7.27" width="22"/><rect x="2035" y="0.00" height="7.27" width="31"/>
 </g>
 </g>
 <rect x="0" y="620" height="300" width="1050" fill="#000000"/>
 <tspan x="795" y="25" style="fill: #ffff00; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,50 70,250 790,250" style="fill: #000000; stroke: #ffffff; stroke-width: 2"/>
-<text x="795" y="50" style="fill: #00cc00; stroke: none; font-size: 12px">MBfsfree (279061, 279700)</text>
-<text x="795" y="65" style="fill: #ff00bf; stroke: none; font-size: 12px">MBfsused (15464, 16103)</text>
+<text x="795" y="50" style="fill: #00cc00; stroke: none; font-size: 12px">MBfsfree (273, 2496)</text>
+<text x="795" y="65" style="fill: #ff00bf; stroke: none; font-size: 12px">MBfsused (206, 845)</text>
 <g transform="translate(70,250)">
 <text x="0" y="0" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">0.</text>
-<polyline points="0,90000.00 720,90000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.000715)"/>
-<text x="0" y="-64" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">90000.</text>
-<polyline points="0,180000.00 720,180000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.000715)"/>
-<text x="0" y="-128" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">180000.</text>
-<polyline points="0,270000.00 720,270000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.000715)"/>
-<text x="0" y="-193" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">270000.</text>
+<polyline points="0,800.00 720,800.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.080144)"/>
+<text x="0" y="-64" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">800.</text>
+<polyline points="0,1600.00 720,1600.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.080144)"/>
+<text x="0" y="-128" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">1600.</text>
+<polyline points="0,2400.00 720,2400.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.080144)"/>
+<text x="0" y="-192" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">2400.</text>
 <polyline points="0,0 0,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <text x="0" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,0,0)">13:20:09</text>
 <polyline points="206,0 206,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <polyline points="2060,0 2060,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <text x="717" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,717,0)">13:54:29</text>
 <text x="-10" y="30" style="fill: #ffff00; stroke: none; font-size: 12px; text-anchor: end">UTC</text>
-<path d=" M10,279699.96 L20,279699.96 L30,279699.96 L40,279061.06 M2066,279061.06" style="vector-effect: non-scaling-stroke; stroke: #00cc00; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.000715)"/>
-<path d=" M10,15464.47 L20,15464.47 L30,15464.47 L40,16103.38 M2066,16103.38" style="vector-effect: non-scaling-stroke; stroke: #ff00bf; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.000715)"/>
+<path d=" M10,273.39 L20,273.39 L30,273.39 L40,2495.51 M2066,2495.51" style="vector-effect: non-scaling-stroke; stroke: #00cc00; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.080144)"/>
+<path d=" M10,205.68 L20,205.68 L30,205.68 L40,844.59 M2066,844.59" style="vector-effect: non-scaling-stroke; stroke: #ff00bf; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.080144)"/>
 </g>
 <rect x="0" y="310" height="300" width="1050" fill="#000000"/>
 <text x="0" y="330" style="fill: #ffff00; stroke: none">Filesystems statistics (2) [/dev/sda6]
 <tspan x="795" y="335" style="fill: #ffff00; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,360 70,560 790,560" style="fill: #000000; stroke: #ffffff; stroke-width: 2"/>
-<text x="795" y="360" style="fill: #00ffff; stroke: none; font-size: 12px">%ufsused (10.33, 10.54)</text>
-<text x="795" y="375" style="fill: #ff0000; stroke: none; font-size: 12px">%fsused (5.24, 5.46)</text>
+<text x="795" y="360" style="fill: #00ffff; stroke: none; font-size: 12px">%ufsused (46.57, 51.97)</text>
+<text x="795" y="375" style="fill: #ff0000; stroke: none; font-size: 12px">%fsused (25.29, 42.93)</text>
 <g transform="translate(70,560)">
 <text x="0" y="0" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <polyline points="0,25.00 720,25.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-2.000000)"/>
 <text x="717" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,717,0)">13:54:29</text>
 <text x="-10" y="30" style="fill: #ffff00; stroke: none; font-size: 12px; text-anchor: end">UTC</text>
 <g style="fill: #00ffff; stroke: none" transform="scale(0.348500,-2.000000)">
-<rect x="0" y="0.00" height="10.33" width="31"/><rect x="0" y="0.00" height="10.33" width="31"/><rect x="0" y="0.00" height="10.33" width="39"/><rect x="18" y="0.00" height="10.54" width="22"/><rect x="2035" y="0.00" height="10.54" width="31"/>
+<rect x="0" y="0.00" height="51.97" width="31"/><rect x="0" y="0.00" height="51.97" width="31"/><rect x="0" y="0.00" height="51.97" width="39"/><rect x="18" y="0.00" height="46.57" width="22"/><rect x="2035" y="0.00" height="46.57" width="31"/>
 </g>
 <g style="fill: #ff0000; stroke: none" transform="scale(0.348500,-2.000000)">
-<rect x="0" y="0.00" height="5.24" width="31"/><rect x="0" y="0.00" height="5.24" width="31"/><rect x="0" y="0.00" height="5.24" width="39"/><rect x="18" y="0.00" height="5.46" width="22"/><rect x="2035" y="0.00" height="5.46" width="31"/>
+<rect x="0" y="0.00" height="42.93" width="31"/><rect x="0" y="0.00" height="42.93" width="31"/><rect x="0" y="0.00" height="42.93" width="39"/><rect x="18" y="0.00" height="25.29" width="22"/><rect x="2035" y="0.00" height="25.29" width="31"/>
 </g>
 </g>
 <rect x="0" y="620" height="300" width="1050" fill="#000000"/>
 <tspan x="795" y="25" style="fill: #ffff00; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,50 70,250 790,250" style="fill: #000000; stroke: #ffffff; stroke-width: 2"/>
-<text x="795" y="50" style="fill: #00cc00; stroke: none; font-size: 12px">MBfsfree (11154, 11154)</text>
-<text x="795" y="65" style="fill: #ff00bf; stroke: none; font-size: 12px">MBfsused (18247, 18247)</text>
+<text x="795" y="50" style="fill: #00cc00; stroke: none; font-size: 12px">MBfsfree (1618, 1618)</text>
+<text x="795" y="65" style="fill: #ff00bf; stroke: none; font-size: 12px">MBfsused (127, 127)</text>
 <g transform="translate(70,250)">
 <text x="0" y="0" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">0.</text>
-<polyline points="0,6000.00 720,6000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.010961)"/>
-<text x="0" y="-65" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">6000.</text>
-<polyline points="0,12000.00 720,12000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.010961)"/>
-<text x="0" y="-131" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">12000.</text>
-<polyline points="0,18000.00 720,18000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.010961)"/>
-<text x="0" y="-197" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">18000.</text>
+<polyline points="0,500.00 720,500.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.123641)"/>
+<text x="0" y="-61" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">500.</text>
+<polyline points="0,1000.00 720,1000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.123641)"/>
+<text x="0" y="-123" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">1000.</text>
+<polyline points="0,1500.00 720,1500.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.123641)"/>
+<text x="0" y="-185" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">1500.</text>
 <polyline points="0,0 0,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <text x="0" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,0,0)">13:20:09</text>
 <polyline points="206,0 206,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <polyline points="2060,0 2060,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <text x="717" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,717,0)">13:54:29</text>
 <text x="-10" y="30" style="fill: #ffff00; stroke: none; font-size: 12px; text-anchor: end">UTC</text>
-<path d=" M20,11154.32 L30,11154.32" style="vector-effect: non-scaling-stroke; stroke: #00cc00; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.010961)"/>
-<path d=" M20,18246.54 L30,18246.54" style="vector-effect: non-scaling-stroke; stroke: #ff00bf; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.010961)"/>
+<path d=" M20,1617.58 L30,1617.58" style="vector-effect: non-scaling-stroke; stroke: #00cc00; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.123641)"/>
+<path d=" M20,126.73 L30,126.73" style="vector-effect: non-scaling-stroke; stroke: #ff00bf; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.123641)"/>
 </g>
 <rect x="0" y="310" height="300" width="1050" fill="#000000"/>
 <text x="0" y="330" style="fill: #ffff00; stroke: none">Filesystems statistics (2) [/dev/sdf]
 <tspan x="795" y="335" style="fill: #ffff00; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,360 70,560 790,560" style="fill: #000000; stroke: #ffffff; stroke-width: 2"/>
-<text x="795" y="360" style="fill: #00ffff; stroke: none; font-size: 12px">%ufsused (67.22, 67.22)</text>
-<text x="795" y="375" style="fill: #ff0000; stroke: none; font-size: 12px">%fsused (62.06, 62.06)</text>
+<text x="795" y="360" style="fill: #00ffff; stroke: none; font-size: 12px">%ufsused (39.50, 39.50)</text>
+<text x="795" y="375" style="fill: #ff0000; stroke: none; font-size: 12px">%fsused (7.27, 7.27)</text>
 <g transform="translate(70,560)">
 <text x="0" y="0" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <polyline points="0,25.00 720,25.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-2.000000)"/>
 <text x="717" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,717,0)">13:54:29</text>
 <text x="-10" y="30" style="fill: #ffff00; stroke: none; font-size: 12px; text-anchor: end">UTC</text>
 <g style="fill: #00ffff; stroke: none" transform="scale(0.348500,-2.000000)">
-<rect x="0" y="0.00" height="67.22" width="31"/><rect x="0" y="0.00" height="67.22" width="39"/>
+<rect x="0" y="0.00" height="39.50" width="31"/><rect x="0" y="0.00" height="39.50" width="39"/>
 </g>
 <g style="fill: #ff0000; stroke: none" transform="scale(0.348500,-2.000000)">
-<rect x="0" y="0.00" height="62.06" width="31"/><rect x="0" y="0.00" height="62.06" width="39"/>
+<rect x="0" y="0.00" height="7.27" width="31"/><rect x="0" y="0.00" height="7.27" width="39"/>
 </g>
 </g>
 <rect x="0" y="620" height="300" width="1050" fill="#000000"/>
 <tspan x="795" y="25" style="fill: #ffff00; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,50 70,250 790,250" style="fill: #000000; stroke: #ffffff; stroke-width: 2"/>
-<text x="795" y="50" style="fill: #00cc00; stroke: none; font-size: 12px">MBfsfree (279061, 279061)</text>
-<text x="795" y="65" style="fill: #ff00bf; stroke: none; font-size: 12px">MBfsused (16103, 16103)</text>
+<text x="795" y="50" style="fill: #00cc00; stroke: none; font-size: 12px">MBfsfree (2496, 2496)</text>
+<text x="795" y="65" style="fill: #ff00bf; stroke: none; font-size: 12px">MBfsused (845, 845)</text>
 <g transform="translate(70,250)">
 <text x="0" y="0" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">0.</text>
-<polyline points="0,90000.00 720,90000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.000717)"/>
-<text x="0" y="-64" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">90000.</text>
-<polyline points="0,180000.00 720,180000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.000717)"/>
-<text x="0" y="-129" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">180000.</text>
-<polyline points="0,270000.00 720,270000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.000717)"/>
-<text x="0" y="-193" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">270000.</text>
+<polyline points="0,800.00 720,800.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.080144)"/>
+<text x="0" y="-64" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">800.</text>
+<polyline points="0,1600.00 720,1600.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.080144)"/>
+<text x="0" y="-128" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">1600.</text>
+<polyline points="0,2400.00 720,2400.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.080144)"/>
+<text x="0" y="-192" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">2400.</text>
 <polyline points="0,0 0,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <text x="0" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,0,0)">13:20:09</text>
 <polyline points="206,0 206,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <polyline points="2060,0 2060,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <text x="717" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,717,0)">13:54:29</text>
 <text x="-10" y="30" style="fill: #ffff00; stroke: none; font-size: 12px; text-anchor: end">UTC</text>
-<path d=" M20,279061.06 L30,279061.06" style="vector-effect: non-scaling-stroke; stroke: #00cc00; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.000717)"/>
-<path d=" M20,16103.38 L30,16103.38" style="vector-effect: non-scaling-stroke; stroke: #ff00bf; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.000717)"/>
+<path d=" M20,2495.51 L30,2495.51" style="vector-effect: non-scaling-stroke; stroke: #00cc00; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.080144)"/>
+<path d=" M20,844.59 L30,844.59" style="vector-effect: non-scaling-stroke; stroke: #ff00bf; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.080144)"/>
 </g>
 <rect x="0" y="310" height="300" width="1050" fill="#000000"/>
 <text x="0" y="330" style="fill: #ffff00; stroke: none">Filesystems statistics (2) [/dev/sdg]
 <tspan x="795" y="335" style="fill: #ffff00; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,360 70,560 790,560" style="fill: #000000; stroke: #ffffff; stroke-width: 2"/>
-<text x="795" y="360" style="fill: #00ffff; stroke: none; font-size: 12px">%ufsused (10.54, 10.54)</text>
-<text x="795" y="375" style="fill: #ff0000; stroke: none; font-size: 12px">%fsused (5.46, 5.46)</text>
+<text x="795" y="360" style="fill: #00ffff; stroke: none; font-size: 12px">%ufsused (46.57, 46.57)</text>
+<text x="795" y="375" style="fill: #ff0000; stroke: none; font-size: 12px">%fsused (25.29, 25.29)</text>
 <g transform="translate(70,560)">
 <text x="0" y="0" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <polyline points="0,25.00 720,25.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-2.000000)"/>
 <text x="717" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,717,0)">13:54:29</text>
 <text x="-10" y="30" style="fill: #ffff00; stroke: none; font-size: 12px; text-anchor: end">UTC</text>
 <g style="fill: #00ffff; stroke: none" transform="scale(0.348500,-2.000000)">
-<rect x="0" y="0.00" height="10.54" width="31"/><rect x="0" y="0.00" height="10.54" width="39"/>
+<rect x="0" y="0.00" height="46.57" width="31"/><rect x="0" y="0.00" height="46.57" width="39"/>
 </g>
 <g style="fill: #ff0000; stroke: none" transform="scale(0.348500,-2.000000)">
-<rect x="0" y="0.00" height="5.46" width="31"/><rect x="0" y="0.00" height="5.46" width="39"/>
+<rect x="0" y="0.00" height="25.29" width="31"/><rect x="0" y="0.00" height="25.29" width="39"/>
 </g>
 </g>
 <rect x="0" y="620" height="300" width="1050" fill="#000000"/>
index 58b7d44f5b36bfe1ab6341ac1fcde17840acc4a1..ef23580a0a90f6e042e2939da78ffee2393c21bd 100644 (file)
                                                ]
                                        },
                                        "filesystems": [
-                                               {"filesystem": "/dev/sda9", "MBfsfree": 85582, "MBfsused": 7774, "%fsused": 8.33, "%ufsused": 13.45, "Ifree": 6008414, "Iused": 102818, "%Iused": 1.68},
-                                               {"filesystem": "/dev/sda7", "MBfsfree": 279061, "MBfsused": 16103, "%fsused": 5.46, "%ufsused": 10.54, "Ifree": 19051710, "Iused": 150338, "%Iused": 0.78},
-                                               {"filesystem": "/dev/sda12", "MBfsfree": 85582, "MBfsused": 7774, "%fsused": 8.33, "%ufsused": 13.45, "Ifree": 6008414, "Iused": 102818, "%Iused": 1.68},
-                                               {"filesystem": "/dev/sda6", "MBfsfree": 279700, "MBfsused": 15464, "%fsused": 5.24, "%ufsused": 10.33, "Ifree": 19201593, "Iused": 455, "%Iused": 0.00}
+                                               {"filesystem": "/dev/sda9", "MBfsfree": 705, "MBfsused": 145, "%fsused": 17.04, "%ufsused": 18.92, "Ifree": 6008414, "Iused": 102818, "%Iused": 1.68},
+                                               {"filesystem": "/dev/sda7", "MBfsfree": 2496, "MBfsused": 845, "%fsused": 25.29, "%ufsused": 46.57, "Ifree": 19051710, "Iused": 150338, "%Iused": 0.78},
+                                               {"filesystem": "/dev/sda12", "MBfsfree": 705, "MBfsused": 145, "%fsused": 17.04, "%ufsused": 18.92, "Ifree": 6008414, "Iused": 102818, "%Iused": 1.68},
+                                               {"filesystem": "/dev/sda6", "MBfsfree": 273, "MBfsused": 206, "%fsused": 42.93, "%ufsused": 51.97, "Ifree": 19201593, "Iused": 455, "%Iused": 0.00}
                                        ],
                                        "psi": {
                                                "psi-cpu": {"some_avg10": 0.00, "some_avg60": 0.00, "some_avg300": 0.00, "some_avg": 0.03},
                                                ]
                                        },
                                        "filesystems": [
-                                               {"filesystem": "/dev/sda9", "MBfsfree": 11154, "MBfsused": 18247, "%fsused": 62.06, "%ufsused": 67.22, "Ifree": 1621550, "Iused": 299810, "%Iused": 15.60},
-                                               {"filesystem": "/dev/sda7", "MBfsfree": 279061, "MBfsused": 16103, "%fsused": 5.46, "%ufsused": 10.54, "Ifree": 19051710, "Iused": 150338, "%Iused": 0.78},
-                                               {"filesystem": "/dev/sda12", "MBfsfree": 85582, "MBfsused": 7774, "%fsused": 8.33, "%ufsused": 13.45, "Ifree": 6008414, "Iused": 102818, "%Iused": 1.68},
-                                               {"filesystem": "/dev/sda6", "MBfsfree": 279700, "MBfsused": 15464, "%fsused": 5.24, "%ufsused": 10.33, "Ifree": 19201593, "Iused": 455, "%Iused": 0.00},
-                                               {"filesystem": "/dev/sdf", "MBfsfree": 11154, "MBfsused": 18247, "%fsused": 62.06, "%ufsused": 67.22, "Ifree": 1621550, "Iused": 299810, "%Iused": 15.60},
-                                               {"filesystem": "/dev/sdg", "MBfsfree": 279061, "MBfsused": 16103, "%fsused": 5.46, "%ufsused": 10.54, "Ifree": 19051710, "Iused": 150338, "%Iused": 0.78}
+                                               {"filesystem": "/dev/sda9", "MBfsfree": 1618, "MBfsused": 127, "%fsused": 7.27, "%ufsused": 39.50, "Ifree": 1621550, "Iused": 299810, "%Iused": 15.60},
+                                               {"filesystem": "/dev/sda7", "MBfsfree": 2496, "MBfsused": 845, "%fsused": 25.29, "%ufsused": 46.57, "Ifree": 19051710, "Iused": 150338, "%Iused": 0.78},
+                                               {"filesystem": "/dev/sda12", "MBfsfree": 705, "MBfsused": 145, "%fsused": 17.04, "%ufsused": 18.92, "Ifree": 6008414, "Iused": 102818, "%Iused": 1.68},
+                                               {"filesystem": "/dev/sda6", "MBfsfree": 273, "MBfsused": 206, "%fsused": 42.93, "%ufsused": 51.97, "Ifree": 19201593, "Iused": 455, "%Iused": 0.00},
+                                               {"filesystem": "/dev/sdf", "MBfsfree": 1618, "MBfsused": 127, "%fsused": 7.27, "%ufsused": 39.50, "Ifree": 1621550, "Iused": 299810, "%Iused": 15.60},
+                                               {"filesystem": "/dev/sdg", "MBfsfree": 2496, "MBfsused": 845, "%fsused": 25.29, "%ufsused": 46.57, "Ifree": 19051710, "Iused": 150338, "%Iused": 0.78}
                                        ],
                                        "psi": {
                                                "psi-cpu": {"some_avg10": 0.00, "some_avg60": 0.00, "some_avg300": 0.00, "some_avg": 0.23},
                                                ]
                                        },
                                        "filesystems": [
-                                               {"filesystem": "/dev/sda9", "MBfsfree": 11154, "MBfsused": 18247, "%fsused": 62.06, "%ufsused": 67.22, "Ifree": 1621550, "Iused": 299810, "%Iused": 15.60},
-                                               {"filesystem": "/dev/sda7", "MBfsfree": 279061, "MBfsused": 16103, "%fsused": 5.46, "%ufsused": 10.54, "Ifree": 19051710, "Iused": 150338, "%Iused": 0.78},
-                                               {"filesystem": "/dev/sda12", "MBfsfree": 85582, "MBfsused": 7774, "%fsused": 8.33, "%ufsused": 13.45, "Ifree": 6008414, "Iused": 102818, "%Iused": 1.68},
-                                               {"filesystem": "/dev/sda6", "MBfsfree": 279700, "MBfsused": 15464, "%fsused": 5.24, "%ufsused": 10.33, "Ifree": 19201593, "Iused": 455, "%Iused": 0.00},
-                                               {"filesystem": "/dev/sdf", "MBfsfree": 11154, "MBfsused": 18247, "%fsused": 62.06, "%ufsused": 67.22, "Ifree": 1621550, "Iused": 299810, "%Iused": 15.60},
-                                               {"filesystem": "/dev/sdg", "MBfsfree": 279061, "MBfsused": 16103, "%fsused": 5.46, "%ufsused": 10.54, "Ifree": 19051710, "Iused": 150338, "%Iused": 0.78}
+                                               {"filesystem": "/dev/sda9", "MBfsfree": 1618, "MBfsused": 127, "%fsused": 7.27, "%ufsused": 39.50, "Ifree": 1621550, "Iused": 299810, "%Iused": 15.60},
+                                               {"filesystem": "/dev/sda7", "MBfsfree": 2496, "MBfsused": 845, "%fsused": 25.29, "%ufsused": 46.57, "Ifree": 19051710, "Iused": 150338, "%Iused": 0.78},
+                                               {"filesystem": "/dev/sda12", "MBfsfree": 705, "MBfsused": 145, "%fsused": 17.04, "%ufsused": 18.92, "Ifree": 6008414, "Iused": 102818, "%Iused": 1.68},
+                                               {"filesystem": "/dev/sda6", "MBfsfree": 273, "MBfsused": 206, "%fsused": 42.93, "%ufsused": 51.97, "Ifree": 19201593, "Iused": 455, "%Iused": 0.00},
+                                               {"filesystem": "/dev/sdf", "MBfsfree": 1618, "MBfsused": 127, "%fsused": 7.27, "%ufsused": 39.50, "Ifree": 1621550, "Iused": 299810, "%Iused": 15.60},
+                                               {"filesystem": "/dev/sdg", "MBfsfree": 2496, "MBfsused": 845, "%fsused": 25.29, "%ufsused": 46.57, "Ifree": 19051710, "Iused": 150338, "%Iused": 0.78}
                                        ],
                                        "psi": {
                                                "psi-cpu": {"some_avg10": 0.00, "some_avg60": 0.00, "some_avg300": 0.00, "some_avg": 0.01},
                                                ]
                                        },
                                        "filesystems": [
-                                               {"filesystem": "/dev/sda9", "MBfsfree": 85582, "MBfsused": 7774, "%fsused": 8.33, "%ufsused": 13.45, "Ifree": 6008414, "Iused": 102818, "%Iused": 1.68},
-                                               {"filesystem": "/dev/sda7", "MBfsfree": 279700, "MBfsused": 15464, "%fsused": 5.24, "%ufsused": 10.33, "Ifree": 19201593, "Iused": 455, "%Iused": 0.00},
-                                               {"filesystem": "/dev/sda12", "MBfsfree": 11154, "MBfsused": 18247, "%fsused": 62.06, "%ufsused": 67.22, "Ifree": 1621550, "Iused": 299810, "%Iused": 15.60},
-                                               {"filesystem": "/dev/sda6", "MBfsfree": 279061, "MBfsused": 16103, "%fsused": 5.46, "%ufsused": 10.54, "Ifree": 19051710, "Iused": 150338, "%Iused": 0.78}
+                                               {"filesystem": "/dev/sda9", "MBfsfree": 705, "MBfsused": 145, "%fsused": 17.04, "%ufsused": 18.92, "Ifree": 6008414, "Iused": 102818, "%Iused": 1.68},
+                                               {"filesystem": "/dev/sda7", "MBfsfree": 273, "MBfsused": 206, "%fsused": 42.93, "%ufsused": 51.97, "Ifree": 19201593, "Iused": 455, "%Iused": 0.00},
+                                               {"filesystem": "/dev/sda12", "MBfsfree": 1618, "MBfsused": 127, "%fsused": 7.27, "%ufsused": 39.50, "Ifree": 1621550, "Iused": 299810, "%Iused": 15.60},
+                                               {"filesystem": "/dev/sda6", "MBfsfree": 2496, "MBfsused": 845, "%fsused": 25.29, "%ufsused": 46.57, "Ifree": 19051710, "Iused": 150338, "%Iused": 0.78}
                                        ],
                                        "psi": {
                                                "psi-cpu": {"some_avg10": 0.00, "some_avg60": 0.00, "some_avg300": 0.00, "some_avg": 0.23},
                                                ]
                                        },
                                        "filesystems": [
-                                               {"filesystem": "/dev/sda9", "MBfsfree": 85582, "MBfsused": 7774, "%fsused": 8.33, "%ufsused": 13.45, "Ifree": 6008414, "Iused": 102818, "%Iused": 1.68},
-                                               {"filesystem": "/dev/sda7", "MBfsfree": 279700, "MBfsused": 15464, "%fsused": 5.24, "%ufsused": 10.33, "Ifree": 19201593, "Iused": 455, "%Iused": 0.00},
-                                               {"filesystem": "/dev/sda12", "MBfsfree": 11154, "MBfsused": 18247, "%fsused": 62.06, "%ufsused": 67.22, "Ifree": 1621550, "Iused": 299810, "%Iused": 15.60},
-                                               {"filesystem": "/dev/sda6", "MBfsfree": 279061, "MBfsused": 16103, "%fsused": 5.46, "%ufsused": 10.54, "Ifree": 19051710, "Iused": 150338, "%Iused": 0.78}
+                                               {"filesystem": "/dev/sda9", "MBfsfree": 705, "MBfsused": 145, "%fsused": 17.04, "%ufsused": 18.92, "Ifree": 6008414, "Iused": 102818, "%Iused": 1.68},
+                                               {"filesystem": "/dev/sda7", "MBfsfree": 273, "MBfsused": 206, "%fsused": 42.93, "%ufsused": 51.97, "Ifree": 19201593, "Iused": 455, "%Iused": 0.00},
+                                               {"filesystem": "/dev/sda12", "MBfsfree": 1618, "MBfsused": 127, "%fsused": 7.27, "%ufsused": 39.50, "Ifree": 1621550, "Iused": 299810, "%Iused": 15.60},
+                                               {"filesystem": "/dev/sda6", "MBfsfree": 2496, "MBfsused": 845, "%fsused": 25.29, "%ufsused": 46.57, "Ifree": 19051710, "Iused": 150338, "%Iused": 0.78}
                                        ],
                                        "psi": {
                                                "psi-cpu": {"some_avg10": 0.00, "some_avg60": 0.00, "some_avg300": 0.00, "some_avg": 0.00},
index a1de12e6ec95fc3ec3ba706548c5ecb46dd56cd2..ba6ba3dd24ea3a9260d39781964beafa848ff110 100644 (file)
@@ -4221,143 +4221,143 @@ SYSSTAT.TEST  22      2019-04-18 13:20:49 UTC cpu4    MHz     3505.84
 SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC cpu5    MHz     3493.55
 SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC cpu6    MHz     3492.22
 SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC cpu7    MHz     3497.56
-SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda9       MBfsfree        85582
-SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda9       MBfsused        7774
-SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda9       %fsused 8.33
-SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda9       %ufsused        13.45
+SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda9       MBfsfree        705
+SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda9       MBfsused        145
+SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda9       %fsused 17.04
+SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda9       %ufsused        18.92
 SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda9       Ifree   6008414
 SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda9       Iused   102818
 SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda9       %Iused  1.68
-SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda7       MBfsfree        279061
-SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda7       MBfsused        16103
-SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda7       %fsused 5.46
-SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda7       %ufsused        10.54
+SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda7       MBfsfree        2496
+SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda7       MBfsused        845
+SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda7       %fsused 25.29
+SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda7       %ufsused        46.57
 SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda7       Ifree   19051710
 SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda7       Iused   150338
 SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda7       %Iused  0.78
-SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda12      MBfsfree        85582
-SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda12      MBfsused        7774
-SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda12      %fsused 8.33
-SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda12      %ufsused        13.45
+SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda12      MBfsfree        705
+SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda12      MBfsused        145
+SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda12      %fsused 17.04
+SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda12      %ufsused        18.92
 SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda12      Ifree   6008414
 SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda12      Iused   102818
 SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda12      %Iused  1.68
-SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda6       MBfsfree        279700
-SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda6       MBfsused        15464
-SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda6       %fsused 5.24
-SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda6       %ufsused        10.33
+SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda6       MBfsfree        273
+SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda6       MBfsused        206
+SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda6       %fsused 42.93
+SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda6       %ufsused        51.97
 SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda6       Ifree   19201593
 SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda6       Iused   455
 SYSSTAT.TEST   31      2019-04-18 13:20:19 UTC /dev/sda6       %Iused  0.00
-SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda9       MBfsfree        11154
-SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda9       MBfsused        18247
-SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda9       %fsused 62.06
-SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda9       %ufsused        67.22
+SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda9       MBfsfree        1618
+SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda9       MBfsused        127
+SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda9       %fsused 7.27
+SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda9       %ufsused        39.50
 SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda9       Ifree   1621550
 SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda9       Iused   299810
 SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda9       %Iused  15.60
-SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda7       MBfsfree        279061
-SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda7       MBfsused        16103
-SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda7       %fsused 5.46
-SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda7       %ufsused        10.54
+SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda7       MBfsfree        2496
+SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda7       MBfsused        845
+SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda7       %fsused 25.29
+SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda7       %ufsused        46.57
 SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda7       Ifree   19051710
 SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda7       Iused   150338
 SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda7       %Iused  0.78
-SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda12      MBfsfree        85582
-SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda12      MBfsused        7774
-SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda12      %fsused 8.33
-SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda12      %ufsused        13.45
+SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda12      MBfsfree        705
+SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda12      MBfsused        145
+SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda12      %fsused 17.04
+SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda12      %ufsused        18.92
 SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda12      Ifree   6008414
 SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda12      Iused   102818
 SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda12      %Iused  1.68
-SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda6       MBfsfree        279700
-SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda6       MBfsused        15464
-SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda6       %fsused 5.24
-SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda6       %ufsused        10.33
+SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda6       MBfsfree        273
+SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda6       MBfsused        206
+SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda6       %fsused 42.93
+SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda6       %ufsused        51.97
 SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda6       Ifree   19201593
 SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda6       Iused   455
 SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sda6       %Iused  0.00
-SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sdf        MBfsfree        11154
-SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sdf        MBfsused        18247
-SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sdf        %fsused 62.06
-SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sdf        %ufsused        67.22
+SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sdf        MBfsfree        1618
+SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sdf        MBfsused        127
+SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sdf        %fsused 7.27
+SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sdf        %ufsused        39.50
 SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sdf        Ifree   1621550
 SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sdf        Iused   299810
 SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sdf        %Iused  15.60
-SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sdg        MBfsfree        279061
-SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sdg        MBfsused        16103
-SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sdg        %fsused 5.46
-SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sdg        %ufsused        10.54
+SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sdg        MBfsfree        2496
+SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sdg        MBfsused        845
+SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sdg        %fsused 25.29
+SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sdg        %ufsused        46.57
 SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sdg        Ifree   19051710
 SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sdg        Iused   150338
 SYSSTAT.TEST   31      2019-04-18 13:20:29 UTC /dev/sdg        %Iused  0.78
-SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda9       MBfsfree        11154
-SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda9       MBfsused        18247
-SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda9       %fsused 62.06
-SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda9       %ufsused        67.22
+SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda9       MBfsfree        1618
+SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda9       MBfsused        127
+SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda9       %fsused 7.27
+SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda9       %ufsused        39.50
 SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda9       Ifree   1621550
 SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda9       Iused   299810
 SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda9       %Iused  15.60
-SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda7       MBfsfree        279061
-SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda7       MBfsused        16103
-SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda7       %fsused 5.46
-SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda7       %ufsused        10.54
+SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda7       MBfsfree        2496
+SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda7       MBfsused        845
+SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda7       %fsused 25.29
+SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda7       %ufsused        46.57
 SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda7       Ifree   19051710
 SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda7       Iused   150338
 SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda7       %Iused  0.78
-SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda12      MBfsfree        85582
-SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda12      MBfsused        7774
-SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda12      %fsused 8.33
-SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda12      %ufsused        13.45
+SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda12      MBfsfree        705
+SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda12      MBfsused        145
+SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda12      %fsused 17.04
+SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda12      %ufsused        18.92
 SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda12      Ifree   6008414
 SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda12      Iused   102818
 SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda12      %Iused  1.68
-SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda6       MBfsfree        279700
-SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda6       MBfsused        15464
-SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda6       %fsused 5.24
-SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda6       %ufsused        10.33
+SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda6       MBfsfree        273
+SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda6       MBfsused        206
+SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda6       %fsused 42.93
+SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda6       %ufsused        51.97
 SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda6       Ifree   19201593
 SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda6       Iused   455
 SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sda6       %Iused  0.00
-SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sdf        MBfsfree        11154
-SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sdf        MBfsused        18247
-SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sdf        %fsused 62.06
-SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sdf        %ufsused        67.22
+SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sdf        MBfsfree        1618
+SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sdf        MBfsused        127
+SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sdf        %fsused 7.27
+SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sdf        %ufsused        39.50
 SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sdf        Ifree   1621550
 SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sdf        Iused   299810
 SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sdf        %Iused  15.60
-SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sdg        MBfsfree        279061
-SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sdg        MBfsused        16103
-SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sdg        %fsused 5.46
-SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sdg        %ufsused        10.54
+SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sdg        MBfsfree        2496
+SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sdg        MBfsused        845
+SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sdg        %fsused 25.29
+SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sdg        %ufsused        46.57
 SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sdg        Ifree   19051710
 SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sdg        Iused   150338
 SYSSTAT.TEST   39      2019-04-18 13:20:39 UTC /dev/sdg        %Iused  0.78
-SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda9       MBfsfree        85582
-SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda9       MBfsused        7774
-SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda9       %fsused 8.33
-SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda9       %ufsused        13.45
+SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda9       MBfsfree        705
+SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda9       MBfsused        145
+SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda9       %fsused 17.04
+SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda9       %ufsused        18.92
 SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda9       Ifree   6008414
 SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda9       Iused   102818
 SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda9       %Iused  1.68
-SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda7       MBfsfree        279700
-SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda7       MBfsused        15464
-SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda7       %fsused 5.24
-SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda7       %ufsused        10.33
+SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda7       MBfsfree        273
+SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda7       MBfsused        206
+SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda7       %fsused 42.93
+SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda7       %ufsused        51.97
 SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda7       Ifree   19201593
 SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda7       Iused   455
 SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda7       %Iused  0.00
-SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda12      MBfsfree        11154
-SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda12      MBfsused        18247
-SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda12      %fsused 62.06
-SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda12      %ufsused        67.22
+SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda12      MBfsfree        1618
+SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda12      MBfsused        127
+SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda12      %fsused 7.27
+SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda12      %ufsused        39.50
 SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda12      Ifree   1621550
 SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda12      Iused   299810
 SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda12      %Iused  15.60
-SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda6       MBfsfree        279061
-SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda6       MBfsused        16103
-SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda6       %fsused 5.46
-SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda6       %ufsused        10.54
+SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda6       MBfsfree        2496
+SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda6       MBfsused        845
+SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda6       %fsused 25.29
+SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda6       %ufsused        46.57
 SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda6       Ifree   19051710
 SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda6       Iused   150338
 SYSSTAT.TEST   22      2019-04-18 13:20:49 UTC /dev/sda6       %Iused  0.78
@@ -5589,31 +5589,31 @@ SYSSTAT.TEST    31      2019-04-18 13:54:35 UTC cpu6    MHz     3492.22
 SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC cpu7    MHz     3497.56
 SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC cpu8    MHz     3497.56
 SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC cpu9    MHz     3497.56
-SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda9       MBfsfree        85582
-SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda9       MBfsused        7774
-SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda9       %fsused 8.33
-SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda9       %ufsused        13.45
+SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda9       MBfsfree        705
+SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda9       MBfsused        145
+SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda9       %fsused 17.04
+SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda9       %ufsused        18.92
 SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda9       Ifree   6008414
 SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda9       Iused   102818
 SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda9       %Iused  1.68
-SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda7       MBfsfree        279700
-SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda7       MBfsused        15464
-SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda7       %fsused 5.24
-SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda7       %ufsused        10.33
+SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda7       MBfsfree        273
+SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda7       MBfsused        206
+SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda7       %fsused 42.93
+SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda7       %ufsused        51.97
 SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda7       Ifree   19201593
 SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda7       Iused   455
 SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda7       %Iused  0.00
-SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda12      MBfsfree        11154
-SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda12      MBfsused        18247
-SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda12      %fsused 62.06
-SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda12      %ufsused        67.22
+SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda12      MBfsfree        1618
+SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda12      MBfsused        127
+SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda12      %fsused 7.27
+SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda12      %ufsused        39.50
 SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda12      Ifree   1621550
 SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda12      Iused   299810
 SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda12      %Iused  15.60
-SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda6       MBfsfree        279061
-SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda6       MBfsused        16103
-SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda6       %fsused 5.46
-SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda6       %ufsused        10.54
+SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda6       MBfsfree        2496
+SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda6       MBfsused        845
+SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda6       %fsused 25.29
+SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda6       %ufsused        46.57
 SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda6       Ifree   19051710
 SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda6       Iused   150338
 SYSSTAT.TEST   31      2019-04-18 13:54:35 UTC /dev/sda6       %Iused  0.78
index 9d2d54288d977def3e734524aebfeecae9f3409d..22eee52844461b287b9618a00130da5a20090c02 100644 (file)
 # uptime_cs; 0; ust_time; 1555594649; extra_next; 0; record_type; 2; HH:MM:SS; 13:37:29
 # uptime_cs; 722372; ust_time; 1555593619; extra_next; 0; record_type; 1; HH:MM:SS; 13:20:19
 # name; A_FS; nr_curr; 4; nr_alloc; 8; nr_ini; 4
-13:20:19 UTC; FILESYSTEM; "/dev/sda9"; f_bfree; 89739427840; f_blocks; 97891291136; f_bavail; 84722675712; Ifree; 6008414; f_files; 6111232;
-13:20:19 UTC; FILESYSTEM; "/dev/sda7"; f_bfree; 292616732672; f_blocks; 309502345216; f_bavail; 276871315456; Ifree; 19051710; f_files; 19202048;
-13:20:19 UTC; FILESYSTEM; "/dev/sda12"; f_bfree; 89739427840; f_blocks; 97891291136; f_bavail; 84722675712; Ifree; 6008414; f_files; 6111232;
-13:20:19 UTC; FILESYSTEM; "/dev/sda6"; f_bfree; 293286670336; f_blocks; 309502345216; f_bavail; 277541253120; Ifree; 19201593; f_files; 19202048;
+13:20:19 UTC; FILESYSTEM; "/dev/sda9"; f_bfree; 739427840; f_blocks; 891291136; f_bavail; 722675712; Ifree; 6008414; f_files; 6111232;
+13:20:19 UTC; FILESYSTEM; "/dev/sda7"; f_bfree; 2616732672; f_blocks; 3502345216; f_bavail; 1871315456; Ifree; 19051710; f_files; 19202048;
+13:20:19 UTC; FILESYSTEM; "/dev/sda12"; f_bfree; 739427840; f_blocks; 891291136; f_bavail; 722675712; Ifree; 6008414; f_files; 6111232;
+13:20:19 UTC; FILESYSTEM; "/dev/sda6"; f_bfree; 286670336; f_blocks; 502345216; f_bavail; 241253120; Ifree; 19201593; f_files; 19202048;
 # uptime_cs; 725496; ust_time; 1555593629; extra_next; 0; record_type; 1; HH:MM:SS; 13:20:29
 # name; A_FS; nr_curr; 6; nr_alloc; 8; nr_ini; 4
-13:20:29 UTC; FILESYSTEM; "/dev/sda9"; f_bfree; 11696156672; f_blocks; 30829043712; f_bavail; 10106515456; Ifree; 1621550; f_files; 1921360;
-13:20:29 UTC; FILESYSTEM; "/dev/sda7"; f_bfree; 292616732672; f_blocks; 309502345216; f_bavail; 276871315456; Ifree; 19051710; f_files; 19202048;
-13:20:29 UTC; FILESYSTEM; "/dev/sda12"; f_bfree; 89739427840; f_blocks; 97891291136; f_bavail; 84722675712; Ifree; 6008414; f_files; 6111232;
-13:20:29 UTC; FILESYSTEM; "/dev/sda6"; f_bfree; 293286670336; f_blocks; 309502345216; f_bavail; 277541253120; Ifree; 19201593; f_files; 19202048;
-13:20:29 UTC; FILESYSTEM; "/dev/sdf"; f_bfree; 11696156672; f_blocks; 30829043712; f_bavail; 10106515456; Ifree; 1621550; f_files; 1921360;
-13:20:29 UTC; FILESYSTEM; "/dev/sdg"; f_bfree; 292616732672; f_blocks; 309502345216; f_bavail; 276871315456; Ifree; 19051710; f_files; 19202048;
+13:20:29 UTC; FILESYSTEM; "/dev/sda9"; f_bfree; 1696156672; f_blocks; 1829043712; f_bavail; 1106515456; Ifree; 1621550; f_files; 1921360;
+13:20:29 UTC; FILESYSTEM; "/dev/sda7"; f_bfree; 2616732672; f_blocks; 3502345216; f_bavail; 1871315456; Ifree; 19051710; f_files; 19202048;
+13:20:29 UTC; FILESYSTEM; "/dev/sda12"; f_bfree; 739427840; f_blocks; 891291136; f_bavail; 722675712; Ifree; 6008414; f_files; 6111232;
+13:20:29 UTC; FILESYSTEM; "/dev/sda6"; f_bfree; 286670336; f_blocks; 502345216; f_bavail; 241253120; Ifree; 19201593; f_files; 19202048;
+13:20:29 UTC; FILESYSTEM; "/dev/sdf"; f_bfree; 1696156672; f_blocks; 1829043712; f_bavail; 1106515456; Ifree; 1621550; f_files; 1921360;
+13:20:29 UTC; FILESYSTEM; "/dev/sdg"; f_bfree; 2616732672; f_blocks; 3502345216; f_bavail; 1871315456; Ifree; 19051710; f_files; 19202048;
 # uptime_cs; 729346; ust_time; 1555593639; extra_next; 0; record_type; 1; HH:MM:SS; 13:20:39
 # name; A_FS; nr_curr; 6; nr_alloc; 8; nr_ini; 4
-13:20:39 UTC; FILESYSTEM; "/dev/sda9"; f_bfree; 11696156672; f_blocks; 30829043712; f_bavail; 10106515456; Ifree; 1621550; f_files; 1921360;
-13:20:39 UTC; FILESYSTEM; "/dev/sda7"; f_bfree; 292616732672; f_blocks; 309502345216; f_bavail; 276871315456; Ifree; 19051710; f_files; 19202048;
-13:20:39 UTC; FILESYSTEM; "/dev/sda12"; f_bfree; 89739427840; f_blocks; 97891291136; f_bavail; 84722675712; Ifree; 6008414; f_files; 6111232;
-13:20:39 UTC; FILESYSTEM; "/dev/sda6"; f_bfree; 293286670336; f_blocks; 309502345216; f_bavail; 277541253120; Ifree; 19201593; f_files; 19202048;
-13:20:39 UTC; FILESYSTEM; "/dev/sdf"; f_bfree; 11696156672; f_blocks; 30829043712; f_bavail; 10106515456; Ifree; 1621550; f_files; 1921360;
-13:20:39 UTC; FILESYSTEM; "/dev/sdg"; f_bfree; 292616732672; f_blocks; 309502345216; f_bavail; 276871315456; Ifree; 19051710; f_files; 19202048;
+13:20:39 UTC; FILESYSTEM; "/dev/sda9"; f_bfree; 1696156672; f_blocks; 1829043712; f_bavail; 1106515456; Ifree; 1621550; f_files; 1921360;
+13:20:39 UTC; FILESYSTEM; "/dev/sda7"; f_bfree; 2616732672; f_blocks; 3502345216; f_bavail; 1871315456; Ifree; 19051710; f_files; 19202048;
+13:20:39 UTC; FILESYSTEM; "/dev/sda12"; f_bfree; 739427840; f_blocks; 891291136; f_bavail; 722675712; Ifree; 6008414; f_files; 6111232;
+13:20:39 UTC; FILESYSTEM; "/dev/sda6"; f_bfree; 286670336; f_blocks; 502345216; f_bavail; 241253120; Ifree; 19201593; f_files; 19202048;
+13:20:39 UTC; FILESYSTEM; "/dev/sdf"; f_bfree; 1696156672; f_blocks; 1829043712; f_bavail; 1106515456; Ifree; 1621550; f_files; 1921360;
+13:20:39 UTC; FILESYSTEM; "/dev/sdg"; f_bfree; 2616732672; f_blocks; 3502345216; f_bavail; 1871315456; Ifree; 19051710; f_files; 19202048;
 # uptime_cs; 731585; ust_time; 1555593649; extra_next; 0; record_type; 1; HH:MM:SS; 13:20:49
 # name; A_FS; nr_curr; 4; nr_alloc; 8; nr_ini; 4
-13:20:49 UTC; FILESYSTEM; "/dev/sda9"; f_bfree; 89739427840; f_blocks; 97891291136; f_bavail; 84722675712; Ifree; 6008414; f_files; 6111232;
-13:20:49 UTC; FILESYSTEM; "/dev/sda7"; f_bfree; 293286670336; f_blocks; 309502345216; f_bavail; 277541253120; Ifree; 19201593; f_files; 19202048;
-13:20:49 UTC; FILESYSTEM; "/dev/sda12"; f_bfree; 11696156672; f_blocks; 30829043712; f_bavail; 10106515456; Ifree; 1621550; f_files; 1921360;
-13:20:49 UTC; FILESYSTEM; "/dev/sda6"; f_bfree; 292616732672; f_blocks; 309502345216; f_bavail; 276871315456; Ifree; 19051710; f_files; 19202048;
+13:20:49 UTC; FILESYSTEM; "/dev/sda9"; f_bfree; 739427840; f_blocks; 891291136; f_bavail; 722675712; Ifree; 6008414; f_files; 6111232;
+13:20:49 UTC; FILESYSTEM; "/dev/sda7"; f_bfree; 286670336; f_blocks; 502345216; f_bavail; 241253120; Ifree; 19201593; f_files; 19202048;
+13:20:49 UTC; FILESYSTEM; "/dev/sda12"; f_bfree; 1696156672; f_blocks; 1829043712; f_bavail; 1106515456; Ifree; 1621550; f_files; 1921360;
+13:20:49 UTC; FILESYSTEM; "/dev/sda6"; f_bfree; 2616732672; f_blocks; 3502345216; f_bavail; 1871315456; Ifree; 19051710; f_files; 19202048;
 # uptime_cs; 0; ust_time; 1555594649; extra_next; 0; record_type; 2; HH:MM:SS; 13:37:29
 # uptime_cs; 722372; ust_time; 1555593619; extra_next; 0; record_type; 1; HH:MM:SS; 13:20:19
 # name; A_PSI_CPU; nr_curr; 1; nr_alloc; 1; nr_ini; 1
 13:54:35 UTC; CPU; 9; MHz; 349756;
 # uptime_cs; 722372; ust_time; 1555595675; extra_next; 0; record_type; 1; HH:MM:SS; 13:54:35
 # name; A_FS; nr_curr; 4; nr_alloc; 8; nr_ini; 4
-13:54:35 UTC; FILESYSTEM; "/dev/sda9"; f_bfree; 89739427840; f_blocks; 97891291136; f_bavail; 84722675712; Ifree; 6008414; f_files; 6111232;
-13:54:35 UTC; FILESYSTEM; "/dev/sda7"; f_bfree; 293286670336; f_blocks; 309502345216; f_bavail; 277541253120; Ifree; 19201593; f_files; 19202048;
-13:54:35 UTC; FILESYSTEM; "/dev/sda12"; f_bfree; 11696156672; f_blocks; 30829043712; f_bavail; 10106515456; Ifree; 1621550; f_files; 1921360;
-13:54:35 UTC; FILESYSTEM; "/dev/sda6"; f_bfree; 292616732672; f_blocks; 309502345216; f_bavail; 276871315456; Ifree; 19051710; f_files; 19202048;
+13:54:35 UTC; FILESYSTEM; "/dev/sda9"; f_bfree; 739427840; f_blocks; 891291136; f_bavail; 722675712; Ifree; 6008414; f_files; 6111232;
+13:54:35 UTC; FILESYSTEM; "/dev/sda7"; f_bfree; 286670336; f_blocks; 502345216; f_bavail; 241253120; Ifree; 19201593; f_files; 19202048;
+13:54:35 UTC; FILESYSTEM; "/dev/sda12"; f_bfree; 1696156672; f_blocks; 1829043712; f_bavail; 1106515456; Ifree; 1621550; f_files; 1921360;
+13:54:35 UTC; FILESYSTEM; "/dev/sda6"; f_bfree; 2616732672; f_blocks; 3502345216; f_bavail; 1871315456; Ifree; 19051710; f_files; 19202048;
 # uptime_cs; 722372; ust_time; 1555595675; extra_next; 0; record_type; 1; HH:MM:SS; 13:54:35
 # name; A_PSI_CPU; nr_curr; 1; nr_alloc; 1; nr_ini; 1
 13:54:35 UTC; %scpu-10; 0; %scpu-60; 0; %scpu-300; 0; %scpu; 0; 0;
index de11f567fb2b644bd03c2679b1a1e420df30f05e..66d95f10434e62fdb3221b69d56fb73342d6b86f 100644 (file)
@@ -3,4 +3,4 @@ SYSSTAT.TEST;39;2019-04-18 13:20:39 UTC;sda;1604.70;41499.97;10663.48;0.00;32.51
 # hostname;interval;timestamp;IFACE;rxpck/s;txpck/s;rxkB/s;txkB/s;rxcmp/s;txcmp/s;rxmcst/s;%ifutil
 SYSSTAT.TEST;39;2019-04-18 13:20:39 UTC;enp6s1;1.90;1.17;0.23;0.21;0.00;0.00;2.31;0.00
 # hostname;interval;timestamp;FILESYSTEM;MBfsfree;MBfsused;%fsused;%ufsused;Ifree;Iused;%Iused
-SYSSTAT.TEST;39;2019-04-18 13:20:39 UTC;/dev/sda6;279700;15464;5.24;10.33;19201593;455;0.00
+SYSSTAT.TEST;39;2019-04-18 13:20:39 UTC;/dev/sda6;273;206;42.93;51.97;19201593;455;0.00
index 79594b42b065eb630dd1d333049e16e304c02594..24bebc27bc97d014d4e7de6c15c2973f7abddc48 100644 (file)
@@ -633,10 +633,10 @@ xsi:schemaLocation="http://pagesperso-orange.fr/sebastien.godard sysstat.xsd">
                                        </cpu-frequency>
                                </power-management>
                                <filesystems>
-                                       <filesystem fsname="/dev/sda9" MBfsfree="85582" MBfsused="7774" fsused-percent="8.33" ufsused-percent="13.45" Ifree="6008414" Iused="102818" Iused-percent="1.68"/>
-                                       <filesystem fsname="/dev/sda7" MBfsfree="279061" MBfsused="16103" fsused-percent="5.46" ufsused-percent="10.54" Ifree="19051710" Iused="150338" Iused-percent="0.78"/>
-                                       <filesystem fsname="/dev/sda12" MBfsfree="85582" MBfsused="7774" fsused-percent="8.33" ufsused-percent="13.45" Ifree="6008414" Iused="102818" Iused-percent="1.68"/>
-                                       <filesystem fsname="/dev/sda6" MBfsfree="279700" MBfsused="15464" fsused-percent="5.24" ufsused-percent="10.33" Ifree="19201593" Iused="455" Iused-percent="0.00"/>
+                                       <filesystem fsname="/dev/sda9" MBfsfree="705" MBfsused="145" fsused-percent="17.04" ufsused-percent="18.92" Ifree="6008414" Iused="102818" Iused-percent="1.68"/>
+                                       <filesystem fsname="/dev/sda7" MBfsfree="2496" MBfsused="845" fsused-percent="25.29" ufsused-percent="46.57" Ifree="19051710" Iused="150338" Iused-percent="0.78"/>
+                                       <filesystem fsname="/dev/sda12" MBfsfree="705" MBfsused="145" fsused-percent="17.04" ufsused-percent="18.92" Ifree="6008414" Iused="102818" Iused-percent="1.68"/>
+                                       <filesystem fsname="/dev/sda6" MBfsfree="273" MBfsused="206" fsused-percent="42.93" ufsused-percent="51.97" Ifree="19201593" Iused="455" Iused-percent="0.00"/>
                                </filesystems>
                                <psi per="second">
                                        <psi-cpu some_avg10="0.00" some_avg60="0.00" some_avg300="0.00" some_avg="0.03"/>
@@ -1260,12 +1260,12 @@ xsi:schemaLocation="http://pagesperso-orange.fr/sebastien.godard sysstat.xsd">
                                        </cpu-frequency>
                                </power-management>
                                <filesystems>
-                                       <filesystem fsname="/dev/sda9" MBfsfree="11154" MBfsused="18247" fsused-percent="62.06" ufsused-percent="67.22" Ifree="1621550" Iused="299810" Iused-percent="15.60"/>
-                                       <filesystem fsname="/dev/sda7" MBfsfree="279061" MBfsused="16103" fsused-percent="5.46" ufsused-percent="10.54" Ifree="19051710" Iused="150338" Iused-percent="0.78"/>
-                                       <filesystem fsname="/dev/sda12" MBfsfree="85582" MBfsused="7774" fsused-percent="8.33" ufsused-percent="13.45" Ifree="6008414" Iused="102818" Iused-percent="1.68"/>
-                                       <filesystem fsname="/dev/sda6" MBfsfree="279700" MBfsused="15464" fsused-percent="5.24" ufsused-percent="10.33" Ifree="19201593" Iused="455" Iused-percent="0.00"/>
-                                       <filesystem fsname="/dev/sdf" MBfsfree="11154" MBfsused="18247" fsused-percent="62.06" ufsused-percent="67.22" Ifree="1621550" Iused="299810" Iused-percent="15.60"/>
-                                       <filesystem fsname="/dev/sdg" MBfsfree="279061" MBfsused="16103" fsused-percent="5.46" ufsused-percent="10.54" Ifree="19051710" Iused="150338" Iused-percent="0.78"/>
+                                       <filesystem fsname="/dev/sda9" MBfsfree="1618" MBfsused="127" fsused-percent="7.27" ufsused-percent="39.50" Ifree="1621550" Iused="299810" Iused-percent="15.60"/>
+                                       <filesystem fsname="/dev/sda7" MBfsfree="2496" MBfsused="845" fsused-percent="25.29" ufsused-percent="46.57" Ifree="19051710" Iused="150338" Iused-percent="0.78"/>
+                                       <filesystem fsname="/dev/sda12" MBfsfree="705" MBfsused="145" fsused-percent="17.04" ufsused-percent="18.92" Ifree="6008414" Iused="102818" Iused-percent="1.68"/>
+                                       <filesystem fsname="/dev/sda6" MBfsfree="273" MBfsused="206" fsused-percent="42.93" ufsused-percent="51.97" Ifree="19201593" Iused="455" Iused-percent="0.00"/>
+                                       <filesystem fsname="/dev/sdf" MBfsfree="1618" MBfsused="127" fsused-percent="7.27" ufsused-percent="39.50" Ifree="1621550" Iused="299810" Iused-percent="15.60"/>
+                                       <filesystem fsname="/dev/sdg" MBfsfree="2496" MBfsused="845" fsused-percent="25.29" ufsused-percent="46.57" Ifree="19051710" Iused="150338" Iused-percent="0.78"/>
                                </filesystems>
                                <psi per="second">
                                        <psi-cpu some_avg10="0.00" some_avg60="0.00" some_avg300="0.00" some_avg="0.23"/>
@@ -1895,12 +1895,12 @@ xsi:schemaLocation="http://pagesperso-orange.fr/sebastien.godard sysstat.xsd">
                                        </cpu-frequency>
                                </power-management>
                                <filesystems>
-                                       <filesystem fsname="/dev/sda9" MBfsfree="11154" MBfsused="18247" fsused-percent="62.06" ufsused-percent="67.22" Ifree="1621550" Iused="299810" Iused-percent="15.60"/>
-                                       <filesystem fsname="/dev/sda7" MBfsfree="279061" MBfsused="16103" fsused-percent="5.46" ufsused-percent="10.54" Ifree="19051710" Iused="150338" Iused-percent="0.78"/>
-                                       <filesystem fsname="/dev/sda12" MBfsfree="85582" MBfsused="7774" fsused-percent="8.33" ufsused-percent="13.45" Ifree="6008414" Iused="102818" Iused-percent="1.68"/>
-                                       <filesystem fsname="/dev/sda6" MBfsfree="279700" MBfsused="15464" fsused-percent="5.24" ufsused-percent="10.33" Ifree="19201593" Iused="455" Iused-percent="0.00"/>
-                                       <filesystem fsname="/dev/sdf" MBfsfree="11154" MBfsused="18247" fsused-percent="62.06" ufsused-percent="67.22" Ifree="1621550" Iused="299810" Iused-percent="15.60"/>
-                                       <filesystem fsname="/dev/sdg" MBfsfree="279061" MBfsused="16103" fsused-percent="5.46" ufsused-percent="10.54" Ifree="19051710" Iused="150338" Iused-percent="0.78"/>
+                                       <filesystem fsname="/dev/sda9" MBfsfree="1618" MBfsused="127" fsused-percent="7.27" ufsused-percent="39.50" Ifree="1621550" Iused="299810" Iused-percent="15.60"/>
+                                       <filesystem fsname="/dev/sda7" MBfsfree="2496" MBfsused="845" fsused-percent="25.29" ufsused-percent="46.57" Ifree="19051710" Iused="150338" Iused-percent="0.78"/>
+                                       <filesystem fsname="/dev/sda12" MBfsfree="705" MBfsused="145" fsused-percent="17.04" ufsused-percent="18.92" Ifree="6008414" Iused="102818" Iused-percent="1.68"/>
+                                       <filesystem fsname="/dev/sda6" MBfsfree="273" MBfsused="206" fsused-percent="42.93" ufsused-percent="51.97" Ifree="19201593" Iused="455" Iused-percent="0.00"/>
+                                       <filesystem fsname="/dev/sdf" MBfsfree="1618" MBfsused="127" fsused-percent="7.27" ufsused-percent="39.50" Ifree="1621550" Iused="299810" Iused-percent="15.60"/>
+                                       <filesystem fsname="/dev/sdg" MBfsfree="2496" MBfsused="845" fsused-percent="25.29" ufsused-percent="46.57" Ifree="19051710" Iused="150338" Iused-percent="0.78"/>
                                </filesystems>
                                <psi per="second">
                                        <psi-cpu some_avg10="0.00" some_avg60="0.00" some_avg300="0.00" some_avg="0.01"/>
@@ -2534,10 +2534,10 @@ xsi:schemaLocation="http://pagesperso-orange.fr/sebastien.godard sysstat.xsd">
                                        </cpu-frequency>
                                </power-management>
                                <filesystems>
-                                       <filesystem fsname="/dev/sda9" MBfsfree="85582" MBfsused="7774" fsused-percent="8.33" ufsused-percent="13.45" Ifree="6008414" Iused="102818" Iused-percent="1.68"/>
-                                       <filesystem fsname="/dev/sda7" MBfsfree="279700" MBfsused="15464" fsused-percent="5.24" ufsused-percent="10.33" Ifree="19201593" Iused="455" Iused-percent="0.00"/>
-                                       <filesystem fsname="/dev/sda12" MBfsfree="11154" MBfsused="18247" fsused-percent="62.06" ufsused-percent="67.22" Ifree="1621550" Iused="299810" Iused-percent="15.60"/>
-                                       <filesystem fsname="/dev/sda6" MBfsfree="279061" MBfsused="16103" fsused-percent="5.46" ufsused-percent="10.54" Ifree="19051710" Iused="150338" Iused-percent="0.78"/>
+                                       <filesystem fsname="/dev/sda9" MBfsfree="705" MBfsused="145" fsused-percent="17.04" ufsused-percent="18.92" Ifree="6008414" Iused="102818" Iused-percent="1.68"/>
+                                       <filesystem fsname="/dev/sda7" MBfsfree="273" MBfsused="206" fsused-percent="42.93" ufsused-percent="51.97" Ifree="19201593" Iused="455" Iused-percent="0.00"/>
+                                       <filesystem fsname="/dev/sda12" MBfsfree="1618" MBfsused="127" fsused-percent="7.27" ufsused-percent="39.50" Ifree="1621550" Iused="299810" Iused-percent="15.60"/>
+                                       <filesystem fsname="/dev/sda6" MBfsfree="2496" MBfsused="845" fsused-percent="25.29" ufsused-percent="46.57" Ifree="19051710" Iused="150338" Iused-percent="0.78"/>
                                </filesystems>
                                <psi per="second">
                                        <psi-cpu some_avg10="0.00" some_avg60="0.00" some_avg300="0.00" some_avg="0.23"/>
@@ -3178,10 +3178,10 @@ xsi:schemaLocation="http://pagesperso-orange.fr/sebastien.godard sysstat.xsd">
                                        </cpu-frequency>
                                </power-management>
                                <filesystems>
-                                       <filesystem fsname="/dev/sda9" MBfsfree="85582" MBfsused="7774" fsused-percent="8.33" ufsused-percent="13.45" Ifree="6008414" Iused="102818" Iused-percent="1.68"/>
-                                       <filesystem fsname="/dev/sda7" MBfsfree="279700" MBfsused="15464" fsused-percent="5.24" ufsused-percent="10.33" Ifree="19201593" Iused="455" Iused-percent="0.00"/>
-                                       <filesystem fsname="/dev/sda12" MBfsfree="11154" MBfsused="18247" fsused-percent="62.06" ufsused-percent="67.22" Ifree="1621550" Iused="299810" Iused-percent="15.60"/>
-                                       <filesystem fsname="/dev/sda6" MBfsfree="279061" MBfsused="16103" fsused-percent="5.46" ufsused-percent="10.54" Ifree="19051710" Iused="150338" Iused-percent="0.78"/>
+                                       <filesystem fsname="/dev/sda9" MBfsfree="705" MBfsused="145" fsused-percent="17.04" ufsused-percent="18.92" Ifree="6008414" Iused="102818" Iused-percent="1.68"/>
+                                       <filesystem fsname="/dev/sda7" MBfsfree="273" MBfsused="206" fsused-percent="42.93" ufsused-percent="51.97" Ifree="19201593" Iused="455" Iused-percent="0.00"/>
+                                       <filesystem fsname="/dev/sda12" MBfsfree="1618" MBfsused="127" fsused-percent="7.27" ufsused-percent="39.50" Ifree="1621550" Iused="299810" Iused-percent="15.60"/>
+                                       <filesystem fsname="/dev/sda6" MBfsfree="2496" MBfsused="845" fsused-percent="25.29" ufsused-percent="46.57" Ifree="19051710" Iused="150338" Iused-percent="0.78"/>
                                </filesystems>
                                <psi per="second">
                                        <psi-cpu some_avg10="0.00" some_avg60="0.00" some_avg300="0.00" some_avg="0.00"/>
index 2a291269bb26699a1355d23f083fc4f342ec34d3..f57092e0d216c85583847d55d84daa5c9a2d8678 100644 (file)
@@ -1,43 +1,43 @@
 Linux 1.2.3-TEST (SYSSTAT.TEST)        04/18/19        _x86_64_        (9 CPU)
 
 13:20:09     MBfsfree  MBfsused   %fsused  %ufsused     Ifree     Iused    %Iused FILESYSTEM
-13:20:19        85582      7774      8.33     13.45   6008414    102818      1.68 fe9a021c-3148-41f7-a04b-97442a7eae73
-13:20:19       279061     16103      5.46     10.54  19051710    150338      0.78 32fae3c4-8ea2-4e9b-9753-7fdbbbaef4fc
-13:20:19        85582      7774      8.33     13.45   6008414    102818      1.68 43a1c948-8c32-46b8-bb97-c8d58facb27a
-13:20:19       279700     15464      5.24     10.33  19201593       455      0.00 25b1e232-0d3c-4742-82b6-927b2a091f1b
-13:20:29        11154     18247     62.06     67.22   1621550    299810     15.60 fe9a021c-3148-41f7-a04b-97442a7eae73
-13:20:29       279061     16103      5.46     10.54  19051710    150338      0.78 32fae3c4-8ea2-4e9b-9753-7fdbbbaef4fc
-13:20:29        85582      7774      8.33     13.45   6008414    102818      1.68 43a1c948-8c32-46b8-bb97-c8d58facb27a
-13:20:29       279700     15464      5.24     10.33  19201593       455      0.00 25b1e232-0d3c-4742-82b6-927b2a091f1b
-13:20:29        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sdf
-13:20:29       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sdg
-13:20:39        11154     18247     62.06     67.22   1621550    299810     15.60 fe9a021c-3148-41f7-a04b-97442a7eae73
-13:20:39       279061     16103      5.46     10.54  19051710    150338      0.78 32fae3c4-8ea2-4e9b-9753-7fdbbbaef4fc
-13:20:39        85582      7774      8.33     13.45   6008414    102818      1.68 43a1c948-8c32-46b8-bb97-c8d58facb27a
-13:20:39       279700     15464      5.24     10.33  19201593       455      0.00 25b1e232-0d3c-4742-82b6-927b2a091f1b
-13:20:39        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sdf
-13:20:39       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sdg
-13:20:49        85582      7774      8.33     13.45   6008414    102818      1.68 fe9a021c-3148-41f7-a04b-97442a7eae73
-13:20:49       279700     15464      5.24     10.33  19201593       455      0.00 32fae3c4-8ea2-4e9b-9753-7fdbbbaef4fc
-13:20:49        11154     18247     62.06     67.22   1621550    299810     15.60 43a1c948-8c32-46b8-bb97-c8d58facb27a
-13:20:49       279061     16103      5.46     10.54  19051710    150338      0.78 25b1e232-0d3c-4742-82b6-927b2a091f1b
-Summary:        85582      7774      8.33     13.45   6008414    102818      1.68 fe9a021c-3148-41f7-a04b-97442a7eae73
-Summary:       279700     15464      5.24     10.33  19201593       455      0.00 32fae3c4-8ea2-4e9b-9753-7fdbbbaef4fc
-Summary:        11154     18247     62.06     67.22   1621550    299810     15.60 43a1c948-8c32-46b8-bb97-c8d58facb27a
-Summary:       279061     16103      5.46     10.54  19051710    150338      0.78 25b1e232-0d3c-4742-82b6-927b2a091f1b
-Summary:        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sdf
-Summary:       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sdg
+13:20:19          705       145     17.04     18.92   6008414    102818      1.68 fe9a021c-3148-41f7-a04b-97442a7eae73
+13:20:19         2496       845     25.29     46.57  19051710    150338      0.78 32fae3c4-8ea2-4e9b-9753-7fdbbbaef4fc
+13:20:19          705       145     17.04     18.92   6008414    102818      1.68 43a1c948-8c32-46b8-bb97-c8d58facb27a
+13:20:19          273       206     42.93     51.97  19201593       455      0.00 25b1e232-0d3c-4742-82b6-927b2a091f1b
+13:20:29         1618       127      7.27     39.50   1621550    299810     15.60 fe9a021c-3148-41f7-a04b-97442a7eae73
+13:20:29         2496       845     25.29     46.57  19051710    150338      0.78 32fae3c4-8ea2-4e9b-9753-7fdbbbaef4fc
+13:20:29          705       145     17.04     18.92   6008414    102818      1.68 43a1c948-8c32-46b8-bb97-c8d58facb27a
+13:20:29          273       206     42.93     51.97  19201593       455      0.00 25b1e232-0d3c-4742-82b6-927b2a091f1b
+13:20:29         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sdf
+13:20:29         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sdg
+13:20:39         1618       127      7.27     39.50   1621550    299810     15.60 fe9a021c-3148-41f7-a04b-97442a7eae73
+13:20:39         2496       845     25.29     46.57  19051710    150338      0.78 32fae3c4-8ea2-4e9b-9753-7fdbbbaef4fc
+13:20:39          705       145     17.04     18.92   6008414    102818      1.68 43a1c948-8c32-46b8-bb97-c8d58facb27a
+13:20:39          273       206     42.93     51.97  19201593       455      0.00 25b1e232-0d3c-4742-82b6-927b2a091f1b
+13:20:39         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sdf
+13:20:39         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sdg
+13:20:49          705       145     17.04     18.92   6008414    102818      1.68 fe9a021c-3148-41f7-a04b-97442a7eae73
+13:20:49          273       206     42.93     51.97  19201593       455      0.00 32fae3c4-8ea2-4e9b-9753-7fdbbbaef4fc
+13:20:49         1618       127      7.27     39.50   1621550    299810     15.60 43a1c948-8c32-46b8-bb97-c8d58facb27a
+13:20:49         2496       845     25.29     46.57  19051710    150338      0.78 25b1e232-0d3c-4742-82b6-927b2a091f1b
+Summary:          705       145     17.04     18.92   6008414    102818      1.68 fe9a021c-3148-41f7-a04b-97442a7eae73
+Summary:          273       206     42.93     51.97  19201593       455      0.00 32fae3c4-8ea2-4e9b-9753-7fdbbbaef4fc
+Summary:         1618       127      7.27     39.50   1621550    299810     15.60 43a1c948-8c32-46b8-bb97-c8d58facb27a
+Summary:         2496       845     25.29     46.57  19051710    150338      0.78 25b1e232-0d3c-4742-82b6-927b2a091f1b
+Summary:         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sdf
+Summary:         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sdg
 
 13:37:29     LINUX RESTART     (9 CPU)
 
 13:54:09     LINUX RESTART     (10 CPU)
 
 13:54:15     MBfsfree  MBfsused   %fsused  %ufsused     Ifree     Iused    %Iused FILESYSTEM
-13:54:35        85582      7774      8.33     13.45   6008414    102818      1.68 fe9a021c-3148-41f7-a04b-97442a7eae73
-13:54:35       279700     15464      5.24     10.33  19201593       455      0.00 32fae3c4-8ea2-4e9b-9753-7fdbbbaef4fc
-13:54:35        11154     18247     62.06     67.22   1621550    299810     15.60 43a1c948-8c32-46b8-bb97-c8d58facb27a
-13:54:35       279061     16103      5.46     10.54  19051710    150338      0.78 25b1e232-0d3c-4742-82b6-927b2a091f1b
-Summary:        85582      7774      8.33     13.45   6008414    102818      1.68 fe9a021c-3148-41f7-a04b-97442a7eae73
-Summary:       279700     15464      5.24     10.33  19201593       455      0.00 32fae3c4-8ea2-4e9b-9753-7fdbbbaef4fc
-Summary:        11154     18247     62.06     67.22   1621550    299810     15.60 43a1c948-8c32-46b8-bb97-c8d58facb27a
-Summary:       279061     16103      5.46     10.54  19051710    150338      0.78 25b1e232-0d3c-4742-82b6-927b2a091f1b
+13:54:35          705       145     17.04     18.92   6008414    102818      1.68 fe9a021c-3148-41f7-a04b-97442a7eae73
+13:54:35          273       206     42.93     51.97  19201593       455      0.00 32fae3c4-8ea2-4e9b-9753-7fdbbbaef4fc
+13:54:35         1618       127      7.27     39.50   1621550    299810     15.60 43a1c948-8c32-46b8-bb97-c8d58facb27a
+13:54:35         2496       845     25.29     46.57  19051710    150338      0.78 25b1e232-0d3c-4742-82b6-927b2a091f1b
+Summary:          705       145     17.04     18.92   6008414    102818      1.68 fe9a021c-3148-41f7-a04b-97442a7eae73
+Summary:          273       206     42.93     51.97  19201593       455      0.00 32fae3c4-8ea2-4e9b-9753-7fdbbbaef4fc
+Summary:         1618       127      7.27     39.50   1621550    299810     15.60 43a1c948-8c32-46b8-bb97-c8d58facb27a
+Summary:         2496       845     25.29     46.57  19051710    150338      0.78 25b1e232-0d3c-4742-82b6-927b2a091f1b
index 50fae5176e89ccc1cf4a1f68efa4d3dc40c9f2ef..9bf04d50c6c58fb20ffad99179064d59ec3d784c 100644 (file)
@@ -1,43 +1,43 @@
 Linux 1.2.3-TEST (SYSSTAT.TEST)        04/18/19        _x86_64_        (9 CPU)
 
 13:20:09     MBfsfree  MBfsused   %fsused  %ufsused     Ifree     Iused    %Iused MOUNTPOINT
-13:20:19        85582      7774      8.33     13.45   6008414    102818      1.68 /
-13:20:19       279061     16103      5.46     10.54  19051710    150338      0.78 /opt
-13:20:19        85582      7774      8.33     13.45   6008414    102818      1.68 /home
-13:20:19       279700     15464      5.24     10.33  19201593       455      0.00 /data
-13:20:29        11154     18247     62.06     67.22   1621550    299810     15.60 /
-13:20:29       279061     16103      5.46     10.54  19051710    150338      0.78 /opt
-13:20:29        85582      7774      8.33     13.45   6008414    102818      1.68 /home
-13:20:29       279700     15464      5.24     10.33  19201593       455      0.00 /data
-13:20:29        11154     18247     62.06     67.22   1621550    299810     15.60 /foo
-13:20:29       279061     16103      5.46     10.54  19051710    150338      0.78 /bar
-13:20:39        11154     18247     62.06     67.22   1621550    299810     15.60 /
-13:20:39       279061     16103      5.46     10.54  19051710    150338      0.78 /opt
-13:20:39        85582      7774      8.33     13.45   6008414    102818      1.68 /home
-13:20:39       279700     15464      5.24     10.33  19201593       455      0.00 /data
-13:20:39        11154     18247     62.06     67.22   1621550    299810     15.60 /foo
-13:20:39       279061     16103      5.46     10.54  19051710    150338      0.78 /bar
-13:20:49        85582      7774      8.33     13.45   6008414    102818      1.68 /
-13:20:49       279700     15464      5.24     10.33  19201593       455      0.00 /opt
-13:20:49        11154     18247     62.06     67.22   1621550    299810     15.60 /home
-13:20:49       279061     16103      5.46     10.54  19051710    150338      0.78 /data
-Summary:        85582      7774      8.33     13.45   6008414    102818      1.68 /
-Summary:       279700     15464      5.24     10.33  19201593       455      0.00 /opt
-Summary:        11154     18247     62.06     67.22   1621550    299810     15.60 /home
-Summary:       279061     16103      5.46     10.54  19051710    150338      0.78 /data
-Summary:        11154     18247     62.06     67.22   1621550    299810     15.60 /foo
-Summary:       279061     16103      5.46     10.54  19051710    150338      0.78 /bar
+13:20:19          705       145     17.04     18.92   6008414    102818      1.68 /
+13:20:19         2496       845     25.29     46.57  19051710    150338      0.78 /opt
+13:20:19          705       145     17.04     18.92   6008414    102818      1.68 /home
+13:20:19          273       206     42.93     51.97  19201593       455      0.00 /data
+13:20:29         1618       127      7.27     39.50   1621550    299810     15.60 /
+13:20:29         2496       845     25.29     46.57  19051710    150338      0.78 /opt
+13:20:29          705       145     17.04     18.92   6008414    102818      1.68 /home
+13:20:29          273       206     42.93     51.97  19201593       455      0.00 /data
+13:20:29         1618       127      7.27     39.50   1621550    299810     15.60 /foo
+13:20:29         2496       845     25.29     46.57  19051710    150338      0.78 /bar
+13:20:39         1618       127      7.27     39.50   1621550    299810     15.60 /
+13:20:39         2496       845     25.29     46.57  19051710    150338      0.78 /opt
+13:20:39          705       145     17.04     18.92   6008414    102818      1.68 /home
+13:20:39          273       206     42.93     51.97  19201593       455      0.00 /data
+13:20:39         1618       127      7.27     39.50   1621550    299810     15.60 /foo
+13:20:39         2496       845     25.29     46.57  19051710    150338      0.78 /bar
+13:20:49          705       145     17.04     18.92   6008414    102818      1.68 /
+13:20:49          273       206     42.93     51.97  19201593       455      0.00 /opt
+13:20:49         1618       127      7.27     39.50   1621550    299810     15.60 /home
+13:20:49         2496       845     25.29     46.57  19051710    150338      0.78 /data
+Summary:          705       145     17.04     18.92   6008414    102818      1.68 /
+Summary:          273       206     42.93     51.97  19201593       455      0.00 /opt
+Summary:         1618       127      7.27     39.50   1621550    299810     15.60 /home
+Summary:         2496       845     25.29     46.57  19051710    150338      0.78 /data
+Summary:         1618       127      7.27     39.50   1621550    299810     15.60 /foo
+Summary:         2496       845     25.29     46.57  19051710    150338      0.78 /bar
 
 13:37:29     LINUX RESTART     (9 CPU)
 
 13:54:09     LINUX RESTART     (10 CPU)
 
 13:54:15     MBfsfree  MBfsused   %fsused  %ufsused     Ifree     Iused    %Iused MOUNTPOINT
-13:54:35        85582      7774      8.33     13.45   6008414    102818      1.68 /
-13:54:35       279700     15464      5.24     10.33  19201593       455      0.00 /opt
-13:54:35        11154     18247     62.06     67.22   1621550    299810     15.60 /home
-13:54:35       279061     16103      5.46     10.54  19051710    150338      0.78 /data
-Summary:        85582      7774      8.33     13.45   6008414    102818      1.68 /
-Summary:       279700     15464      5.24     10.33  19201593       455      0.00 /opt
-Summary:        11154     18247     62.06     67.22   1621550    299810     15.60 /home
-Summary:       279061     16103      5.46     10.54  19051710    150338      0.78 /data
+13:54:35          705       145     17.04     18.92   6008414    102818      1.68 /
+13:54:35          273       206     42.93     51.97  19201593       455      0.00 /opt
+13:54:35         1618       127      7.27     39.50   1621550    299810     15.60 /home
+13:54:35         2496       845     25.29     46.57  19051710    150338      0.78 /data
+Summary:          705       145     17.04     18.92   6008414    102818      1.68 /
+Summary:          273       206     42.93     51.97  19201593       455      0.00 /opt
+Summary:         1618       127      7.27     39.50   1621550    299810     15.60 /home
+Summary:         2496       845     25.29     46.57  19051710    150338      0.78 /data
index 763c84053d1170e70ab9326ce7838ded6996bde8..4a1b765c2bb65c74b84377620c6d475884fc9729 100644 (file)
@@ -2927,31 +2927,31 @@ Average:          6   3492.22
 Average:          7   3497.56
 
 13:20:09     MBfsfree  MBfsused   %fsused  %ufsused     Ifree     Iused    %Iused FILESYSTEM
-13:20:19        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda9
-13:20:19       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda7
-13:20:19        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda12
-13:20:19       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda6
-13:20:29        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sda9
-13:20:29       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda7
-13:20:29        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda12
-13:20:29       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda6
-13:20:29        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sdf
-13:20:29       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sdg
-13:20:39        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sda9
-13:20:39       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda7
-13:20:39        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda12
-13:20:39       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda6
-13:20:39        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sdf
-13:20:39       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sdg
-13:20:49        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda9
-13:20:49       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda7
-13:20:49        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sda12
-13:20:49       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda6
-Summary:        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda9
-Summary:       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda7
-Summary:        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sda12
-Summary:       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda6
-Summary:        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sdf
-Summary:       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sdg
+13:20:19          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda9
+13:20:19         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda7
+13:20:19          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda12
+13:20:19          273       206     42.93     51.97  19201593       455      0.00 /dev/sda6
+13:20:29         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sda9
+13:20:29         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda7
+13:20:29          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda12
+13:20:29          273       206     42.93     51.97  19201593       455      0.00 /dev/sda6
+13:20:29         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sdf
+13:20:29         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sdg
+13:20:39         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sda9
+13:20:39         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda7
+13:20:39          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda12
+13:20:39          273       206     42.93     51.97  19201593       455      0.00 /dev/sda6
+13:20:39         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sdf
+13:20:39         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sdg
+13:20:49          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda9
+13:20:49          273       206     42.93     51.97  19201593       455      0.00 /dev/sda7
+13:20:49         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sda12
+13:20:49         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda6
+Summary:          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda9
+Summary:          273       206     42.93     51.97  19201593       455      0.00 /dev/sda7
+Summary:         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sda12
+Summary:         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda6
+Summary:         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sdf
+Summary:         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sdg
 
 13:37:29     LINUX RESTART     (9 CPU)
index a31956fd307da05e05c789b7a9bb4376743f811a..ec405481a94d3d2b315015bb5492fe65f372bcda 100644 (file)
@@ -2927,32 +2927,32 @@ Average:          6      3492
 Average:          7      3498
 
 13:20:09     MBfsfree  MBfsused   %fsused  %ufsused     Ifree     Iused    %Iused FILESYSTEM
-13:20:19        85582      7774         8        13   6008414    102818         2 /dev/sda9
-13:20:19       279061     16103         5        11  19051710    150338         1 /dev/sda7
-13:20:19        85582      7774         8        13   6008414    102818         2 /dev/sda12
-13:20:19       279700     15464         5        10  19201593       455         0 /dev/sda6
-13:20:29        11154     18247        62        67   1621550    299810        16 /dev/sda9
-13:20:29       279061     16103         5        11  19051710    150338         1 /dev/sda7
-13:20:29        85582      7774         8        13   6008414    102818         2 /dev/sda12
-13:20:29       279700     15464         5        10  19201593       455         0 /dev/sda6
-13:20:29        11154     18247        62        67   1621550    299810        16 /dev/sdf
-13:20:29       279061     16103         5        11  19051710    150338         1 /dev/sdg
-13:20:39        11154     18247        62        67   1621550    299810        16 /dev/sda9
-13:20:39       279061     16103         5        11  19051710    150338         1 /dev/sda7
-13:20:39        85582      7774         8        13   6008414    102818         2 /dev/sda12
-13:20:39       279700     15464         5        10  19201593       455         0 /dev/sda6
-13:20:39        11154     18247        62        67   1621550    299810        16 /dev/sdf
-13:20:39       279061     16103         5        11  19051710    150338         1 /dev/sdg
-13:20:49        85582      7774         8        13   6008414    102818         2 /dev/sda9
-13:20:49       279700     15464         5        10  19201593       455         0 /dev/sda7
-13:20:49        11154     18247        62        67   1621550    299810        16 /dev/sda12
-13:20:49       279061     16103         5        11  19051710    150338         1 /dev/sda6
-Summary:        85582      7774         8        13   6008414    102818         2 /dev/sda9
-Summary:       279700     15464         5        10  19201593       455         0 /dev/sda7
-Summary:        11154     18247        62        67   1621550    299810        16 /dev/sda12
-Summary:       279061     16103         5        11  19051710    150338         1 /dev/sda6
-Summary:        11154     18247        62        67   1621550    299810        16 /dev/sdf
-Summary:       279061     16103         5        11  19051710    150338         1 /dev/sdg
+13:20:19          705       145        17        19   6008414    102818         2 /dev/sda9
+13:20:19         2496       845        25        47  19051710    150338         1 /dev/sda7
+13:20:19          705       145        17        19   6008414    102818         2 /dev/sda12
+13:20:19          273       206        43        52  19201593       455         0 /dev/sda6
+13:20:29         1618       127         7        40   1621550    299810        16 /dev/sda9
+13:20:29         2496       845        25        47  19051710    150338         1 /dev/sda7
+13:20:29          705       145        17        19   6008414    102818         2 /dev/sda12
+13:20:29          273       206        43        52  19201593       455         0 /dev/sda6
+13:20:29         1618       127         7        40   1621550    299810        16 /dev/sdf
+13:20:29         2496       845        25        47  19051710    150338         1 /dev/sdg
+13:20:39         1618       127         7        40   1621550    299810        16 /dev/sda9
+13:20:39         2496       845        25        47  19051710    150338         1 /dev/sda7
+13:20:39          705       145        17        19   6008414    102818         2 /dev/sda12
+13:20:39          273       206        43        52  19201593       455         0 /dev/sda6
+13:20:39         1618       127         7        40   1621550    299810        16 /dev/sdf
+13:20:39         2496       845        25        47  19051710    150338         1 /dev/sdg
+13:20:49          705       145        17        19   6008414    102818         2 /dev/sda9
+13:20:49          273       206        43        52  19201593       455         0 /dev/sda7
+13:20:49         1618       127         7        40   1621550    299810        16 /dev/sda12
+13:20:49         2496       845        25        47  19051710    150338         1 /dev/sda6
+Summary:          705       145        17        19   6008414    102818         2 /dev/sda9
+Summary:          273       206        43        52  19201593       455         0 /dev/sda7
+Summary:         1618       127         7        40   1621550    299810        16 /dev/sda12
+Summary:         2496       845        25        47  19051710    150338         1 /dev/sda6
+Summary:         1618       127         7        40   1621550    299810        16 /dev/sdf
+Summary:         2496       845        25        47  19051710    150338         1 /dev/sdg
 
 13:20:09     %scpu-10  %scpu-60 %scpu-300     %scpu
 13:20:19            0         0         0         0
@@ -4214,14 +4214,14 @@ Average:          8      3498
 Average:          9      3498
 
 13:54:15     MBfsfree  MBfsused   %fsused  %ufsused     Ifree     Iused    %Iused FILESYSTEM
-13:54:35        85582      7774         8        13   6008414    102818         2 /dev/sda9
-13:54:35       279700     15464         5        10  19201593       455         0 /dev/sda7
-13:54:35        11154     18247        62        67   1621550    299810        16 /dev/sda12
-13:54:35       279061     16103         5        11  19051710    150338         1 /dev/sda6
-Summary:        85582      7774         8        13   6008414    102818         2 /dev/sda9
-Summary:       279700     15464         5        10  19201593       455         0 /dev/sda7
-Summary:        11154     18247        62        67   1621550    299810        16 /dev/sda12
-Summary:       279061     16103         5        11  19051710    150338         1 /dev/sda6
+13:54:35          705       145        17        19   6008414    102818         2 /dev/sda9
+13:54:35          273       206        43        52  19201593       455         0 /dev/sda7
+13:54:35         1618       127         7        40   1621550    299810        16 /dev/sda12
+13:54:35         2496       845        25        47  19051710    150338         1 /dev/sda6
+Summary:          705       145        17        19   6008414    102818         2 /dev/sda9
+Summary:          273       206        43        52  19201593       455         0 /dev/sda7
+Summary:         1618       127         7        40   1621550    299810        16 /dev/sda12
+Summary:         2496       845        25        47  19051710    150338         1 /dev/sda6
 
 13:54:15     %scpu-10  %scpu-60 %scpu-300     %scpu
 13:54:35            0         0         0         0
index 9ae92db0d88ad709ba608de95cef173a21448547..42f65fffea52346a1ac322b930d8f8f04e919cf2 100644 (file)
@@ -82,28 +82,28 @@ Average:       wlp5s0      0.00      0.00      0.00      0.00      0.00      0.0
 Average:       wlp5s1      0.15      0.05      0.01      0.00      0.00      0.00      0.00      0.00
 
 13:20:15     MBfsfree  MBfsused   %fsused  %ufsused     Ifree     Iused    %Iused FILESYSTEM
-13:20:19        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda9
-13:20:19       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda7
-13:20:19        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda12
-13:20:19       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda6
-13:20:23       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda9
-13:20:23        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sda7
-13:20:23       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda12
-13:20:23        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda6
-13:20:23       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sdf
-13:20:23        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sdg
-13:20:27       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda9
-13:20:27        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sda7
-13:20:27       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda12
-13:20:27        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda6
-13:20:27       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sdf
-13:20:27        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sdg
-Summary:       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda9
-Summary:        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sda7
-Summary:       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda12
-Summary:        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda6
-Summary:       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sdf
-Summary:        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sdg
+13:20:19          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda9
+13:20:19         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda7
+13:20:19          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda12
+13:20:19          273       206     42.93     51.97  19201593       455      0.00 /dev/sda6
+13:20:23          273       206     42.93     51.97  19201593       455      0.00 /dev/sda9
+13:20:23         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sda7
+13:20:23         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda12
+13:20:23          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda6
+13:20:23          273       206     42.93     51.97  19201593       455      0.00 /dev/sdf
+13:20:23         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sdg
+13:20:27          273       206     42.93     51.97  19201593       455      0.00 /dev/sda9
+13:20:27         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sda7
+13:20:27         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda12
+13:20:27          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda6
+13:20:27          273       206     42.93     51.97  19201593       455      0.00 /dev/sdf
+13:20:27         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sdg
+Summary:          273       206     42.93     51.97  19201593       455      0.00 /dev/sda9
+Summary:         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sda7
+Summary:         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda12
+Summary:          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda6
+Summary:          273       206     42.93     51.97  19201593       455      0.00 /dev/sdf
+Summary:         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sdg
 
 13:22:11     LINUX RESTART     (9 CPU)
 
@@ -155,15 +155,15 @@ Average:       virbr0      0.00      0.00      0.00      0.00      0.00      0.0
 Average:       wlp5s0      0.00      0.00      0.00      0.00      0.00      0.00      0.00      0.00
 
 13:22:21     MBfsfree  MBfsused   %fsused  %ufsused     Ifree     Iused    %Iused FILESYSTEM
-13:22:31        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda9
-13:22:31       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda7
-13:22:31        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda12
-13:22:31       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda6
+13:22:31          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda9
+13:22:31         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda7
+13:22:31          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda12
+13:22:31          273       206     42.93     51.97  19201593       455      0.00 /dev/sda6
 13:22:35     COM Second comment!
-Summary:        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda9
-Summary:       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda7
-Summary:        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda12
-Summary:       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda6
+Summary:          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda9
+Summary:         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda7
+Summary:          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda12
+Summary:          273       206     42.93     51.97  19201593       455      0.00 /dev/sda6
 
 13:23:20     LINUX RESTART     (9 CPU)
 
@@ -239,21 +239,21 @@ Average:       virbr0      0.00      0.00      0.00      0.00      0.00      0.0
 Average:       wlp5s0      0.00      0.00      0.00      0.00      0.00      0.00      0.00      0.00
 
 13:24:20     MBfsfree  MBfsused   %fsused  %ufsused     Ifree     Iused    %Iused FILESYSTEM
-13:24:25        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda9
-13:24:25       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda7
-13:24:25        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda12
-13:24:25       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda6
+13:24:25          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda9
+13:24:25         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda7
+13:24:25          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda12
+13:24:25          273       206     42.93     51.97  19201593       455      0.00 /dev/sda6
 13:22:46     COM Third...
 13:22:47     COM and fourth comment!
-13:24:30       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda9
-13:24:30        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sda7
-13:24:30       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda12
-13:24:30        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda6
-13:24:30       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sdf
-13:24:30        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sdg
-Summary:       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda9
-Summary:        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sda7
-Summary:       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda12
-Summary:        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda6
-Summary:       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sdf
-Summary:        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sdg
+13:24:30          273       206     42.93     51.97  19201593       455      0.00 /dev/sda9
+13:24:30         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sda7
+13:24:30         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda12
+13:24:30          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda6
+13:24:30          273       206     42.93     51.97  19201593       455      0.00 /dev/sdf
+13:24:30         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sdg
+Summary:          273       206     42.93     51.97  19201593       455      0.00 /dev/sda9
+Summary:         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sda7
+Summary:         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda12
+Summary:          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda6
+Summary:          273       206     42.93     51.97  19201593       455      0.00 /dev/sdf
+Summary:         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sdg
index 2113e61abbbb8d57a8a1507ea78739d6b1000813..225ed991ae555a33605d8d72e39c433f479b84a5 100644 (file)
@@ -1,16 +1,16 @@
 Linux 1.2.3-TEST (SYSSTAT.TEST)        04/18/19        _x86_64_        (9 CPU)
 
 13:20:09     MBfsfree  MBfsused   %fsused  %ufsused     Ifree     Iused    %Iused FILESYSTEM
-13:20:19       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda6
-13:20:29       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda6
-13:20:39       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda6
-13:20:49       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda6
-Summary:       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda6
+13:20:19          273       206     42.93     51.97  19201593       455      0.00 /dev/sda6
+13:20:29          273       206     42.93     51.97  19201593       455      0.00 /dev/sda6
+13:20:39          273       206     42.93     51.97  19201593       455      0.00 /dev/sda6
+13:20:49         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda6
+Summary:         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda6
 
 13:37:29     LINUX RESTART     (9 CPU)
 
 13:54:09     LINUX RESTART     (10 CPU)
 
 13:54:15     MBfsfree  MBfsused   %fsused  %ufsused     Ifree     Iused    %Iused FILESYSTEM
-13:54:35       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda6
-Summary:       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda6
+13:54:35         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda6
+Summary:         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda6
index 8110035fb5d1c92d96078ddc6ea3c7bd406dcf1c..8409ebd627fac8106a83bf590427e35d279a199e 100644 (file)
@@ -2927,32 +2927,32 @@ Average:          6   3492.22
 Average:          7   3497.56
 
 13:20:09     MBfsfree  MBfsused   %fsused  %ufsused     Ifree     Iused    %Iused FILESYSTEM
-13:20:19        83.6G      7.6G      8.3%     13.5%   6008414    102818      1.7% /dev/sda9
-13:20:19       272.5G     15.7G      5.5%     10.5%  19051710    150338      0.8% /dev/sda7
-13:20:19        83.6G      7.6G      8.3%     13.5%   6008414    102818      1.7% /dev/sda12
-13:20:19       273.1G     15.1G      5.2%     10.3%  19201593       455      0.0% /dev/sda6
-13:20:29        10.9G     17.8G     62.1%     67.2%   1621550    299810     15.6% /dev/sda9
-13:20:29       272.5G     15.7G      5.5%     10.5%  19051710    150338      0.8% /dev/sda7
-13:20:29        83.6G      7.6G      8.3%     13.5%   6008414    102818      1.7% /dev/sda12
-13:20:29       273.1G     15.1G      5.2%     10.3%  19201593       455      0.0% /dev/sda6
-13:20:29        10.9G     17.8G     62.1%     67.2%   1621550    299810     15.6% /dev/sdf
-13:20:29       272.5G     15.7G      5.5%     10.5%  19051710    150338      0.8% /dev/sdg
-13:20:39        10.9G     17.8G     62.1%     67.2%   1621550    299810     15.6% /dev/sda9
-13:20:39       272.5G     15.7G      5.5%     10.5%  19051710    150338      0.8% /dev/sda7
-13:20:39        83.6G      7.6G      8.3%     13.5%   6008414    102818      1.7% /dev/sda12
-13:20:39       273.1G     15.1G      5.2%     10.3%  19201593       455      0.0% /dev/sda6
-13:20:39        10.9G     17.8G     62.1%     67.2%   1621550    299810     15.6% /dev/sdf
-13:20:39       272.5G     15.7G      5.5%     10.5%  19051710    150338      0.8% /dev/sdg
-13:20:49        83.6G      7.6G      8.3%     13.5%   6008414    102818      1.7% /dev/sda9
-13:20:49       273.1G     15.1G      5.2%     10.3%  19201593       455      0.0% /dev/sda7
-13:20:49        10.9G     17.8G     62.1%     67.2%   1621550    299810     15.6% /dev/sda12
-13:20:49       272.5G     15.7G      5.5%     10.5%  19051710    150338      0.8% /dev/sda6
-Summary:        83.6G      7.6G      8.3%     13.5%   6008414    102818      1.7% /dev/sda9
-Summary:       273.1G     15.1G      5.2%     10.3%  19201593       455      0.0% /dev/sda7
-Summary:        10.9G     17.8G     62.1%     67.2%   1621550    299810     15.6% /dev/sda12
-Summary:       272.5G     15.7G      5.5%     10.5%  19051710    150338      0.8% /dev/sda6
-Summary:        10.9G     17.8G     62.1%     67.2%   1621550    299810     15.6% /dev/sdf
-Summary:       272.5G     15.7G      5.5%     10.5%  19051710    150338      0.8% /dev/sdg
+13:20:19       705.2M    144.8M     17.0%     18.9%   6008414    102818      1.7% /dev/sda9
+13:20:19         2.4G    844.6M     25.3%     46.6%  19051710    150338      0.8% /dev/sda7
+13:20:19       705.2M    144.8M     17.0%     18.9%   6008414    102818      1.7% /dev/sda12
+13:20:19       273.4M    205.7M     42.9%     52.0%  19201593       455      0.0% /dev/sda6
+13:20:29         1.6G    126.7M      7.3%     39.5%   1621550    299810     15.6% /dev/sda9
+13:20:29         2.4G    844.6M     25.3%     46.6%  19051710    150338      0.8% /dev/sda7
+13:20:29       705.2M    144.8M     17.0%     18.9%   6008414    102818      1.7% /dev/sda12
+13:20:29       273.4M    205.7M     42.9%     52.0%  19201593       455      0.0% /dev/sda6
+13:20:29         1.6G    126.7M      7.3%     39.5%   1621550    299810     15.6% /dev/sdf
+13:20:29         2.4G    844.6M     25.3%     46.6%  19051710    150338      0.8% /dev/sdg
+13:20:39         1.6G    126.7M      7.3%     39.5%   1621550    299810     15.6% /dev/sda9
+13:20:39         2.4G    844.6M     25.3%     46.6%  19051710    150338      0.8% /dev/sda7
+13:20:39       705.2M    144.8M     17.0%     18.9%   6008414    102818      1.7% /dev/sda12
+13:20:39       273.4M    205.7M     42.9%     52.0%  19201593       455      0.0% /dev/sda6
+13:20:39         1.6G    126.7M      7.3%     39.5%   1621550    299810     15.6% /dev/sdf
+13:20:39         2.4G    844.6M     25.3%     46.6%  19051710    150338      0.8% /dev/sdg
+13:20:49       705.2M    144.8M     17.0%     18.9%   6008414    102818      1.7% /dev/sda9
+13:20:49       273.4M    205.7M     42.9%     52.0%  19201593       455      0.0% /dev/sda7
+13:20:49         1.6G    126.7M      7.3%     39.5%   1621550    299810     15.6% /dev/sda12
+13:20:49         2.4G    844.6M     25.3%     46.6%  19051710    150338      0.8% /dev/sda6
+Summary:       705.2M    144.8M     17.0%     18.9%   6008414    102818      1.7% /dev/sda9
+Summary:       273.4M    205.7M     42.9%     52.0%  19201593       455      0.0% /dev/sda7
+Summary:         1.6G    126.7M      7.3%     39.5%   1621550    299810     15.6% /dev/sda12
+Summary:         2.4G    844.6M     25.3%     46.6%  19051710    150338      0.8% /dev/sda6
+Summary:         1.6G    126.7M      7.3%     39.5%   1621550    299810     15.6% /dev/sdf
+Summary:         2.4G    844.6M     25.3%     46.6%  19051710    150338      0.8% /dev/sdg
 
 13:20:09     %scpu-10  %scpu-60 %scpu-300     %scpu
 13:20:19         0.0%      0.0%      0.0%      0.0%
@@ -4214,14 +4214,14 @@ Average:          8   3497.56
 Average:          9   3497.56
 
 13:54:15     MBfsfree  MBfsused   %fsused  %ufsused     Ifree     Iused    %Iused FILESYSTEM
-13:54:35        83.6G      7.6G      8.3%     13.5%   6008414    102818      1.7% /dev/sda9
-13:54:35       273.1G     15.1G      5.2%     10.3%  19201593       455      0.0% /dev/sda7
-13:54:35        10.9G     17.8G     62.1%     67.2%   1621550    299810     15.6% /dev/sda12
-13:54:35       272.5G     15.7G      5.5%     10.5%  19051710    150338      0.8% /dev/sda6
-Summary:        83.6G      7.6G      8.3%     13.5%   6008414    102818      1.7% /dev/sda9
-Summary:       273.1G     15.1G      5.2%     10.3%  19201593       455      0.0% /dev/sda7
-Summary:        10.9G     17.8G     62.1%     67.2%   1621550    299810     15.6% /dev/sda12
-Summary:       272.5G     15.7G      5.5%     10.5%  19051710    150338      0.8% /dev/sda6
+13:54:35       705.2M    144.8M     17.0%     18.9%   6008414    102818      1.7% /dev/sda9
+13:54:35       273.4M    205.7M     42.9%     52.0%  19201593       455      0.0% /dev/sda7
+13:54:35         1.6G    126.7M      7.3%     39.5%   1621550    299810     15.6% /dev/sda12
+13:54:35         2.4G    844.6M     25.3%     46.6%  19051710    150338      0.8% /dev/sda6
+Summary:       705.2M    144.8M     17.0%     18.9%   6008414    102818      1.7% /dev/sda9
+Summary:       273.4M    205.7M     42.9%     52.0%  19201593       455      0.0% /dev/sda7
+Summary:         1.6G    126.7M      7.3%     39.5%   1621550    299810     15.6% /dev/sda12
+Summary:         2.4G    844.6M     25.3%     46.6%  19051710    150338      0.8% /dev/sda6
 
 13:54:15     %scpu-10  %scpu-60 %scpu-300     %scpu
 13:54:35         0.0%      0.0%      0.0%      0.0%
index c60efc41504987844e72c5d2836a129405f1eceb..6872a452b3a0a24d3a2c4f89a93483f93d7a64eb 100644 (file)
@@ -9,18 +9,16 @@
 <tspan x="795" y="25" style="fill: #ffff00; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,50 70,250 790,250" style="fill: #000000; stroke: #ffffff; stroke-width: 2"/>
-<text x="795" y="50" style="fill: #00cc00; stroke: none; font-size: 12px">MBfsfree (11154, 85582)</text>
-<text x="795" y="65" style="fill: #ff00bf; stroke: none; font-size: 12px">MBfsused (7774, 18247)</text>
+<text x="795" y="50" style="fill: #00cc00; stroke: none; font-size: 12px">MBfsfree (705, 1618)</text>
+<text x="795" y="65" style="fill: #ff00bf; stroke: none; font-size: 12px">MBfsused (127, 145)</text>
 <g transform="translate(70,250)">
 <text x="0" y="0" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">0.</text>
-<polyline points="0,20000.00 720,20000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.002337)"/>
-<text x="0" y="-46" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">20000.</text>
-<polyline points="0,40000.00 720,40000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.002337)"/>
-<text x="0" y="-93" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">40000.</text>
-<polyline points="0,60000.00 720,60000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.002337)"/>
-<text x="0" y="-140" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">60000.</text>
-<polyline points="0,80000.00 720,80000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.002337)"/>
-<text x="0" y="-186" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">80000.</text>
+<polyline points="0,500.00 720,500.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.123641)"/>
+<text x="0" y="-61" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">500.</text>
+<polyline points="0,1000.00 720,1000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.123641)"/>
+<text x="0" y="-123" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">1000.</text>
+<polyline points="0,1500.00 720,1500.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.123641)"/>
+<text x="0" y="-185" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">1500.</text>
 <polyline points="0,0 0,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <text x="0" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,0,0)">13:20:09</text>
 <polyline points="206,0 206,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <polyline points="2060,0 2060,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <text x="717" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,717,0)">13:54:29</text>
 <text x="-10" y="30" style="fill: #ffff00; stroke: none; font-size: 12px; text-anchor: end">UTC</text>
-<path d=" M10,85582.19 L20,11154.32 L30,11154.32 L40,85582.19 M2066,85582.19" style="vector-effect: non-scaling-stroke; stroke: #00cc00; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.002337)"/>
-<path d=" M10,7774.22 L20,18246.54 L30,18246.54 L40,7774.22 M2066,7774.22" style="vector-effect: non-scaling-stroke; stroke: #ff00bf; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.002337)"/>
+<path d=" M10,705.17 L20,1617.58 L30,1617.58 L40,705.17 M2066,705.17" style="vector-effect: non-scaling-stroke; stroke: #00cc00; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.123641)"/>
+<path d=" M10,144.83 L20,126.73 L30,126.73 L40,144.83 M2066,144.83" style="vector-effect: non-scaling-stroke; stroke: #ff00bf; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.123641)"/>
 </g>
 <rect x="0" y="310" height="300" width="1050" fill="#000000"/>
 <text x="0" y="330" style="fill: #ffff00; stroke: none">Filesystems statistics (2) [/]
 <tspan x="795" y="335" style="fill: #ffff00; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,360 70,560 790,560" style="fill: #000000; stroke: #ffffff; stroke-width: 2"/>
-<text x="795" y="360" style="fill: #00ffff; stroke: none; font-size: 12px">%ufsused (13.45, 67.22)</text>
-<text x="795" y="375" style="fill: #ff0000; stroke: none; font-size: 12px">%fsused (8.33, 62.06)</text>
+<text x="795" y="360" style="fill: #00ffff; stroke: none; font-size: 12px">%ufsused (18.92, 39.50)</text>
+<text x="795" y="375" style="fill: #ff0000; stroke: none; font-size: 12px">%fsused (7.27, 17.04)</text>
 <g transform="translate(70,560)">
 <text x="0" y="0" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <polyline points="0,25.00 720,25.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-2.000000)"/>
 <text x="717" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,717,0)">13:54:29</text>
 <text x="-10" y="30" style="fill: #ffff00; stroke: none; font-size: 12px; text-anchor: end">UTC</text>
 <g style="fill: #00ffff; stroke: none" transform="scale(0.348500,-2.000000)">
-<rect x="0" y="0.00" height="13.45" width="31"/><rect x="0" y="0.00" height="67.22" width="31"/><rect x="0" y="0.00" height="67.22" width="39"/><rect x="18" y="0.00" height="13.45" width="22"/><rect x="2035" y="0.00" height="13.45" width="31"/>
+<rect x="0" y="0.00" height="18.92" width="31"/><rect x="0" y="0.00" height="39.50" width="31"/><rect x="0" y="0.00" height="39.50" width="39"/><rect x="18" y="0.00" height="18.92" width="22"/><rect x="2035" y="0.00" height="18.92" width="31"/>
 </g>
 <g style="fill: #ff0000; stroke: none" transform="scale(0.348500,-2.000000)">
-<rect x="0" y="0.00" height="8.33" width="31"/><rect x="0" y="0.00" height="62.06" width="31"/><rect x="0" y="0.00" height="62.06" width="39"/><rect x="18" y="0.00" height="8.33" width="22"/><rect x="2035" y="0.00" height="8.33" width="31"/>
+<rect x="0" y="0.00" height="17.04" width="31"/><rect x="0" y="0.00" height="7.27" width="31"/><rect x="0" y="0.00" height="7.27" width="39"/><rect x="18" y="0.00" height="17.04" width="22"/><rect x="2035" y="0.00" height="17.04" width="31"/>
 </g>
 </g>
 <rect x="0" y="620" height="300" width="1050" fill="#000000"/>
 <tspan x="795" y="25" style="fill: #ffff00; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,50 70,250 790,250" style="fill: #000000; stroke: #ffffff; stroke-width: 2"/>
-<text x="795" y="50" style="fill: #00cc00; stroke: none; font-size: 12px">MBfsfree (279061, 279700)</text>
-<text x="795" y="65" style="fill: #ff00bf; stroke: none; font-size: 12px">MBfsused (15464, 16103)</text>
+<text x="795" y="50" style="fill: #00cc00; stroke: none; font-size: 12px">MBfsfree (273, 2496)</text>
+<text x="795" y="65" style="fill: #ff00bf; stroke: none; font-size: 12px">MBfsused (206, 845)</text>
 <g transform="translate(70,250)">
 <text x="0" y="0" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">0.</text>
-<polyline points="0,90000.00 720,90000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.000715)"/>
-<text x="0" y="-64" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">90000.</text>
-<polyline points="0,180000.00 720,180000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.000715)"/>
-<text x="0" y="-128" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">180000.</text>
-<polyline points="0,270000.00 720,270000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.000715)"/>
-<text x="0" y="-193" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">270000.</text>
+<polyline points="0,800.00 720,800.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.080144)"/>
+<text x="0" y="-64" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">800.</text>
+<polyline points="0,1600.00 720,1600.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.080144)"/>
+<text x="0" y="-128" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">1600.</text>
+<polyline points="0,2400.00 720,2400.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.080144)"/>
+<text x="0" y="-192" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">2400.</text>
 <polyline points="0,0 0,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <text x="0" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,0,0)">13:20:09</text>
 <polyline points="206,0 206,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <polyline points="2060,0 2060,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <text x="717" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,717,0)">13:54:29</text>
 <text x="-10" y="30" style="fill: #ffff00; stroke: none; font-size: 12px; text-anchor: end">UTC</text>
-<path d=" M10,279061.06 L20,279061.06 L30,279061.06 L40,279699.96 M2066,279699.96" style="vector-effect: non-scaling-stroke; stroke: #00cc00; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.000715)"/>
-<path d=" M10,16103.38 L20,16103.38 L30,16103.38 L40,15464.47 M2066,15464.47" style="vector-effect: non-scaling-stroke; stroke: #ff00bf; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.000715)"/>
+<path d=" M10,2495.51 L20,2495.51 L30,2495.51 L40,273.39 M2066,273.39" style="vector-effect: non-scaling-stroke; stroke: #00cc00; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.080144)"/>
+<path d=" M10,844.59 L20,844.59 L30,844.59 L40,205.68 M2066,205.68" style="vector-effect: non-scaling-stroke; stroke: #ff00bf; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.080144)"/>
 </g>
 <rect x="0" y="310" height="300" width="1050" fill="#000000"/>
 <text x="0" y="330" style="fill: #ffff00; stroke: none">Filesystems statistics (2) [/opt]
 <tspan x="795" y="335" style="fill: #ffff00; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,360 70,560 790,560" style="fill: #000000; stroke: #ffffff; stroke-width: 2"/>
-<text x="795" y="360" style="fill: #00ffff; stroke: none; font-size: 12px">%ufsused (10.33, 10.54)</text>
-<text x="795" y="375" style="fill: #ff0000; stroke: none; font-size: 12px">%fsused (5.24, 5.46)</text>
+<text x="795" y="360" style="fill: #00ffff; stroke: none; font-size: 12px">%ufsused (46.57, 51.97)</text>
+<text x="795" y="375" style="fill: #ff0000; stroke: none; font-size: 12px">%fsused (25.29, 42.93)</text>
 <g transform="translate(70,560)">
 <text x="0" y="0" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <polyline points="0,25.00 720,25.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-2.000000)"/>
 <text x="717" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,717,0)">13:54:29</text>
 <text x="-10" y="30" style="fill: #ffff00; stroke: none; font-size: 12px; text-anchor: end">UTC</text>
 <g style="fill: #00ffff; stroke: none" transform="scale(0.348500,-2.000000)">
-<rect x="0" y="0.00" height="10.54" width="31"/><rect x="0" y="0.00" height="10.54" width="31"/><rect x="0" y="0.00" height="10.54" width="39"/><rect x="18" y="0.00" height="10.33" width="22"/><rect x="2035" y="0.00" height="10.33" width="31"/>
+<rect x="0" y="0.00" height="46.57" width="31"/><rect x="0" y="0.00" height="46.57" width="31"/><rect x="0" y="0.00" height="46.57" width="39"/><rect x="18" y="0.00" height="51.97" width="22"/><rect x="2035" y="0.00" height="51.97" width="31"/>
 </g>
 <g style="fill: #ff0000; stroke: none" transform="scale(0.348500,-2.000000)">
-<rect x="0" y="0.00" height="5.46" width="31"/><rect x="0" y="0.00" height="5.46" width="31"/><rect x="0" y="0.00" height="5.46" width="39"/><rect x="18" y="0.00" height="5.24" width="22"/><rect x="2035" y="0.00" height="5.24" width="31"/>
+<rect x="0" y="0.00" height="25.29" width="31"/><rect x="0" y="0.00" height="25.29" width="31"/><rect x="0" y="0.00" height="25.29" width="39"/><rect x="18" y="0.00" height="42.93" width="22"/><rect x="2035" y="0.00" height="42.93" width="31"/>
 </g>
 </g>
 <rect x="0" y="620" height="300" width="1050" fill="#000000"/>
 <tspan x="795" y="25" style="fill: #ffff00; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,50 70,250 790,250" style="fill: #000000; stroke: #ffffff; stroke-width: 2"/>
-<text x="795" y="50" style="fill: #00cc00; stroke: none; font-size: 12px">MBfsfree (11154, 85582)</text>
-<text x="795" y="65" style="fill: #ff00bf; stroke: none; font-size: 12px">MBfsused (7774, 18247)</text>
+<text x="795" y="50" style="fill: #00cc00; stroke: none; font-size: 12px">MBfsfree (705, 1618)</text>
+<text x="795" y="65" style="fill: #ff00bf; stroke: none; font-size: 12px">MBfsused (127, 145)</text>
 <g transform="translate(70,250)">
 <text x="0" y="0" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">0.</text>
-<polyline points="0,20000.00 720,20000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.002337)"/>
-<text x="0" y="-46" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">20000.</text>
-<polyline points="0,40000.00 720,40000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.002337)"/>
-<text x="0" y="-93" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">40000.</text>
-<polyline points="0,60000.00 720,60000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.002337)"/>
-<text x="0" y="-140" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">60000.</text>
-<polyline points="0,80000.00 720,80000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.002337)"/>
-<text x="0" y="-186" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">80000.</text>
+<polyline points="0,500.00 720,500.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.123641)"/>
+<text x="0" y="-61" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">500.</text>
+<polyline points="0,1000.00 720,1000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.123641)"/>
+<text x="0" y="-123" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">1000.</text>
+<polyline points="0,1500.00 720,1500.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.123641)"/>
+<text x="0" y="-185" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">1500.</text>
 <polyline points="0,0 0,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <text x="0" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,0,0)">13:20:09</text>
 <polyline points="206,0 206,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <polyline points="2060,0 2060,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <text x="717" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,717,0)">13:54:29</text>
 <text x="-10" y="30" style="fill: #ffff00; stroke: none; font-size: 12px; text-anchor: end">UTC</text>
-<path d=" M10,85582.19 L20,85582.19 L30,85582.19 L40,11154.32 M2066,11154.32" style="vector-effect: non-scaling-stroke; stroke: #00cc00; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.002337)"/>
-<path d=" M10,7774.22 L20,7774.22 L30,7774.22 L40,18246.54 M2066,18246.54" style="vector-effect: non-scaling-stroke; stroke: #ff00bf; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.002337)"/>
+<path d=" M10,705.17 L20,705.17 L30,705.17 L40,1617.58 M2066,1617.58" style="vector-effect: non-scaling-stroke; stroke: #00cc00; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.123641)"/>
+<path d=" M10,144.83 L20,144.83 L30,144.83 L40,126.73 M2066,126.73" style="vector-effect: non-scaling-stroke; stroke: #ff00bf; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.123641)"/>
 </g>
 <rect x="0" y="310" height="300" width="1050" fill="#000000"/>
 <text x="0" y="330" style="fill: #ffff00; stroke: none">Filesystems statistics (2) [/home]
 <tspan x="795" y="335" style="fill: #ffff00; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,360 70,560 790,560" style="fill: #000000; stroke: #ffffff; stroke-width: 2"/>
-<text x="795" y="360" style="fill: #00ffff; stroke: none; font-size: 12px">%ufsused (13.45, 67.22)</text>
-<text x="795" y="375" style="fill: #ff0000; stroke: none; font-size: 12px">%fsused (8.33, 62.06)</text>
+<text x="795" y="360" style="fill: #00ffff; stroke: none; font-size: 12px">%ufsused (18.92, 39.50)</text>
+<text x="795" y="375" style="fill: #ff0000; stroke: none; font-size: 12px">%fsused (7.27, 17.04)</text>
 <g transform="translate(70,560)">
 <text x="0" y="0" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <polyline points="0,25.00 720,25.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-2.000000)"/>
 <text x="717" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,717,0)">13:54:29</text>
 <text x="-10" y="30" style="fill: #ffff00; stroke: none; font-size: 12px; text-anchor: end">UTC</text>
 <g style="fill: #00ffff; stroke: none" transform="scale(0.348500,-2.000000)">
-<rect x="0" y="0.00" height="13.45" width="31"/><rect x="0" y="0.00" height="13.45" width="31"/><rect x="0" y="0.00" height="13.45" width="39"/><rect x="18" y="0.00" height="67.22" width="22"/><rect x="2035" y="0.00" height="67.22" width="31"/>
+<rect x="0" y="0.00" height="18.92" width="31"/><rect x="0" y="0.00" height="18.92" width="31"/><rect x="0" y="0.00" height="18.92" width="39"/><rect x="18" y="0.00" height="39.50" width="22"/><rect x="2035" y="0.00" height="39.50" width="31"/>
 </g>
 <g style="fill: #ff0000; stroke: none" transform="scale(0.348500,-2.000000)">
-<rect x="0" y="0.00" height="8.33" width="31"/><rect x="0" y="0.00" height="8.33" width="31"/><rect x="0" y="0.00" height="8.33" width="39"/><rect x="18" y="0.00" height="62.06" width="22"/><rect x="2035" y="0.00" height="62.06" width="31"/>
+<rect x="0" y="0.00" height="17.04" width="31"/><rect x="0" y="0.00" height="17.04" width="31"/><rect x="0" y="0.00" height="17.04" width="39"/><rect x="18" y="0.00" height="7.27" width="22"/><rect x="2035" y="0.00" height="7.27" width="31"/>
 </g>
 </g>
 <rect x="0" y="620" height="300" width="1050" fill="#000000"/>
 <tspan x="795" y="25" style="fill: #ffff00; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,50 70,250 790,250" style="fill: #000000; stroke: #ffffff; stroke-width: 2"/>
-<text x="795" y="50" style="fill: #00cc00; stroke: none; font-size: 12px">MBfsfree (279061, 279700)</text>
-<text x="795" y="65" style="fill: #ff00bf; stroke: none; font-size: 12px">MBfsused (15464, 16103)</text>
+<text x="795" y="50" style="fill: #00cc00; stroke: none; font-size: 12px">MBfsfree (273, 2496)</text>
+<text x="795" y="65" style="fill: #ff00bf; stroke: none; font-size: 12px">MBfsused (206, 845)</text>
 <g transform="translate(70,250)">
 <text x="0" y="0" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">0.</text>
-<polyline points="0,90000.00 720,90000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.000715)"/>
-<text x="0" y="-64" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">90000.</text>
-<polyline points="0,180000.00 720,180000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.000715)"/>
-<text x="0" y="-128" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">180000.</text>
-<polyline points="0,270000.00 720,270000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.000715)"/>
-<text x="0" y="-193" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">270000.</text>
+<polyline points="0,800.00 720,800.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.080144)"/>
+<text x="0" y="-64" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">800.</text>
+<polyline points="0,1600.00 720,1600.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.080144)"/>
+<text x="0" y="-128" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">1600.</text>
+<polyline points="0,2400.00 720,2400.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.080144)"/>
+<text x="0" y="-192" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">2400.</text>
 <polyline points="0,0 0,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <text x="0" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,0,0)">13:20:09</text>
 <polyline points="206,0 206,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <polyline points="2060,0 2060,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <text x="717" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,717,0)">13:54:29</text>
 <text x="-10" y="30" style="fill: #ffff00; stroke: none; font-size: 12px; text-anchor: end">UTC</text>
-<path d=" M10,279699.96 L20,279699.96 L30,279699.96 L40,279061.06 M2066,279061.06" style="vector-effect: non-scaling-stroke; stroke: #00cc00; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.000715)"/>
-<path d=" M10,15464.47 L20,15464.47 L30,15464.47 L40,16103.38 M2066,16103.38" style="vector-effect: non-scaling-stroke; stroke: #ff00bf; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.000715)"/>
+<path d=" M10,273.39 L20,273.39 L30,273.39 L40,2495.51 M2066,2495.51" style="vector-effect: non-scaling-stroke; stroke: #00cc00; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.080144)"/>
+<path d=" M10,205.68 L20,205.68 L30,205.68 L40,844.59 M2066,844.59" style="vector-effect: non-scaling-stroke; stroke: #ff00bf; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.080144)"/>
 </g>
 <rect x="0" y="310" height="300" width="1050" fill="#000000"/>
 <text x="0" y="330" style="fill: #ffff00; stroke: none">Filesystems statistics (2) [/data]
 <tspan x="795" y="335" style="fill: #ffff00; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,360 70,560 790,560" style="fill: #000000; stroke: #ffffff; stroke-width: 2"/>
-<text x="795" y="360" style="fill: #00ffff; stroke: none; font-size: 12px">%ufsused (10.33, 10.54)</text>
-<text x="795" y="375" style="fill: #ff0000; stroke: none; font-size: 12px">%fsused (5.24, 5.46)</text>
+<text x="795" y="360" style="fill: #00ffff; stroke: none; font-size: 12px">%ufsused (46.57, 51.97)</text>
+<text x="795" y="375" style="fill: #ff0000; stroke: none; font-size: 12px">%fsused (25.29, 42.93)</text>
 <g transform="translate(70,560)">
 <text x="0" y="0" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <polyline points="0,25.00 720,25.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-2.000000)"/>
 <text x="717" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,717,0)">13:54:29</text>
 <text x="-10" y="30" style="fill: #ffff00; stroke: none; font-size: 12px; text-anchor: end">UTC</text>
 <g style="fill: #00ffff; stroke: none" transform="scale(0.348500,-2.000000)">
-<rect x="0" y="0.00" height="10.33" width="31"/><rect x="0" y="0.00" height="10.33" width="31"/><rect x="0" y="0.00" height="10.33" width="39"/><rect x="18" y="0.00" height="10.54" width="22"/><rect x="2035" y="0.00" height="10.54" width="31"/>
+<rect x="0" y="0.00" height="51.97" width="31"/><rect x="0" y="0.00" height="51.97" width="31"/><rect x="0" y="0.00" height="51.97" width="39"/><rect x="18" y="0.00" height="46.57" width="22"/><rect x="2035" y="0.00" height="46.57" width="31"/>
 </g>
 <g style="fill: #ff0000; stroke: none" transform="scale(0.348500,-2.000000)">
-<rect x="0" y="0.00" height="5.24" width="31"/><rect x="0" y="0.00" height="5.24" width="31"/><rect x="0" y="0.00" height="5.24" width="39"/><rect x="18" y="0.00" height="5.46" width="22"/><rect x="2035" y="0.00" height="5.46" width="31"/>
+<rect x="0" y="0.00" height="42.93" width="31"/><rect x="0" y="0.00" height="42.93" width="31"/><rect x="0" y="0.00" height="42.93" width="39"/><rect x="18" y="0.00" height="25.29" width="22"/><rect x="2035" y="0.00" height="25.29" width="31"/>
 </g>
 </g>
 <rect x="0" y="620" height="300" width="1050" fill="#000000"/>
 <tspan x="795" y="25" style="fill: #ffff00; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,50 70,250 790,250" style="fill: #000000; stroke: #ffffff; stroke-width: 2"/>
-<text x="795" y="50" style="fill: #00cc00; stroke: none; font-size: 12px">MBfsfree (11154, 11154)</text>
-<text x="795" y="65" style="fill: #ff00bf; stroke: none; font-size: 12px">MBfsused (18247, 18247)</text>
+<text x="795" y="50" style="fill: #00cc00; stroke: none; font-size: 12px">MBfsfree (1618, 1618)</text>
+<text x="795" y="65" style="fill: #ff00bf; stroke: none; font-size: 12px">MBfsused (127, 127)</text>
 <g transform="translate(70,250)">
 <text x="0" y="0" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">0.</text>
-<polyline points="0,6000.00 720,6000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.010961)"/>
-<text x="0" y="-65" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">6000.</text>
-<polyline points="0,12000.00 720,12000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.010961)"/>
-<text x="0" y="-131" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">12000.</text>
-<polyline points="0,18000.00 720,18000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.010961)"/>
-<text x="0" y="-197" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">18000.</text>
+<polyline points="0,500.00 720,500.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.123641)"/>
+<text x="0" y="-61" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">500.</text>
+<polyline points="0,1000.00 720,1000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.123641)"/>
+<text x="0" y="-123" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">1000.</text>
+<polyline points="0,1500.00 720,1500.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.123641)"/>
+<text x="0" y="-185" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">1500.</text>
 <polyline points="0,0 0,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <text x="0" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,0,0)">13:20:09</text>
 <polyline points="206,0 206,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <polyline points="2060,0 2060,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <text x="717" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,717,0)">13:54:29</text>
 <text x="-10" y="30" style="fill: #ffff00; stroke: none; font-size: 12px; text-anchor: end">UTC</text>
-<path d=" M20,11154.32 L30,11154.32" style="vector-effect: non-scaling-stroke; stroke: #00cc00; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.010961)"/>
-<path d=" M20,18246.54 L30,18246.54" style="vector-effect: non-scaling-stroke; stroke: #ff00bf; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.010961)"/>
+<path d=" M20,1617.58 L30,1617.58" style="vector-effect: non-scaling-stroke; stroke: #00cc00; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.123641)"/>
+<path d=" M20,126.73 L30,126.73" style="vector-effect: non-scaling-stroke; stroke: #ff00bf; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.123641)"/>
 </g>
 <rect x="0" y="310" height="300" width="1050" fill="#000000"/>
 <text x="0" y="330" style="fill: #ffff00; stroke: none">Filesystems statistics (2) [/foo]
 <tspan x="795" y="335" style="fill: #ffff00; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,360 70,560 790,560" style="fill: #000000; stroke: #ffffff; stroke-width: 2"/>
-<text x="795" y="360" style="fill: #00ffff; stroke: none; font-size: 12px">%ufsused (67.22, 67.22)</text>
-<text x="795" y="375" style="fill: #ff0000; stroke: none; font-size: 12px">%fsused (62.06, 62.06)</text>
+<text x="795" y="360" style="fill: #00ffff; stroke: none; font-size: 12px">%ufsused (39.50, 39.50)</text>
+<text x="795" y="375" style="fill: #ff0000; stroke: none; font-size: 12px">%fsused (7.27, 7.27)</text>
 <g transform="translate(70,560)">
 <text x="0" y="0" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <polyline points="0,25.00 720,25.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-2.000000)"/>
 <text x="717" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,717,0)">13:54:29</text>
 <text x="-10" y="30" style="fill: #ffff00; stroke: none; font-size: 12px; text-anchor: end">UTC</text>
 <g style="fill: #00ffff; stroke: none" transform="scale(0.348500,-2.000000)">
-<rect x="0" y="0.00" height="67.22" width="31"/><rect x="0" y="0.00" height="67.22" width="39"/>
+<rect x="0" y="0.00" height="39.50" width="31"/><rect x="0" y="0.00" height="39.50" width="39"/>
 </g>
 <g style="fill: #ff0000; stroke: none" transform="scale(0.348500,-2.000000)">
-<rect x="0" y="0.00" height="62.06" width="31"/><rect x="0" y="0.00" height="62.06" width="39"/>
+<rect x="0" y="0.00" height="7.27" width="31"/><rect x="0" y="0.00" height="7.27" width="39"/>
 </g>
 </g>
 <rect x="0" y="620" height="300" width="1050" fill="#000000"/>
 <tspan x="795" y="25" style="fill: #ffff00; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,50 70,250 790,250" style="fill: #000000; stroke: #ffffff; stroke-width: 2"/>
-<text x="795" y="50" style="fill: #00cc00; stroke: none; font-size: 12px">MBfsfree (279061, 279061)</text>
-<text x="795" y="65" style="fill: #ff00bf; stroke: none; font-size: 12px">MBfsused (16103, 16103)</text>
+<text x="795" y="50" style="fill: #00cc00; stroke: none; font-size: 12px">MBfsfree (2496, 2496)</text>
+<text x="795" y="65" style="fill: #ff00bf; stroke: none; font-size: 12px">MBfsused (845, 845)</text>
 <g transform="translate(70,250)">
 <text x="0" y="0" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">0.</text>
-<polyline points="0,90000.00 720,90000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.000717)"/>
-<text x="0" y="-64" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">90000.</text>
-<polyline points="0,180000.00 720,180000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.000717)"/>
-<text x="0" y="-129" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">180000.</text>
-<polyline points="0,270000.00 720,270000.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.000717)"/>
-<text x="0" y="-193" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">270000.</text>
+<polyline points="0,800.00 720,800.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.080144)"/>
+<text x="0" y="-64" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">800.</text>
+<polyline points="0,1600.00 720,1600.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.080144)"/>
+<text x="0" y="-128" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">1600.</text>
+<polyline points="0,2400.00 720,2400.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-0.080144)"/>
+<text x="0" y="-192" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">2400.</text>
 <polyline points="0,0 0,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <text x="0" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,0,0)">13:20:09</text>
 <polyline points="206,0 206,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <polyline points="2060,0 2060,-200" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(0.348500,1)"/>
 <text x="717" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,717,0)">13:54:29</text>
 <text x="-10" y="30" style="fill: #ffff00; stroke: none; font-size: 12px; text-anchor: end">UTC</text>
-<path d=" M20,279061.06 L30,279061.06" style="vector-effect: non-scaling-stroke; stroke: #00cc00; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.000717)"/>
-<path d=" M20,16103.38 L30,16103.38" style="vector-effect: non-scaling-stroke; stroke: #ff00bf; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.000717)"/>
+<path d=" M20,2495.51 L30,2495.51" style="vector-effect: non-scaling-stroke; stroke: #00cc00; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.080144)"/>
+<path d=" M20,844.59 L30,844.59" style="vector-effect: non-scaling-stroke; stroke: #ff00bf; stroke-width: 1; fill-opacity: 0" transform="scale(0.348500,-0.080144)"/>
 </g>
 <rect x="0" y="310" height="300" width="1050" fill="#000000"/>
 <text x="0" y="330" style="fill: #ffff00; stroke: none">Filesystems statistics (2) [/bar]
 <tspan x="795" y="335" style="fill: #ffff00; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,360 70,560 790,560" style="fill: #000000; stroke: #ffffff; stroke-width: 2"/>
-<text x="795" y="360" style="fill: #00ffff; stroke: none; font-size: 12px">%ufsused (10.54, 10.54)</text>
-<text x="795" y="375" style="fill: #ff0000; stroke: none; font-size: 12px">%fsused (5.46, 5.46)</text>
+<text x="795" y="360" style="fill: #00ffff; stroke: none; font-size: 12px">%ufsused (46.57, 46.57)</text>
+<text x="795" y="375" style="fill: #ff0000; stroke: none; font-size: 12px">%fsused (25.29, 25.29)</text>
 <g transform="translate(70,560)">
 <text x="0" y="0" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <polyline points="0,25.00 720,25.00" style="vector-effect: non-scaling-stroke; stroke: #202020" transform="scale(1,-2.000000)"/>
 <text x="717" y="10" style="fill: #ffffff; stroke: none; font-size: 12px; text-anchor: start" transform="rotate(45,717,0)">13:54:29</text>
 <text x="-10" y="30" style="fill: #ffff00; stroke: none; font-size: 12px; text-anchor: end">UTC</text>
 <g style="fill: #00ffff; stroke: none" transform="scale(0.348500,-2.000000)">
-<rect x="0" y="0.00" height="10.54" width="31"/><rect x="0" y="0.00" height="10.54" width="39"/>
+<rect x="0" y="0.00" height="46.57" width="31"/><rect x="0" y="0.00" height="46.57" width="39"/>
 </g>
 <g style="fill: #ff0000; stroke: none" transform="scale(0.348500,-2.000000)">
-<rect x="0" y="0.00" height="5.46" width="31"/><rect x="0" y="0.00" height="5.46" width="39"/>
+<rect x="0" y="0.00" height="25.29" width="31"/><rect x="0" y="0.00" height="25.29" width="39"/>
 </g>
 </g>
 <rect x="0" y="620" height="300" width="1050" fill="#000000"/>
index eefba0f5ca002b99ec43517094bd89ff6fb991a0..0bf5ea9975ad626c53a234cc540a6c454809eddd 100644 (file)
 <tspan x="795" y="25" style="fill: #000000; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,50 70,250 790,250" style="fill: #ffffff; stroke: #000000; stroke-width: 2"/>
-<text x="795" y="50" style="fill: #696969; stroke: none; font-size: 12px">MBfsfree (11154, 85582)</text>
-<text x="795" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">MBfsused (7774, 18247)</text>
+<text x="795" y="50" style="fill: #696969; stroke: none; font-size: 12px">MBfsfree (705, 1618)</text>
+<text x="795" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">MBfsused x10 (1267, 1448)</text>
 <text x="1045" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
 <tspan x="1045" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(70,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
-<polyline points="0,20000.00 720,20000.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.002337)"/>
-<text x="0" y="-46" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">20000.</text>
-<polyline points="0,40000.00 720,40000.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.002337)"/>
-<text x="0" y="-93" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">40000.</text>
-<polyline points="0,60000.00 720,60000.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.002337)"/>
-<text x="0" y="-140" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">60000.</text>
-<polyline points="0,80000.00 720,80000.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.002337)"/>
-<text x="0" y="-186" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">80000.</text>
+<polyline points="0,500.00 720,500.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.123641)"/>
+<text x="0" y="-61" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">500.</text>
+<polyline points="0,1000.00 720,1000.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.123641)"/>
+<text x="0" y="-123" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">1000.</text>
+<polyline points="0,1500.00 720,1500.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.123641)"/>
+<text x="0" y="-185" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">1500.</text>
 <polyline points="0,0 0,-200" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(0.008333,1)"/>
 <text x="-15" y="15" style="fill: #000000; stroke: none; font-size: 14px; text-anchor: start"> 0:00</text>
 <polyline points="7200,0 7200,-200" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(0.008333,1)"/>
 <text x="645" y="15" style="fill: #000000; stroke: none; font-size: 14px; text-anchor: start">22:00</text>
 <polyline points="86400,0 86400,-200" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(0.008333,1)"/>
 <text x="705" y="15" style="fill: #000000; stroke: none; font-size: 14px; text-anchor: start"> 0:00</text>
-<path d=" M48019,85582.19 L48029,11154.32 L48039,11154.32 L48049,85582.19 M50075,85582.19" style="vector-effect: non-scaling-stroke; stroke: #696969; stroke-width: 1; fill-opacity: 0" transform="scale(0.008333,-0.002337)"/>
-<path d=" M48019,7774.22 L48029,18246.54 L48039,18246.54 L48049,7774.22 M50075,7774.22" style="vector-effect: non-scaling-stroke; stroke: #bebebe; stroke-width: 1; fill-opacity: 0" transform="scale(0.008333,-0.002337)"/>
+<path d=" M48019,705.17 L48029,1617.58 L48039,1617.58 L48049,705.17 M50075,705.17" style="vector-effect: non-scaling-stroke; stroke: #696969; stroke-width: 1; fill-opacity: 0" transform="scale(0.008333,-0.123641)"/>
+<path d=" M48019,144.83 L48029,126.73 L48039,126.73 L48049,144.83 M50075,144.83" style="vector-effect: non-scaling-stroke; stroke: #bebebe; stroke-width: 1; fill-opacity: 0" transform="scale(0.008333,-1.236414)"/>
 </g>
 <rect x="1060" y="0" height="300" width="1050" fill="#ffffff"/>
 <text x="1060" y="20" style="fill: #000000; stroke: none">Filesystems statistics (2) [/dev/sda9]
 <tspan x="1855" y="25" style="fill: #000000; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="1130,50 1130,250 1850,250" style="fill: #ffffff; stroke: #000000; stroke-width: 2"/>
-<text x="1855" y="50" style="fill: #696969; stroke: none; font-size: 12px">%ufsused (13.45, 67.22)</text>
-<text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">%fsused (8.33, 62.06)</text>
+<text x="1855" y="50" style="fill: #696969; stroke: none; font-size: 12px">%ufsused (18.92, 39.50)</text>
+<text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">%fsused (7.27, 17.04)</text>
 <text x="2105" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
 <tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <polyline points="86400,0 86400,-200" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(0.008333,1)"/>
 <text x="705" y="15" style="fill: #000000; stroke: none; font-size: 14px; text-anchor: start"> 0:00</text>
 <g style="fill: #696969; stroke: none" transform="scale(0.008333,-2.000000)">
-<rect x="47988" y="0.00" height="13.45" width="31"/><rect x="47998" y="0.00" height="67.22" width="31"/><rect x="48000" y="0.00" height="67.22" width="39"/><rect x="48027" y="0.00" height="13.45" width="22"/><rect x="50044" y="0.00" height="13.45" width="31"/>
+<rect x="47988" y="0.00" height="18.92" width="31"/><rect x="47998" y="0.00" height="39.50" width="31"/><rect x="48000" y="0.00" height="39.50" width="39"/><rect x="48027" y="0.00" height="18.92" width="22"/><rect x="50044" y="0.00" height="18.92" width="31"/>
 </g>
 <g style="fill: #bebebe; stroke: none" transform="scale(0.008333,-2.000000)">
-<rect x="47988" y="0.00" height="8.33" width="31"/><rect x="47998" y="0.00" height="62.06" width="31"/><rect x="48000" y="0.00" height="62.06" width="39"/><rect x="48027" y="0.00" height="8.33" width="22"/><rect x="50044" y="0.00" height="8.33" width="31"/>
+<rect x="47988" y="0.00" height="17.04" width="31"/><rect x="47998" y="0.00" height="7.27" width="31"/><rect x="48000" y="0.00" height="7.27" width="39"/><rect x="48027" y="0.00" height="17.04" width="22"/><rect x="50044" y="0.00" height="17.04" width="31"/>
 </g>
 </g>
 <rect x="2120" y="0" height="300" width="1050" fill="#ffffff"/>
 <tspan x="795" y="25" style="fill: #000000; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,50 70,250 790,250" style="fill: #ffffff; stroke: #000000; stroke-width: 2"/>
-<text x="795" y="50" style="fill: #696969; stroke: none; font-size: 12px">MBfsfree (279061, 279700)</text>
-<text x="795" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">MBfsused x10 (154645, 161034)</text>
+<text x="795" y="50" style="fill: #696969; stroke: none; font-size: 12px">MBfsfree (273, 2496)</text>
+<text x="795" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">MBfsused (206, 845)</text>
 <text x="1045" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
 <tspan x="1045" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(70,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
-<polyline points="0,90000.00 720,90000.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.000715)"/>
-<text x="0" y="-64" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">90000.</text>
-<polyline points="0,180000.00 720,180000.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.000715)"/>
-<text x="0" y="-128" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">180000.</text>
-<polyline points="0,270000.00 720,270000.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.000715)"/>
-<text x="0" y="-193" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">270000.</text>
+<polyline points="0,800.00 720,800.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.080144)"/>
+<text x="0" y="-64" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">800.</text>
+<polyline points="0,1600.00 720,1600.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.080144)"/>
+<text x="0" y="-128" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">1600.</text>
+<polyline points="0,2400.00 720,2400.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.080144)"/>
+<text x="0" y="-192" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">2400.</text>
 <polyline points="0,0 0,-200" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(0.008333,1)"/>
 <text x="-15" y="15" style="fill: #000000; stroke: none; font-size: 14px; text-anchor: start"> 0:00</text>
 <polyline points="7200,0 7200,-200" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(0.008333,1)"/>
 <text x="645" y="15" style="fill: #000000; stroke: none; font-size: 14px; text-anchor: start">22:00</text>
 <polyline points="86400,0 86400,-200" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(0.008333,1)"/>
 <text x="705" y="15" style="fill: #000000; stroke: none; font-size: 14px; text-anchor: start"> 0:00</text>
-<path d=" M48019,279061.06 L48029,279061.06 L48039,279061.06 L48049,279699.96 M50075,279699.96" style="vector-effect: non-scaling-stroke; stroke: #696969; stroke-width: 1; fill-opacity: 0" transform="scale(0.008333,-0.000715)"/>
-<path d=" M48019,16103.38 L48029,16103.38 L48039,16103.38 L48049,15464.47 M50075,15464.47" style="vector-effect: non-scaling-stroke; stroke: #bebebe; stroke-width: 1; fill-opacity: 0" transform="scale(0.008333,-0.007151)"/>
+<path d=" M48019,2495.51 L48029,2495.51 L48039,2495.51 L48049,273.39 M50075,273.39" style="vector-effect: non-scaling-stroke; stroke: #696969; stroke-width: 1; fill-opacity: 0" transform="scale(0.008333,-0.080144)"/>
+<path d=" M48019,844.59 L48029,844.59 L48039,844.59 L48049,205.68 M50075,205.68" style="vector-effect: non-scaling-stroke; stroke: #bebebe; stroke-width: 1; fill-opacity: 0" transform="scale(0.008333,-0.080144)"/>
 </g>
 <rect x="1060" y="0" height="300" width="1050" fill="#ffffff"/>
 <text x="1060" y="20" style="fill: #000000; stroke: none">Filesystems statistics (2) [/dev/sda7]
 <tspan x="1855" y="25" style="fill: #000000; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="1130,50 1130,250 1850,250" style="fill: #ffffff; stroke: #000000; stroke-width: 2"/>
-<text x="1855" y="50" style="fill: #696969; stroke: none; font-size: 12px">%ufsused (10.33, 10.54)</text>
-<text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">%fsused (5.24, 5.46)</text>
+<text x="1855" y="50" style="fill: #696969; stroke: none; font-size: 12px">%ufsused (46.57, 51.97)</text>
+<text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">%fsused (25.29, 42.93)</text>
 <text x="2105" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
 <tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <polyline points="86400,0 86400,-200" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(0.008333,1)"/>
 <text x="705" y="15" style="fill: #000000; stroke: none; font-size: 14px; text-anchor: start"> 0:00</text>
 <g style="fill: #696969; stroke: none" transform="scale(0.008333,-2.000000)">
-<rect x="47988" y="0.00" height="10.54" width="31"/><rect x="47998" y="0.00" height="10.54" width="31"/><rect x="48000" y="0.00" height="10.54" width="39"/><rect x="48027" y="0.00" height="10.33" width="22"/><rect x="50044" y="0.00" height="10.33" width="31"/>
+<rect x="47988" y="0.00" height="46.57" width="31"/><rect x="47998" y="0.00" height="46.57" width="31"/><rect x="48000" y="0.00" height="46.57" width="39"/><rect x="48027" y="0.00" height="51.97" width="22"/><rect x="50044" y="0.00" height="51.97" width="31"/>
 </g>
 <g style="fill: #bebebe; stroke: none" transform="scale(0.008333,-2.000000)">
-<rect x="47988" y="0.00" height="5.46" width="31"/><rect x="47998" y="0.00" height="5.46" width="31"/><rect x="48000" y="0.00" height="5.46" width="39"/><rect x="48027" y="0.00" height="5.24" width="22"/><rect x="50044" y="0.00" height="5.24" width="31"/>
+<rect x="47988" y="0.00" height="25.29" width="31"/><rect x="47998" y="0.00" height="25.29" width="31"/><rect x="48000" y="0.00" height="25.29" width="39"/><rect x="48027" y="0.00" height="42.93" width="22"/><rect x="50044" y="0.00" height="42.93" width="31"/>
 </g>
 </g>
 <rect x="2120" y="0" height="300" width="1050" fill="#ffffff"/>
 <tspan x="795" y="25" style="fill: #000000; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,50 70,250 790,250" style="fill: #ffffff; stroke: #000000; stroke-width: 2"/>
-<text x="795" y="50" style="fill: #696969; stroke: none; font-size: 12px">MBfsfree (11154, 85582)</text>
-<text x="795" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">MBfsused (7774, 18247)</text>
+<text x="795" y="50" style="fill: #696969; stroke: none; font-size: 12px">MBfsfree (705, 1618)</text>
+<text x="795" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">MBfsused x10 (1267, 1448)</text>
 <text x="1045" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
 <tspan x="1045" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(70,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
-<polyline points="0,20000.00 720,20000.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.002337)"/>
-<text x="0" y="-46" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">20000.</text>
-<polyline points="0,40000.00 720,40000.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.002337)"/>
-<text x="0" y="-93" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">40000.</text>
-<polyline points="0,60000.00 720,60000.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.002337)"/>
-<text x="0" y="-140" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">60000.</text>
-<polyline points="0,80000.00 720,80000.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.002337)"/>
-<text x="0" y="-186" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">80000.</text>
+<polyline points="0,500.00 720,500.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.123641)"/>
+<text x="0" y="-61" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">500.</text>
+<polyline points="0,1000.00 720,1000.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.123641)"/>
+<text x="0" y="-123" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">1000.</text>
+<polyline points="0,1500.00 720,1500.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.123641)"/>
+<text x="0" y="-185" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">1500.</text>
 <polyline points="0,0 0,-200" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(0.008333,1)"/>
 <text x="-15" y="15" style="fill: #000000; stroke: none; font-size: 14px; text-anchor: start"> 0:00</text>
 <polyline points="7200,0 7200,-200" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(0.008333,1)"/>
 <text x="645" y="15" style="fill: #000000; stroke: none; font-size: 14px; text-anchor: start">22:00</text>
 <polyline points="86400,0 86400,-200" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(0.008333,1)"/>
 <text x="705" y="15" style="fill: #000000; stroke: none; font-size: 14px; text-anchor: start"> 0:00</text>
-<path d=" M48019,85582.19 L48029,85582.19 L48039,85582.19 L48049,11154.32 M50075,11154.32" style="vector-effect: non-scaling-stroke; stroke: #696969; stroke-width: 1; fill-opacity: 0" transform="scale(0.008333,-0.002337)"/>
-<path d=" M48019,7774.22 L48029,7774.22 L48039,7774.22 L48049,18246.54 M50075,18246.54" style="vector-effect: non-scaling-stroke; stroke: #bebebe; stroke-width: 1; fill-opacity: 0" transform="scale(0.008333,-0.002337)"/>
+<path d=" M48019,705.17 L48029,705.17 L48039,705.17 L48049,1617.58 M50075,1617.58" style="vector-effect: non-scaling-stroke; stroke: #696969; stroke-width: 1; fill-opacity: 0" transform="scale(0.008333,-0.123641)"/>
+<path d=" M48019,144.83 L48029,144.83 L48039,144.83 L48049,126.73 M50075,126.73" style="vector-effect: non-scaling-stroke; stroke: #bebebe; stroke-width: 1; fill-opacity: 0" transform="scale(0.008333,-1.236414)"/>
 </g>
 <rect x="1060" y="0" height="300" width="1050" fill="#ffffff"/>
 <text x="1060" y="20" style="fill: #000000; stroke: none">Filesystems statistics (2) [/dev/sda12]
 <tspan x="1855" y="25" style="fill: #000000; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="1130,50 1130,250 1850,250" style="fill: #ffffff; stroke: #000000; stroke-width: 2"/>
-<text x="1855" y="50" style="fill: #696969; stroke: none; font-size: 12px">%ufsused (13.45, 67.22)</text>
-<text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">%fsused (8.33, 62.06)</text>
+<text x="1855" y="50" style="fill: #696969; stroke: none; font-size: 12px">%ufsused (18.92, 39.50)</text>
+<text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">%fsused (7.27, 17.04)</text>
 <text x="2105" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
 <tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <polyline points="86400,0 86400,-200" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(0.008333,1)"/>
 <text x="705" y="15" style="fill: #000000; stroke: none; font-size: 14px; text-anchor: start"> 0:00</text>
 <g style="fill: #696969; stroke: none" transform="scale(0.008333,-2.000000)">
-<rect x="47988" y="0.00" height="13.45" width="31"/><rect x="47998" y="0.00" height="13.45" width="31"/><rect x="48000" y="0.00" height="13.45" width="39"/><rect x="48027" y="0.00" height="67.22" width="22"/><rect x="50044" y="0.00" height="67.22" width="31"/>
+<rect x="47988" y="0.00" height="18.92" width="31"/><rect x="47998" y="0.00" height="18.92" width="31"/><rect x="48000" y="0.00" height="18.92" width="39"/><rect x="48027" y="0.00" height="39.50" width="22"/><rect x="50044" y="0.00" height="39.50" width="31"/>
 </g>
 <g style="fill: #bebebe; stroke: none" transform="scale(0.008333,-2.000000)">
-<rect x="47988" y="0.00" height="8.33" width="31"/><rect x="47998" y="0.00" height="8.33" width="31"/><rect x="48000" y="0.00" height="8.33" width="39"/><rect x="48027" y="0.00" height="62.06" width="22"/><rect x="50044" y="0.00" height="62.06" width="31"/>
+<rect x="47988" y="0.00" height="17.04" width="31"/><rect x="47998" y="0.00" height="17.04" width="31"/><rect x="48000" y="0.00" height="17.04" width="39"/><rect x="48027" y="0.00" height="7.27" width="22"/><rect x="50044" y="0.00" height="7.27" width="31"/>
 </g>
 </g>
 <rect x="2120" y="0" height="300" width="1050" fill="#ffffff"/>
 <tspan x="795" y="25" style="fill: #000000; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,50 70,250 790,250" style="fill: #ffffff; stroke: #000000; stroke-width: 2"/>
-<text x="795" y="50" style="fill: #696969; stroke: none; font-size: 12px">MBfsfree (279061, 279700)</text>
-<text x="795" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">MBfsused x10 (154645, 161034)</text>
+<text x="795" y="50" style="fill: #696969; stroke: none; font-size: 12px">MBfsfree (273, 2496)</text>
+<text x="795" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">MBfsused (206, 845)</text>
 <text x="1045" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
 <tspan x="1045" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(70,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
-<polyline points="0,90000.00 720,90000.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.000715)"/>
-<text x="0" y="-64" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">90000.</text>
-<polyline points="0,180000.00 720,180000.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.000715)"/>
-<text x="0" y="-128" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">180000.</text>
-<polyline points="0,270000.00 720,270000.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.000715)"/>
-<text x="0" y="-193" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">270000.</text>
+<polyline points="0,800.00 720,800.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.080144)"/>
+<text x="0" y="-64" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">800.</text>
+<polyline points="0,1600.00 720,1600.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.080144)"/>
+<text x="0" y="-128" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">1600.</text>
+<polyline points="0,2400.00 720,2400.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.080144)"/>
+<text x="0" y="-192" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">2400.</text>
 <polyline points="0,0 0,-200" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(0.008333,1)"/>
 <text x="-15" y="15" style="fill: #000000; stroke: none; font-size: 14px; text-anchor: start"> 0:00</text>
 <polyline points="7200,0 7200,-200" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(0.008333,1)"/>
 <text x="645" y="15" style="fill: #000000; stroke: none; font-size: 14px; text-anchor: start">22:00</text>
 <polyline points="86400,0 86400,-200" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(0.008333,1)"/>
 <text x="705" y="15" style="fill: #000000; stroke: none; font-size: 14px; text-anchor: start"> 0:00</text>
-<path d=" M48019,279699.96 L48029,279699.96 L48039,279699.96 L48049,279061.06 M50075,279061.06" style="vector-effect: non-scaling-stroke; stroke: #696969; stroke-width: 1; fill-opacity: 0" transform="scale(0.008333,-0.000715)"/>
-<path d=" M48019,15464.47 L48029,15464.47 L48039,15464.47 L48049,16103.38 M50075,16103.38" style="vector-effect: non-scaling-stroke; stroke: #bebebe; stroke-width: 1; fill-opacity: 0" transform="scale(0.008333,-0.007151)"/>
+<path d=" M48019,273.39 L48029,273.39 L48039,273.39 L48049,2495.51 M50075,2495.51" style="vector-effect: non-scaling-stroke; stroke: #696969; stroke-width: 1; fill-opacity: 0" transform="scale(0.008333,-0.080144)"/>
+<path d=" M48019,205.68 L48029,205.68 L48039,205.68 L48049,844.59 M50075,844.59" style="vector-effect: non-scaling-stroke; stroke: #bebebe; stroke-width: 1; fill-opacity: 0" transform="scale(0.008333,-0.080144)"/>
 </g>
 <rect x="1060" y="0" height="300" width="1050" fill="#ffffff"/>
 <text x="1060" y="20" style="fill: #000000; stroke: none">Filesystems statistics (2) [/dev/sda6]
 <tspan x="1855" y="25" style="fill: #000000; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="1130,50 1130,250 1850,250" style="fill: #ffffff; stroke: #000000; stroke-width: 2"/>
-<text x="1855" y="50" style="fill: #696969; stroke: none; font-size: 12px">%ufsused (10.33, 10.54)</text>
-<text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">%fsused (5.24, 5.46)</text>
+<text x="1855" y="50" style="fill: #696969; stroke: none; font-size: 12px">%ufsused (46.57, 51.97)</text>
+<text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">%fsused (25.29, 42.93)</text>
 <text x="2105" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
 <tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <polyline points="86400,0 86400,-200" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(0.008333,1)"/>
 <text x="705" y="15" style="fill: #000000; stroke: none; font-size: 14px; text-anchor: start"> 0:00</text>
 <g style="fill: #696969; stroke: none" transform="scale(0.008333,-2.000000)">
-<rect x="47988" y="0.00" height="10.33" width="31"/><rect x="47998" y="0.00" height="10.33" width="31"/><rect x="48000" y="0.00" height="10.33" width="39"/><rect x="48027" y="0.00" height="10.54" width="22"/><rect x="50044" y="0.00" height="10.54" width="31"/>
+<rect x="47988" y="0.00" height="51.97" width="31"/><rect x="47998" y="0.00" height="51.97" width="31"/><rect x="48000" y="0.00" height="51.97" width="39"/><rect x="48027" y="0.00" height="46.57" width="22"/><rect x="50044" y="0.00" height="46.57" width="31"/>
 </g>
 <g style="fill: #bebebe; stroke: none" transform="scale(0.008333,-2.000000)">
-<rect x="47988" y="0.00" height="5.24" width="31"/><rect x="47998" y="0.00" height="5.24" width="31"/><rect x="48000" y="0.00" height="5.24" width="39"/><rect x="48027" y="0.00" height="5.46" width="22"/><rect x="50044" y="0.00" height="5.46" width="31"/>
+<rect x="47988" y="0.00" height="42.93" width="31"/><rect x="47998" y="0.00" height="42.93" width="31"/><rect x="48000" y="0.00" height="42.93" width="39"/><rect x="48027" y="0.00" height="25.29" width="22"/><rect x="50044" y="0.00" height="25.29" width="31"/>
 </g>
 </g>
 <rect x="2120" y="0" height="300" width="1050" fill="#ffffff"/>
 <tspan x="795" y="25" style="fill: #000000; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,50 70,250 790,250" style="fill: #ffffff; stroke: #000000; stroke-width: 2"/>
-<text x="795" y="50" style="fill: #696969; stroke: none; font-size: 12px">MBfsfree (11154, 11154)</text>
-<text x="795" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">MBfsused (18247, 18247)</text>
+<text x="795" y="50" style="fill: #696969; stroke: none; font-size: 12px">MBfsfree (1618, 1618)</text>
+<text x="795" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">MBfsused x10 (1267, 1267)</text>
 <text x="1045" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
 <tspan x="1045" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(70,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
-<polyline points="0,6000.00 720,6000.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.010961)"/>
-<text x="0" y="-65" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">6000.</text>
-<polyline points="0,12000.00 720,12000.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.010961)"/>
-<text x="0" y="-131" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">12000.</text>
-<polyline points="0,18000.00 720,18000.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.010961)"/>
-<text x="0" y="-197" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">18000.</text>
+<polyline points="0,500.00 720,500.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.123641)"/>
+<text x="0" y="-61" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">500.</text>
+<polyline points="0,1000.00 720,1000.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.123641)"/>
+<text x="0" y="-123" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">1000.</text>
+<polyline points="0,1500.00 720,1500.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.123641)"/>
+<text x="0" y="-185" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">1500.</text>
 <polyline points="0,0 0,-200" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(0.008333,1)"/>
 <text x="-15" y="15" style="fill: #000000; stroke: none; font-size: 14px; text-anchor: start"> 0:00</text>
 <polyline points="7200,0 7200,-200" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(0.008333,1)"/>
 <text x="645" y="15" style="fill: #000000; stroke: none; font-size: 14px; text-anchor: start">22:00</text>
 <polyline points="86400,0 86400,-200" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(0.008333,1)"/>
 <text x="705" y="15" style="fill: #000000; stroke: none; font-size: 14px; text-anchor: start"> 0:00</text>
-<path d=" M48029,11154.32 L48039,11154.32" style="vector-effect: non-scaling-stroke; stroke: #696969; stroke-width: 1; fill-opacity: 0" transform="scale(0.008333,-0.010961)"/>
-<path d=" M48029,18246.54 L48039,18246.54" style="vector-effect: non-scaling-stroke; stroke: #bebebe; stroke-width: 1; fill-opacity: 0" transform="scale(0.008333,-0.010961)"/>
+<path d=" M48029,1617.58 L48039,1617.58" style="vector-effect: non-scaling-stroke; stroke: #696969; stroke-width: 1; fill-opacity: 0" transform="scale(0.008333,-0.123641)"/>
+<path d=" M48029,126.73 L48039,126.73" style="vector-effect: non-scaling-stroke; stroke: #bebebe; stroke-width: 1; fill-opacity: 0" transform="scale(0.008333,-1.236414)"/>
 </g>
 <rect x="1060" y="0" height="300" width="1050" fill="#ffffff"/>
 <text x="1060" y="20" style="fill: #000000; stroke: none">Filesystems statistics (2) [/dev/sdf]
 <tspan x="1855" y="25" style="fill: #000000; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="1130,50 1130,250 1850,250" style="fill: #ffffff; stroke: #000000; stroke-width: 2"/>
-<text x="1855" y="50" style="fill: #696969; stroke: none; font-size: 12px">%ufsused (67.22, 67.22)</text>
-<text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">%fsused (62.06, 62.06)</text>
+<text x="1855" y="50" style="fill: #696969; stroke: none; font-size: 12px">%ufsused (39.50, 39.50)</text>
+<text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">%fsused (7.27, 7.27)</text>
 <text x="2105" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
 <tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <polyline points="86400,0 86400,-200" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(0.008333,1)"/>
 <text x="705" y="15" style="fill: #000000; stroke: none; font-size: 14px; text-anchor: start"> 0:00</text>
 <g style="fill: #696969; stroke: none" transform="scale(0.008333,-2.000000)">
-<rect x="47998" y="0.00" height="67.22" width="31"/><rect x="48000" y="0.00" height="67.22" width="39"/>
+<rect x="47998" y="0.00" height="39.50" width="31"/><rect x="48000" y="0.00" height="39.50" width="39"/>
 </g>
 <g style="fill: #bebebe; stroke: none" transform="scale(0.008333,-2.000000)">
-<rect x="47998" y="0.00" height="62.06" width="31"/><rect x="48000" y="0.00" height="62.06" width="39"/>
+<rect x="47998" y="0.00" height="7.27" width="31"/><rect x="48000" y="0.00" height="7.27" width="39"/>
 </g>
 </g>
 <rect x="2120" y="0" height="300" width="1050" fill="#ffffff"/>
 <tspan x="795" y="25" style="fill: #000000; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="70,50 70,250 790,250" style="fill: #ffffff; stroke: #000000; stroke-width: 2"/>
-<text x="795" y="50" style="fill: #696969; stroke: none; font-size: 12px">MBfsfree (279061, 279061)</text>
-<text x="795" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">MBfsused x10 (161034, 161034)</text>
+<text x="795" y="50" style="fill: #696969; stroke: none; font-size: 12px">MBfsfree (2496, 2496)</text>
+<text x="795" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">MBfsused (845, 845)</text>
 <text x="1045" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
 <tspan x="1045" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(70,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
-<polyline points="0,90000.00 720,90000.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.000717)"/>
-<text x="0" y="-64" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">90000.</text>
-<polyline points="0,180000.00 720,180000.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.000717)"/>
-<text x="0" y="-129" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">180000.</text>
-<polyline points="0,270000.00 720,270000.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.000717)"/>
-<text x="0" y="-193" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">270000.</text>
+<polyline points="0,800.00 720,800.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.080144)"/>
+<text x="0" y="-64" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">800.</text>
+<polyline points="0,1600.00 720,1600.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.080144)"/>
+<text x="0" y="-128" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">1600.</text>
+<polyline points="0,2400.00 720,2400.00" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(1,-0.080144)"/>
+<text x="0" y="-192" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">2400.</text>
 <polyline points="0,0 0,-200" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(0.008333,1)"/>
 <text x="-15" y="15" style="fill: #000000; stroke: none; font-size: 14px; text-anchor: start"> 0:00</text>
 <polyline points="7200,0 7200,-200" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(0.008333,1)"/>
 <text x="645" y="15" style="fill: #000000; stroke: none; font-size: 14px; text-anchor: start">22:00</text>
 <polyline points="86400,0 86400,-200" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(0.008333,1)"/>
 <text x="705" y="15" style="fill: #000000; stroke: none; font-size: 14px; text-anchor: start"> 0:00</text>
-<path d=" M48029,279061.06 L48039,279061.06" style="vector-effect: non-scaling-stroke; stroke: #696969; stroke-width: 1; fill-opacity: 0" transform="scale(0.008333,-0.000717)"/>
-<path d=" M48029,16103.38 L48039,16103.38" style="vector-effect: non-scaling-stroke; stroke: #bebebe; stroke-width: 1; fill-opacity: 0" transform="scale(0.008333,-0.007167)"/>
+<path d=" M48029,2495.51 L48039,2495.51" style="vector-effect: non-scaling-stroke; stroke: #696969; stroke-width: 1; fill-opacity: 0" transform="scale(0.008333,-0.080144)"/>
+<path d=" M48029,844.59 L48039,844.59" style="vector-effect: non-scaling-stroke; stroke: #bebebe; stroke-width: 1; fill-opacity: 0" transform="scale(0.008333,-0.080144)"/>
 </g>
 <rect x="1060" y="0" height="300" width="1050" fill="#ffffff"/>
 <text x="1060" y="20" style="fill: #000000; stroke: none">Filesystems statistics (2) [/dev/sdg]
 <tspan x="1855" y="25" style="fill: #000000; stroke: none; font-size: 12px">(Min, Max values)</tspan>
 </text>
 <polyline points="1130,50 1130,250 1850,250" style="fill: #ffffff; stroke: #000000; stroke-width: 2"/>
-<text x="1855" y="50" style="fill: #696969; stroke: none; font-size: 12px">%ufsused (10.54, 10.54)</text>
-<text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">%fsused (5.46, 5.46)</text>
+<text x="1855" y="50" style="fill: #696969; stroke: none; font-size: 12px">%ufsused (46.57, 46.57)</text>
+<text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">%fsused (25.29, 25.29)</text>
 <text x="2105" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
 <tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <polyline points="86400,0 86400,-200" style="vector-effect: non-scaling-stroke; stroke: #bebebe" transform="scale(0.008333,1)"/>
 <text x="705" y="15" style="fill: #000000; stroke: none; font-size: 14px; text-anchor: start"> 0:00</text>
 <g style="fill: #696969; stroke: none" transform="scale(0.008333,-2.000000)">
-<rect x="47998" y="0.00" height="10.54" width="31"/><rect x="48000" y="0.00" height="10.54" width="39"/>
+<rect x="47998" y="0.00" height="46.57" width="31"/><rect x="48000" y="0.00" height="46.57" width="39"/>
 </g>
 <g style="fill: #bebebe; stroke: none" transform="scale(0.008333,-2.000000)">
-<rect x="47998" y="0.00" height="5.46" width="31"/><rect x="48000" y="0.00" height="5.46" width="39"/>
+<rect x="47998" y="0.00" height="25.29" width="31"/><rect x="48000" y="0.00" height="25.29" width="39"/>
 </g>
 </g>
 <rect x="2120" y="0" height="300" width="1050" fill="#ffffff"/>
index 5850c87926aa1b360f6b8e892161b3f3bca38920..d29b1c49fb72dc74fa71ebac4d70f979a6addb39 100644 (file)
@@ -2927,32 +2927,32 @@ Average:          6   3492.22
 Average:          7   3497.56
 
 13:20:09     MBfsfree  MBfsused   %fsused  %ufsused     Ifree     Iused    %Iused FILESYSTEM
-13:20:19        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda9
-13:20:19       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda7
-13:20:19        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda12
-13:20:19       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda6
-13:20:29        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sda9
-13:20:29       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda7
-13:20:29        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda12
-13:20:29       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda6
-13:20:29        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sdf
-13:20:29       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sdg
-13:20:39        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sda9
-13:20:39       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda7
-13:20:39        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda12
-13:20:39       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda6
-13:20:39        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sdf
-13:20:39       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sdg
-13:20:49        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda9
-13:20:49       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda7
-13:20:49        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sda12
-13:20:49       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda6
-Summary:        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda9
-Summary:       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda7
-Summary:        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sda12
-Summary:       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda6
-Summary:        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sdf
-Summary:       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sdg
+13:20:19          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda9
+13:20:19         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda7
+13:20:19          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda12
+13:20:19          273       206     42.93     51.97  19201593       455      0.00 /dev/sda6
+13:20:29         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sda9
+13:20:29         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda7
+13:20:29          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda12
+13:20:29          273       206     42.93     51.97  19201593       455      0.00 /dev/sda6
+13:20:29         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sdf
+13:20:29         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sdg
+13:20:39         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sda9
+13:20:39         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda7
+13:20:39          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda12
+13:20:39          273       206     42.93     51.97  19201593       455      0.00 /dev/sda6
+13:20:39         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sdf
+13:20:39         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sdg
+13:20:49          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda9
+13:20:49          273       206     42.93     51.97  19201593       455      0.00 /dev/sda7
+13:20:49         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sda12
+13:20:49         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda6
+Summary:          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda9
+Summary:          273       206     42.93     51.97  19201593       455      0.00 /dev/sda7
+Summary:         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sda12
+Summary:         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda6
+Summary:         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sdf
+Summary:         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sdg
 
 13:20:09     %scpu-10  %scpu-60 %scpu-300     %scpu
 13:20:19         0.00      0.00      0.00      0.03
@@ -4214,14 +4214,14 @@ Average:          8   3497.56
 Average:          9   3497.56
 
 13:54:15     MBfsfree  MBfsused   %fsused  %ufsused     Ifree     Iused    %Iused FILESYSTEM
-13:54:35        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda9
-13:54:35       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda7
-13:54:35        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sda12
-13:54:35       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda6
-Summary:        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda9
-Summary:       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda7
-Summary:        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sda12
-Summary:       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda6
+13:54:35          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda9
+13:54:35          273       206     42.93     51.97  19201593       455      0.00 /dev/sda7
+13:54:35         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sda12
+13:54:35         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda6
+Summary:          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda9
+Summary:          273       206     42.93     51.97  19201593       455      0.00 /dev/sda7
+Summary:         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sda12
+Summary:         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda6
 
 13:54:15     %scpu-10  %scpu-60 %scpu-300     %scpu
 13:54:35         0.00      0.00      0.00      0.00
index 8654f75599d60ade1d620fc4b6f5522691b57425..5032ca7ccec3f79eadb3192f590ac306961225d4 100644 (file)
@@ -380,32 +380,32 @@ Average:          3      0.00      0.00      0.00      0.00      0.00
 Average:          3   3566.22
 
 13:20:09     MBfsfree  MBfsused   %fsused  %ufsused     Ifree     Iused    %Iused FILESYSTEM
-13:20:19        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda9
-13:20:19       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda7
-13:20:19        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda12
-13:20:19       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda6
-13:20:29        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sda9
-13:20:29       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda7
-13:20:29        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda12
-13:20:29       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda6
-13:20:29        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sdf
-13:20:29       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sdg
-13:20:39        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sda9
-13:20:39       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda7
-13:20:39        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda12
-13:20:39       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda6
-13:20:39        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sdf
-13:20:39       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sdg
-13:20:49        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda9
-13:20:49       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda7
-13:20:49        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sda12
-13:20:49       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda6
-Summary:        85582      7774      8.33     13.45   6008414    102818      1.68 /dev/sda9
-Summary:       279700     15464      5.24     10.33  19201593       455      0.00 /dev/sda7
-Summary:        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sda12
-Summary:       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sda6
-Summary:        11154     18247     62.06     67.22   1621550    299810     15.60 /dev/sdf
-Summary:       279061     16103      5.46     10.54  19051710    150338      0.78 /dev/sdg
+13:20:19          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda9
+13:20:19         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda7
+13:20:19          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda12
+13:20:19          273       206     42.93     51.97  19201593       455      0.00 /dev/sda6
+13:20:29         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sda9
+13:20:29         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda7
+13:20:29          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda12
+13:20:29          273       206     42.93     51.97  19201593       455      0.00 /dev/sda6
+13:20:29         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sdf
+13:20:29         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sdg
+13:20:39         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sda9
+13:20:39         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda7
+13:20:39          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda12
+13:20:39          273       206     42.93     51.97  19201593       455      0.00 /dev/sda6
+13:20:39         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sdf
+13:20:39         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sdg
+13:20:49          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda9
+13:20:49          273       206     42.93     51.97  19201593       455      0.00 /dev/sda7
+13:20:49         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sda12
+13:20:49         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda6
+Summary:          705       145     17.04     18.92   6008414    102818      1.68 /dev/sda9
+Summary:          273       206     42.93     51.97  19201593       455      0.00 /dev/sda7
+Summary:         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sda12
+Summary:         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sda6
+Summary:         1618       127      7.27     39.50   1621550    299810     15.60 /dev/sdf
+Summary:         2496       845     25.29     46.57  19051710    150338      0.78 /dev/sdg
 
 13:20:09     %scpu-10  %scpu-60 %scpu-300     %scpu
 13:20:19         0.00      0.00      0.00      0.03