]> granicus.if.org Git - sysstat/commitdiff
simtest: Make tests independant from current locale
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sat, 14 Sep 2019 06:01:07 +0000 (08:01 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sat, 14 Sep 2019 06:01:07 +0000 (08:01 +0200)
Depending on the locale used, decimal values might use a comma instead
of a decimal point. Make sure that a decimal point is always used.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
23 files changed:
tests/00400
tests/00410
tests/00500
tests/00510
tests/00520
tests/00540
tests/00545
tests/00550
tests/00560
tests/00580
tests/01150
tests/01240
tests/01250
tests/01405
tests/TLIST
tests/expected.sadf-H
tests/expected.sadf-g
tests/expected.sadf-g-trunc
tests/expected0.sadf-g
tests/expected01.sadf-H
tests/expected01.sadf-g
tests/expected1.sadf-g
tests/expected2.sadf-g

index cd1bfae229d4eb27f5911d177c6d2ed7a6c08b35..832d229508d0eaf35543600fe9f04e505f194422 100644 (file)
@@ -1,4 +1,5 @@
 . tests/variables
 if [ ! -z "$VER_XML" ]; then
+       export LC_ALL=C
        ./sadf -x tests/data.tmp -C -- -A | $VER_XML --schema xml/sysstat.xsd - >/dev/null && ./sadf -x tests/data.tmp | $VER_XML --schema xml/sysstat.xsd - >/dev/null && ./sadf -T -x tests/data.tmp | $VER_XML --schema xml/sysstat.xsd - >/dev/null;
 fi
index 9ac3ecc41606ef7f840e1c3c4d9895a324ce777e..499603c89b48b76d7f19c27037eedfa02f784378 100644 (file)
@@ -1,4 +1,5 @@
 . tests/variables
 if [ ! -z "$VER_XML" ]; then
+       export LC_ALL=C
        ./sadf -x tests/data.tmp -C -- -A | $VER_XML --dtdvalid xml/sysstat-*.dtd - >/dev/null && ./sadf -x tests/data.tmp | $VER_XML --dtdvalid xml/sysstat-*.dtd - >/dev/null && ./sadf -t -x tests/data.tmp | $VER_XML --dtdvalid xml/sysstat-*.dtd - >/dev/null;
 fi
index 00121b2ec32cdc3be7b8d0ef894eccd6d09432e8..e8c372548ac5d98ebe7b059898def18ccdca08f1 100644 (file)
@@ -1 +1 @@
-./sadf -p tests/data.tmp -C -- -A > tests/out.sadf-p.tmp
+LC_ALL=C ./sadf -p tests/data.tmp -C -- -A > tests/out.sadf-p.tmp
index 931410f8299fd4bdef637ccab889794391108691..55c6facac3652a1a290fe21c28578967d98e0bfd 100644 (file)
@@ -1 +1 @@
-./sadf -d tests/data.tmp -C -- -A > tests/out.sadf-d.tmp
+LC_ALL=C ./sadf -d tests/data.tmp -C -- -A > tests/out.sadf-d.tmp
index a6b2f3dfdc4e842142abb0ee85802fb455e6c152..60821fba98c5c261f3ed9f4b9c8f9192c085cc7c 100644 (file)
@@ -1 +1 @@
-./sadf -x tests/data.tmp -C -- -A > tests/out.sadf-x.tmp
+LC_ALL=C ./sadf -x tests/data.tmp -C -- -A > tests/out.sadf-x.tmp
index 1b1610b9857b68a57966ac7633e4d5d2eb6395df..29d65cc896c5a1807d3a4756d85a3631f6fc1d89 100644 (file)
@@ -1 +1 @@
-./sadf -g tests/data.tmp -C -- -A > tests/out.sadf-g.tmp
+LC_ALL=C ./sadf -g tests/data.tmp -C -- -A > tests/out.sadf-g.tmp
index d848bddb23cebe48b6748d7ee2fa2a74b1136900..091c6af8a336f803569a0f7931960f365f7469e5 100644 (file)
@@ -1 +1 @@
-./sadf -g tests/data.tmp -- -F MOUNT > tests/out1.sadf-g.tmp
+LC_ALL=C ./sadf -g tests/data.tmp -- -F MOUNT > tests/out1.sadf-g.tmp
index 7d2ef3aa6be42f49eb995536561f6b93c96bc42a..68364113ef105b0af7433f3c5c7c63dd6e9ee220 100644 (file)
@@ -1 +1 @@
-TZ=GMT ./sadf -g -O autoscale,packed,oneday,showidle,showtoc,skipempty,showinfo,bwcol tests/data.tmp -T -C -- -A > tests/out2.sadf-g.tmp
+LC_ALL=C TZ=GMT ./sadf -g -O autoscale,packed,oneday,showidle,showtoc,skipempty,showinfo,bwcol tests/data.tmp -T -C -- -A > tests/out2.sadf-g.tmp
index 38674569e95df46e25dc28e26b58e4f4c43b9271..36b1c34872050951ceec153fa8417522365cb752 100644 (file)
@@ -1 +1 @@
-./sadf -H tests/data.tmp > tests/out.sadf-H.tmp
+LC_ALL=C ./sadf -H tests/data.tmp > tests/out.sadf-H.tmp
index 7d7230e5c4eb880ae62fa9145843d61751028065..0bfe06aa6a207d9e6be7ca0f37c77bc8b182c1ab 100644 (file)
@@ -1 +1 @@
-./sadf -d -s 13:20:20 -e 13:20:40 --iface=enp6s1 --dev=sda --fs=/dev/sda6 tests/data.tmp -- -n DEV -Fdp > tests/out.sadf-se.tmp
+LC_ALL=C ./sadf -d -s 13:20:20 -e 13:20:40 --iface=enp6s1 --dev=sda --fs=/dev/sda6 tests/data.tmp -- -n DEV -Fdp > tests/out.sadf-se.tmp
index 634785cbbb48ce456437506fdf71f2bf36492217..5c616cb8845d79cb481563fa2c6f472e727ee41a 100644 (file)
@@ -1 +1 @@
-./sadf -g tests/data0.tmp -- -A > tests/out0.sadf-g.tmp
+LC_ALL=C ./sadf -g tests/data0.tmp -- -A > tests/out0.sadf-g.tmp
index dfa279e2228c590dee24ae2049698c9756792522..44e53aa8b7f60df7220532d07669622e3020c16e 100644 (file)
@@ -1 +1 @@
-./sadf -g tests/data0.tmp -- -A > tests/out01.sadf-g.tmp
+LC_ALL=C ./sadf -g tests/data0.tmp -- -A > tests/out01.sadf-g.tmp
index 87e83d5e3774e74c19c69aee879e21ee8c8a6bc8..0bd3c5f4e79dec7efaf537aed3580713883455bc 100644 (file)
@@ -1 +1 @@
-./sadf -H tests/data0.tmp > tests/out01.sadf-H.tmp
+LC_ALL=C ./sadf -H tests/data0.tmp > tests/out01.sadf-H.tmp
index 5439917c7d334953a2aef90eea8ed8e3c9955f6d..a05a5348bddbcceda47f82cd8736a2984844b196 100644 (file)
@@ -1 +1 @@
-TZ=GMT ./sadf -g tests/data-trunc -- -A > tests/out.sadf-g-trunc.tmp 2>/dev/null
+LC_ALL=C TZ=GMT ./sadf -g tests/data-trunc -- -A > tests/out.sadf-g-trunc.tmp 2>/dev/null
index 67db45a7e4b80751be4a0c0a6fb21d07e9852b26..b0e58ba851af3f960f62c1dc17622a709b66dfd8 100644 (file)
@@ -52,29 +52,29 @@ NOTES:
 00350  ./iostat -o JSON -g total /dev/sda1 sda3 -g foo 1 3 | $VER_JSON >/dev/null;
 
 =====  Checking XML output validity
-00400  ./sadf -x tests/data.tmp -C -- -A | $VER_XML --schema xml/sysstat.xsd - >/dev/null && ./sadf -x tests/data.tmp | $VER_XML --schema xml/sysstat.xsd - >/dev/null && ./sadf -T -x tests/data.tmp | $VER_XML --schema xml/sysstat.xsd - >/dev/null
-00410  ./sadf -x tests/data.tmp -C -- -A | $VER_XML --dtdvalid xml/sysstat-*.dtd - >/dev/null && ./sadf -x tests/data.tmp | $VER_XML --dtdvalid xml/sysstat-*.dtd - >/dev/null && ./sadf -t -x tests/data.tmp | $VER_XML --dtdvalid xml/sysstat-*.dtd - >/dev/null
+00400  export LC_ALL=C ; ./sadf -x tests/data.tmp -C -- -A | $VER_XML --schema xml/sysstat.xsd - >/dev/null && ./sadf -x tests/data.tmp | $VER_XML --schema xml/sysstat.xsd - >/dev/null && ./sadf -T -x tests/data.tmp | $VER_XML --schema xml/sysstat.xsd - >/dev/null
+00410  export LC_ALL=C ; ./sadf -x tests/data.tmp -C -- -A | $VER_XML --dtdvalid xml/sysstat-*.dtd - >/dev/null && ./sadf -x tests/data.tmp | $VER_XML --dtdvalid xml/sysstat-*.dtd - >/dev/null && ./sadf -t -x tests/data.tmp | $VER_XML --dtdvalid xml/sysstat-*.dtd - >/dev/null
 
 =====  Checking sadf output
-00500  ./sadf -p tests/data.tmp -C -- -A > tests/out.sadf-p.tmp
+00500  LC_ALL=C ./sadf -p tests/data.tmp -C -- -A > tests/out.sadf-p.tmp
 00501  diff -u tests/out.sadf-p.tmp tests/expected.sadf-p
-00510  ./sadf -d tests/data.tmp -C -- -A > tests/out.sadf-d.tmp
+00510  LC_ALL=C ./sadf -d tests/data.tmp -C -- -A > tests/out.sadf-d.tmp
 00511  diff -u tests/out.sadf-d.tmp tests/expected.sadf-d
-00520  ./sadf -x tests/data.tmp -C -- -A > tests/out.sadf-x.tmp
+00520  LC_ALL=C ./sadf -x tests/data.tmp -C -- -A > tests/out.sadf-x.tmp
 00521  diff -u tests/out.sadf-x.tmp tests/expected.sadf-x
-00530  ./sadf -j tests/data.tmp -C -- -A > tests/out.sadf-j.tmp
+00530  LC_ALL=C ./sadf -j tests/data.tmp -C -- -A > tests/out.sadf-j.tmp
 00531  diff -u tests/out.sadf-j.tmp tests/expected.sadf-j
-00540  ./sadf -g tests/data.tmp -C -- -A > tests/out.sadf-g.tmp
+00540  LC_ALL=C ./sadf -g tests/data.tmp -C -- -A > tests/out.sadf-g.tmp
 00541  diff -u tests/out.sadf-g.tmp tests/expected.sadf-g
-00545  ./sadf -g tests/data.tmp -- -F MOUNT > tests/out1.sadf-g.tmp
+00545  LC_ALL=C ./sadf -g tests/data.tmp -- -F MOUNT > tests/out1.sadf-g.tmp
 00546  diff -u tests/out1.sadf-g.tmp tests/expected1.sadf-g
-00550  TZ=GMT ./sadf -g -O autoscale,packed,oneday,showidle,showtoc,skipempty,showinfo,bwcol tests/data.tmp -T -C -- -A > tests/out2.sadf-g.tmp
+00550  LC_ALL=C TZ=GMT ./sadf -g -O autoscale,packed,oneday,showidle,showtoc,skipempty,showinfo,bwcol tests/data.tmp -T -C -- -A > tests/out2.sadf-g.tmp
 00551  diff -u tests/out2.sadf-g.tmp tests/expected2.sadf-g
-00560  ./sadf -H tests/data.tmp > tests/out.sadf-H.tmp
+00560  LC_ALL=C ./sadf -H tests/data.tmp > tests/out.sadf-H.tmp
 00561  diff -u tests/out.sadf-H.tmp tests/expected.sadf-H
 00570  ./sadf -r -O debug tests/data.tmp -C -- -A > tests/out.sadf-r.tmp
 00571  diff -u tests/out.sadf-r.tmp tests/expected.sadf-r
-00580  ./sadf -d -s 13:20:20 -e 13:20:40 --iface=enp6s0 --dev=sda --fs=/dev/sda6 tests/data.tmp -- -n DEV -Fdp > tests/out.sadf-se.tmp
+00580  LC_ALL=C ./sadf -d -s 13:20:20 -e 13:20:40 --iface=enp6s0 --dev=sda --fs=/dev/sda6 tests/data.tmp -- -n DEV -Fdp > tests/out.sadf-se.tmp
 00582  diff -u tests/out.sadf-se.tmp tests/expected.sadf-se
 
 =====  Checking sadf conversion
@@ -152,7 +152,7 @@ NOTES:
 01130  ./sadf -j tests/data0.tmp -- -A | $VER_JSON >/dev/null
 01140  LC_ALL=C TZ=GMT ./sar -r -f tests/data0.tmp 2>&1 | grep "Requested activities not available" >/dev/null
 01145  ./sadf tests/data0.tmp 2>&1 | grep "Requested activities not available" >/dev/null
-01150  ./sadf -g tests/data0.tmp -- -A > tests/out0.sadf-g.tmp
+01150  LC_ALL=C ./sadf -g tests/data0.tmp -- -A > tests/out0.sadf-g.tmp
 01152  diff -u tests/out0.sadf-g.tmp tests/expected0.sadf-g
 
 =====  Append data to data0.tmp then read its contents
@@ -162,9 +162,9 @@ NOTES:
 01220  ./sadf -d tests/data0.tmp -- -A > tests/out01.sadf-d.tmp
 01222  diff -u tests/out01.sadf-d.tmp tests/expected01.sadf-d
 01230  ./sadf -j tests/data0.tmp -- -A | $VER_JSON >/dev/null
-01240  ./sadf -g tests/data0.tmp -- -A > tests/out01.sadf-g.tmp
+01240  LC_ALL=C ./sadf -g tests/data0.tmp -- -A > tests/out01.sadf-g.tmp
 01242  diff -u tests/out01.sadf-g.tmp tests/expected01.sadf-g
-01250  ./sadf -H tests/data0.tmp > tests/out01.sadf-H.tmp
+01250  LC_ALL=C ./sadf -H tests/data0.tmp > tests/out01.sadf-H.tmp
 01252  diff -u tests/out01.sadf-H.tmp tests/expected01.sadf-H
 
 =====  Playing with standard activity datafiles
@@ -199,7 +199,7 @@ NOTES:
 
 =====  Testing error cases
 01400  LC_ALL=C TZ=GMT ./sar -f tests/data-trunc 2>&1 | grep "End of system activity file unexpected" >/dev/null
-01405  ./sadf -g tests/data-trunc -- -A > tests/out.sadf-g-trunc.tmp 2>/dev/null
+01405  LC_ALL=C TZ=GMT ./sadf -g tests/data-trunc -- -A > tests/out.sadf-g-trunc.tmp 2>/dev/null
        [Check that sadf -g terminates properly on truncated input file]
 01406  diff -u tests/out.sadf-g-trunc.tmp tests/expected.sadf-g-trunc
 01410  LC_ALL=C ./sar 0 0 2>&1 | grep "Usage:" >/dev/null
index d9e3c783e2edfeaa1c07e6c9b3f822b9ced184be..172b0bff82a25c537eaa2d41a1efa151832e9a40 100644 (file)
@@ -1,7 +1,7 @@
 System activity data file: tests/data.tmp (0x2175)
 File created by sar/sadc from sysstat version 99.9.9
 Genuine sa datafile: yes (0)
-Host: Linux 1.2.3-TEST (SYSSTAT.TEST)  04/18/2019      _x86_64_        (8 CPU)
+Host: Linux 1.2.3-TEST (SYSSTAT.TEST)  04/18/19        _x86_64_        (8 CPU)
 File date: 2019-04-18
 File time: 13:20:09 UTC
 File composition: (1,1,11),(0,0,9),(2,0,0)
index 6d7acab40bd41b382adeba10453f2ac1e3c3e7eb..2b60719012215f5f0b3667003f46a1dbbfea2e42 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg xmlns="http://www.w3.org/2000/svg" width="1060" height="98330" fill="black" stroke="#808080" stroke-width="1">
-<text x="0" y="30" text-anchor="start" stroke="#a52a2a">Linux 1.2.3-TEST (SYSSTAT.TEST)        04/18/2019      _x86_64_        (8 CPU)
+<text x="0" y="30" text-anchor="start" stroke="#a52a2a">Linux 1.2.3-TEST (SYSSTAT.TEST)        04/18/19        _x86_64_        (8 CPU)
 </text>
 <g id="g1-0" transform="translate(0,60)">
 <rect x="0" y="0" height="300" width="1050" fill="#000000"/>
index 2f619b7c450ac3fc146be71ff5356aff8ce8cf82..fc968a4eaf1661790e0060600e0717acb5490cea 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg xmlns="http://www.w3.org/2000/svg" width="1060" height="100" fill="black" stroke="#808080" stroke-width="1">
-<text x="0" y="30" text-anchor="start" stroke="#a52a2a">Linux 1.2.3-TEST (SYSSTAT.TEST)        05/01/2019      _x86_64_        (8 CPU)
+<text x="0" y="30" text-anchor="start" stroke="#a52a2a">Linux 1.2.3-TEST (SYSSTAT.TEST)        05/01/19        _x86_64_        (8 CPU)
 </text>
 <text x= "0" y="60" text-anchor="start" stroke="#ff0000">No data!</text>
 <!-- Actual canvas height: 60 -->
index 2c2030235cb2f5831e80f3aa0f56a48f249e3874..6a27f9d42fb731752f9f79287854465d5903d452 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg xmlns="http://www.w3.org/2000/svg" width="1060" height="680" fill="black" stroke="#808080" stroke-width="1">
-<text x="0" y="30" text-anchor="start" stroke="#a52a2a">Linux 1.2.3-TEST (SYSSTAT.TEST)        04/18/2019      _x86_64_        (8 CPU)
+<text x="0" y="30" text-anchor="start" stroke="#a52a2a">Linux 1.2.3-TEST (SYSSTAT.TEST)        04/18/19        _x86_64_        (8 CPU)
 </text>
 <text x= "0" y="60" text-anchor="start" stroke="#ff0000">No data!</text>
 <!-- Actual canvas height: 60 -->
index 21bcc554a403eadeba356ac25d0614d99ca0362c..3d2abd5ed415e737982176bd3b2ca77c47d1dac6 100644 (file)
@@ -1,7 +1,7 @@
 System activity data file: tests/data0.tmp (0x2175)
 File created by sar/sadc from sysstat version 99.9.9
 Genuine sa datafile: yes (0)
-Host: Linux 1.2.3-TEST (SYSSTAT.TEST)  04/18/2019      _x86_64_        (8 CPU)
+Host: Linux 1.2.3-TEST (SYSSTAT.TEST)  04/18/19        _x86_64_        (8 CPU)
 File date: 2019-04-18
 File time: 13:20:09 UTC
 File composition: (1,1,11),(0,0,9),(2,0,0)
index bfcc434204304108686c7f8a78911c052702eb64..a12ec79f301beda8823a08d5e79b195d060fbd2f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg xmlns="http://www.w3.org/2000/svg" width="1060" height="680" fill="black" stroke="#808080" stroke-width="1">
-<text x="0" y="30" text-anchor="start" stroke="#a52a2a">Linux 1.2.3-TEST (SYSSTAT.TEST)        04/18/2019      _x86_64_        (8 CPU)
+<text x="0" y="30" text-anchor="start" stroke="#a52a2a">Linux 1.2.3-TEST (SYSSTAT.TEST)        04/18/19        _x86_64_        (8 CPU)
 </text>
 <g id="g2-0" transform="translate(0,60)">
 <rect x="0" y="0" height="300" width="1050" fill="#000000"/>
index 8eb772d30a40468f7f56c00c77cb8416b1ffb4dd..5b21276bad2be7de0d53f26e74a623dd8b6c513e 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg xmlns="http://www.w3.org/2000/svg" width="1060" height="7500" fill="black" stroke="#808080" stroke-width="1">
-<text x="0" y="30" text-anchor="start" stroke="#a52a2a">Linux 1.2.3-TEST (SYSSTAT.TEST)        04/18/2019      _x86_64_        (8 CPU)
+<text x="0" y="30" text-anchor="start" stroke="#a52a2a">Linux 1.2.3-TEST (SYSSTAT.TEST)        04/18/19        _x86_64_        (8 CPU)
 </text>
 <g id="g37-0" transform="translate(0,60)">
 <rect x="0" y="0" height="300" width="1050" fill="#000000"/>
index e9257946b6b0d88cde7947a04f07cb7b536f4c8f..fa60e76518d7407d3dd251ea71d4cd9042e73360 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="6360" height="32630" fill="black" stroke="#000000" stroke-width="1">
-<text x="0" y="30" text-anchor="start" stroke="#000000">Linux 1.2.3-TEST (SYSSTAT.TEST)        04/18/2019      _x86_64_        (8 CPU)
+<text x="0" y="30" text-anchor="start" stroke="#000000">Linux 1.2.3-TEST (SYSSTAT.TEST)        04/18/19        _x86_64_        (8 CPU)
 </text>
 <a xlink:href="#g1-0" xlink:title="A_CPU">
 <text x="10" y="60">CPU utilization</text></a>
@@ -84,7 +84,7 @@
 <text x="795" y="170" style="fill: #909090; stroke: none; font-size: 12px">%gnice (0.00, 0.00)</text>
 <text x="795" y="185" style="fill: #696969; stroke: none; font-size: 12px">%idle (71.71, 95.29)</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/2019</tspan>
+<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>
 <text x="795" y="170" style="fill: #909090; stroke: none; font-size: 12px">%gnice (0.00, 0.00)</text>
 <text x="795" y="185" style="fill: #696969; stroke: none; font-size: 12px">%idle (43.59, 96.12)</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/2019</tspan>
+<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>
 <text x="795" y="170" style="fill: #909090; stroke: none; font-size: 12px">%gnice (0.00, 0.00)</text>
 <text x="795" y="185" style="fill: #696969; stroke: none; font-size: 12px">%idle (84.97, 95.87)</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/2019</tspan>
+<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>
 <text x="795" y="170" style="fill: #909090; stroke: none; font-size: 12px">%gnice (0.00, 0.00)</text>
 <text x="795" y="185" style="fill: #696969; stroke: none; font-size: 12px">%idle (79.93, 95.18)</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/2019</tspan>
+<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>
 <text x="795" y="170" style="fill: #909090; stroke: none; font-size: 12px">%gnice (0.00, 0.00)</text>
 <text x="795" y="185" style="fill: #696969; stroke: none; font-size: 12px">%idle (0.00, 100.00)</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/2019</tspan>
+<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>
 <text x="795" y="170" style="fill: #909090; stroke: none; font-size: 12px">%gnice (0.00, 0.00)</text>
 <text x="795" y="185" style="fill: #696969; stroke: none; font-size: 12px">%idle (40.50, 95.50)</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/2019</tspan>
+<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>
 <text x="795" y="170" style="fill: #909090; stroke: none; font-size: 12px">%gnice (0.00, 0.00)</text>
 <text x="795" y="185" style="fill: #696969; stroke: none; font-size: 12px">%idle (87.51, 95.57)</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/2019</tspan>
+<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>
 <text x="795" y="170" style="fill: #909090; stroke: none; font-size: 12px">%gnice (0.00, 0.00)</text>
 <text x="795" y="185" style="fill: #696969; stroke: none; font-size: 12px">%idle (91.79, 94.82)</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/2019</tspan>
+<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>
 <text x="795" y="170" style="fill: #909090; stroke: none; font-size: 12px">%gnice (0.00, 0.00)</text>
 <text x="795" y="185" style="fill: #696969; stroke: none; font-size: 12px">%idle (86.63, 98.08)</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/2019</tspan>
+<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>
 <text x="795" y="170" style="fill: #909090; stroke: none; font-size: 12px">%gnice (0.00, 0.00)</text>
 <text x="795" y="185" style="fill: #696969; stroke: none; font-size: 12px">%idle (41.49, 41.49)</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/2019</tspan>
+<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>
 <text x="795" y="170" style="fill: #909090; stroke: none; font-size: 12px">%gnice (0.00, 0.00)</text>
 <text x="795" y="185" style="fill: #696969; stroke: none; font-size: 12px">%idle (41.49, 41.49)</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/2019</tspan>
+<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="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">proc/s (3.56, 5.27)</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/2019</tspan>
+<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="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">cswch/s (46287.74, 108286.78)</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/2019</tspan>
+<tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(1130,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="795" y="80" style="fill: #000000; stroke: none; font-size: 12px">wtps (0.00, 32082.13)</text>
 <text x="795" y="95" style="fill: #a9a9a9; stroke: none; font-size: 12px">dtps x10000 (0.00, 16041.07)</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/2019</tspan>
+<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>
 <text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">bwrtn/s x10 (0.00, 32.01)</text>
 <text x="1855" y="80" style="fill: #000000; stroke: none; font-size: 12px">bdscd/s x100 (0.00, 160.41)</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/2019</tspan>
+<tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(1130,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="795" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">MBavail (4286.64, 4286.64)</text>
 <text x="795" y="80" style="fill: #000000; stroke: none; font-size: 12px">MBmemused (3105.19, 3105.19)</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/2019</tspan>
+<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="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">%memused (39.04, 39.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/2019</tspan>
+<tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(1130,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="2915" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">MBcached (2755.46, 2755.46)</text>
 <text x="2915" y="80" style="fill: #000000; stroke: none; font-size: 12px">MBcommit (11814.31, 11814.31)</text>
 <text x="3165" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(2190,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <polyline points="3250,50 3250,250 3970,250" style="fill: #ffffff; stroke: #000000; stroke-width: 2"/>
 <text x="3975" y="50" style="fill: #696969; stroke: none; font-size: 12px">%commit (48.54, 48.54)</text>
 <text x="4225" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="4225" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="4225" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(3250,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="5035" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">MBinact (1730.86, 1730.86)</text>
 <text x="5035" y="80" style="fill: #000000; stroke: none; font-size: 12px">MBdirty x10000 (3867.19, 3867.19)</text>
 <text x="5285" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="5285" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="5285" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(4310,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="6095" y="95" style="fill: #a9a9a9; stroke: none; font-size: 12px">MBpgtbl x10 (720.31, 720.31)</text>
 <text x="6095" y="110" style="fill: #708090; stroke: none; font-size: 12px">MBvmused (0.00, 0.00)</text>
 <text x="6345" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="6345" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="6345" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(5370,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="795" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">MBswpused (0.00, 0.00)</text>
 <text x="795" y="80" style="fill: #000000; stroke: none; font-size: 12px">MBswpcad (0.00, 0.00)</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/2019</tspan>
+<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>
 <text x="795" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">file-nr (16704, 16704)</text>
 <text x="795" y="80" style="fill: #000000; stroke: none; font-size: 12px">inode-nr (157735, 157735)</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/2019</tspan>
+<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="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">pty-nr (4, 4)</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/2019</tspan>
+<tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(1130,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="795" y="50" style="fill: #696969; stroke: none; font-size: 12px">runq-sz (3, 3)</text>
 <text x="795" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">blocked (0, 0)</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/2019</tspan>
+<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="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">plist-sz (956, 956)</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/2019</tspan>
+<tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(1130,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="2915" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">ldavg-5 (3.24, 3.24)</text>
 <text x="2915" y="80" style="fill: #000000; stroke: none; font-size: 12px">ldavg-15 (3.43, 3.43)</text>
 <text x="3165" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(2190,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</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">tps (0.00, 1604.70)</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/2019</tspan>
+<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>
 <text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">wkB/s (0.00, 10663.48)</text>
 <text x="1855" y="80" style="fill: #000000; stroke: none; font-size: 12px">dkB/s x10000 (0.00, 8020.53)</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/2019</tspan>
+<tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(1130,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="2915" y="50" style="fill: #696969; stroke: none; font-size: 12px">areq-sz (0.00, 32.51)</text>
 <text x="2915" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">aqu-sz (0.00, 18.56)</text>
 <text x="3165" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(2190,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <polyline points="3250,50 3250,250 3970,250" style="fill: #ffffff; stroke: #000000; stroke-width: 2"/>
 <text x="3975" y="50" style="fill: #696969; stroke: none; font-size: 12px">await (0.00, 12.00)</text>
 <text x="4225" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="4225" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="4225" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(3250,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <polyline points="4310,50 4310,250 5030,250" style="fill: #ffffff; stroke: #000000; stroke-width: 2"/>
 <text x="5035" y="50" style="fill: #696969; stroke: none; font-size: 12px">%util (0.00, 85.36)</text>
 <text x="5285" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="5285" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="5285" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(4310,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</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">tps (0.00, 6.40)</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/2019</tspan>
+<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>
 <text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">wkB/s x10 (0.00, 16.01)</text>
 <text x="1855" y="80" style="fill: #000000; stroke: none; font-size: 12px">dkB/s x10 (0.00, 8.02)</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/2019</tspan>
+<tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(1130,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="2915" y="50" style="fill: #696969; stroke: none; font-size: 12px">areq-sz (0.00, 41.33)</text>
 <text x="2915" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">aqu-sz x100 (0.00, 8.02)</text>
 <text x="3165" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(2190,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <polyline points="3250,50 3250,250 3970,250" style="fill: #ffffff; stroke: #000000; stroke-width: 2"/>
 <text x="3975" y="50" style="fill: #696969; stroke: none; font-size: 12px">await (0.00, 60.92)</text>
 <text x="4225" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="4225" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="4225" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(3250,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <polyline points="4310,50 4310,250 5030,250" style="fill: #ffffff; stroke: #000000; stroke-width: 2"/>
 <text x="5035" y="50" style="fill: #696969; stroke: none; font-size: 12px">%util (0.00, 0.32)</text>
 <text x="5285" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="5285" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="5285" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(4310,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</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">tps (0.00, 0.67)</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/2019</tspan>
+<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.00.</text>
 <text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">wkB/s (0.00, 0.00)</text>
 <text x="1855" y="80" style="fill: #000000; stroke: none; font-size: 12px">dkB/s (0.00, 0.00)</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/2019</tspan>
+<tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(1130,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="2915" y="50" style="fill: #696969; stroke: none; font-size: 12px">areq-sz (0.00, 33.62)</text>
 <text x="2915" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">aqu-sz x100 (0.00, 9.60)</text>
 <text x="3165" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(2190,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <polyline points="3250,50 3250,250 3970,250" style="fill: #ffffff; stroke: #000000; stroke-width: 2"/>
 <text x="3975" y="50" style="fill: #696969; stroke: none; font-size: 12px">await (0.00, 47.00)</text>
 <text x="4225" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="4225" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="4225" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(3250,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <polyline points="4310,50 4310,250 5030,250" style="fill: #ffffff; stroke: #000000; stroke-width: 2"/>
 <text x="5035" y="50" style="fill: #696969; stroke: none; font-size: 12px">%util (0.00, 0.05)</text>
 <text x="5285" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="5285" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="5285" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(4310,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</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">tps (0.00, 1.22)</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/2019</tspan>
+<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.00.</text>
 <text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">wkB/s (0.00, 0.00)</text>
 <text x="1855" y="80" style="fill: #000000; stroke: none; font-size: 12px">dkB/s (0.00, 0.00)</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/2019</tspan>
+<tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(1130,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="2915" y="50" style="fill: #696969; stroke: none; font-size: 12px">areq-sz (0.00, 44.51)</text>
 <text x="2915" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">aqu-sz x100 (0.00, 7.58)</text>
 <text x="3165" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(2190,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <polyline points="3250,50 3250,250 3970,250" style="fill: #ffffff; stroke: #000000; stroke-width: 2"/>
 <text x="3975" y="50" style="fill: #696969; stroke: none; font-size: 12px">await (0.00, 62.51)</text>
 <text x="4225" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="4225" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="4225" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(3250,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <polyline points="4310,50 4310,250 5030,250" style="fill: #ffffff; stroke: #000000; stroke-width: 2"/>
 <text x="5035" y="50" style="fill: #696969; stroke: none; font-size: 12px">%util (0.00, 0.09)</text>
 <text x="5285" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="5285" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="5285" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(4310,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</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">tps (0.94, 2.91)</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/2019</tspan>
+<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.00.</text>
 <text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">wkB/s x100 (22.33, 31.17)</text>
 <text x="1855" y="80" style="fill: #000000; stroke: none; font-size: 12px">dkB/s (0.00, 0.00)</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/2019</tspan>
+<tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(1130,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="2915" y="50" style="fill: #696969; stroke: none; font-size: 12px">areq-sz (24.05, 39.61)</text>
 <text x="2915" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">aqu-sz x100 (4.47, 7.08)</text>
 <text x="3165" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(2190,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <polyline points="3250,50 3250,250 3970,250" style="fill: #ffffff; stroke: #000000; stroke-width: 2"/>
 <text x="3975" y="50" style="fill: #696969; stroke: none; font-size: 12px">await (6.19, 24.75)</text>
 <text x="4225" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="4225" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="4225" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(3250,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <polyline points="4310,50 4310,250 5030,250" style="fill: #ffffff; stroke: #000000; stroke-width: 2"/>
 <text x="5035" y="50" style="fill: #696969; stroke: none; font-size: 12px">%util (0.09, 0.19)</text>
 <text x="5285" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="5285" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="5285" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(4310,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</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">tps (32402.95, 32402.95)</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/2019</tspan>
+<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="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">await (0.10, 0.10)</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/2019</tspan>
+<tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(1130,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.00.</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">tps (32402.95, 32402.95)</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/2019</tspan>
+<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="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">await (0.10, 0.10)</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/2019</tspan>
+<tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(1130,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.00.</text>
 <text x="795" y="50" style="fill: #696969; stroke: none; font-size: 12px">rxpck/s (0.00, 7397.68)</text>
 <text x="795" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">txpck/s (0.00, 2412.77)</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/2019</tspan>
+<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>
 <text x="1855" y="50" style="fill: #696969; stroke: none; font-size: 12px">rxkB/s (0.00, 8891.46)</text>
 <text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">txkB/s x10 (0.00, 4668.23)</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/2019</tspan>
+<tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(1130,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="2915" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">txcmp/s (0.00, 0.00)</text>
 <text x="2915" y="80" style="fill: #000000; stroke: none; font-size: 12px">rxmcst/s (0.00, 116.21)</text>
 <text x="3165" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(2190,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <polyline points="3250,50 3250,250 3970,250" style="fill: #ffffff; stroke: #000000; stroke-width: 2"/>
 <text x="3975" y="50" style="fill: #696969; stroke: none; font-size: 12px">%ifutil (0.00, 7.28)</text>
 <text x="4225" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="4225" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="4225" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(3250,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="795" y="50" style="fill: #696969; stroke: none; font-size: 12px">rxpck/s (0.00, 51.33)</text>
 <text x="795" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">txpck/s (0.00, 16.04)</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/2019</tspan>
+<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>
 <text x="1855" y="50" style="fill: #696969; stroke: none; font-size: 12px">rxkB/s (0.00, 64.23)</text>
 <text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">txkB/s (0.00, 25.16)</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/2019</tspan>
+<tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(1130,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="2915" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">txcmp/s (0.00, 0.00)</text>
 <text x="2915" y="80" style="fill: #000000; stroke: none; font-size: 12px">rxmcst/s (0.00, 89.89)</text>
 <text x="3165" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(2190,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="795" y="50" style="fill: #696969; stroke: none; font-size: 12px">rxpck/s (0.00, 186.59)</text>
 <text x="795" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">txpck/s (0.00, 186.91)</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/2019</tspan>
+<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>
 <text x="1855" y="50" style="fill: #696969; stroke: none; font-size: 12px">rxkB/s x10 (0.00, 8.64)</text>
 <text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">txkB/s (0.00, 25.95)</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/2019</tspan>
+<tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(1130,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="795" y="50" style="fill: #696969; stroke: none; font-size: 12px">rxpck/s (232.08, 232.08)</text>
 <text x="795" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">txpck/s x10 (167.47, 167.47)</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/2019</tspan>
+<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>
 <text x="1855" y="50" style="fill: #696969; stroke: none; font-size: 12px">rxkB/s (185.16, 185.16)</text>
 <text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">txkB/s x10 (31.02, 31.02)</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/2019</tspan>
+<tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(1130,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="2915" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">txcmp/s (0.00, 0.00)</text>
 <text x="2915" y="80" style="fill: #000000; stroke: none; font-size: 12px">rxmcst/s (89.89, 89.89)</text>
 <text x="3165" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(2190,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="795" y="50" style="fill: #696969; stroke: none; font-size: 12px">rxpck/s (186.59, 186.59)</text>
 <text x="795" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">txpck/s (186.91, 186.91)</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/2019</tspan>
+<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>
 <text x="1855" y="50" style="fill: #696969; stroke: none; font-size: 12px">rxkB/s x10 (5.19, 5.19)</text>
 <text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">txkB/s (25.95, 25.95)</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/2019</tspan>
+<tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(1130,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="795" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">txcarr/s (0.00, 0.00)</text>
 <text x="795" y="80" style="fill: #000000; stroke: none; font-size: 12px">rxfram/s (0.00, 0.00)</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/2019</tspan>
+<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.00.</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">totsck (1316, 1316)</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/2019</tspan>
+<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>
 <text x="1855" y="95" style="fill: #a9a9a9; stroke: none; font-size: 12px">ip-frag (0, 0)</text>
 <text x="1855" y="110" style="fill: #708090; stroke: none; font-size: 12px">tcp-tw x10 (10, 10)</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/2019</tspan>
+<tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(1130,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="795" y="80" style="fill: #000000; stroke: none; font-size: 12px">raw6sck (1, 1)</text>
 <text x="795" y="95" style="fill: #a9a9a9; stroke: none; font-size: 12px">ip6-frag (0, 0)</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/2019</tspan>
+<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>
 <text x="795" y="50" style="fill: #696969; stroke: none; font-size: 12px">fch_rxf/s (0.00, 0.42)</text>
 <text x="795" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">fch_txf/s (0.00, 0.13)</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/2019</tspan>
+<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.00.</text>
 <text x="1855" y="50" style="fill: #696969; stroke: none; font-size: 12px">fch_rxw/s (0.00, 0.10)</text>
 <text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">fch_txw/s (0.00, 0.05)</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/2019</tspan>
+<tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(1130,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.00.</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">MHz (3517.54, 3522.54)</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/2019</tspan>
+<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="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">MHz (3566.48, 3566.48)</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/2019</tspan>
+<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="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">MHz (3566.39, 3566.39)</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/2019</tspan>
+<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="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">MHz (3492.11, 3492.11)</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/2019</tspan>
+<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="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">MHz (3566.22, 3566.22)</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/2019</tspan>
+<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="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">MHz (3505.84, 3505.84)</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/2019</tspan>
+<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="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">MHz (3493.55, 3493.55)</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/2019</tspan>
+<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="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">MHz (3492.22, 3492.22)</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/2019</tspan>
+<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="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">MHz (3497.56, 3497.56)</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/2019</tspan>
+<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="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">MHz (3497.56, 3497.56)</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/2019</tspan>
+<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="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">MHz (3497.56, 3497.56)</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/2019</tspan>
+<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>
 <text x="795" y="50" style="fill: #696969; stroke: none; font-size: 12px">MBfsfree (85582, 279700)</text>
 <text x="795" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">MBfsused x10 (77742, 154645)</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/2019</tspan>
+<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>
 <text x="1855" y="50" style="fill: #696969; stroke: none; font-size: 12px">%ufsused (10.33, 13.45)</text>
 <text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">%fsused (5.24, 8.33)</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/2019</tspan>
+<tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(1130,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="2915" y="50" style="fill: #696969; stroke: none; font-size: 12px">Ifree/1000 (6008.41, 19201.59)</text>
 <text x="2915" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">Iused/1000 x100 (45.50, 10281.80)</text>
 <text x="3165" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(2190,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <polyline points="3250,50 3250,250 3970,250" style="fill: #ffffff; stroke: #000000; stroke-width: 2"/>
 <text x="3975" y="50" style="fill: #696969; stroke: none; font-size: 12px">%Iused (0.00, 1.68)</text>
 <text x="4225" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="4225" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="4225" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(3250,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="795" y="50" style="fill: #696969; stroke: none; font-size: 12px">MBfsfree (85582, 279700)</text>
 <text x="795" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">MBfsused x10 (77742, 154645)</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/2019</tspan>
+<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>
 <text x="1855" y="50" style="fill: #696969; stroke: none; font-size: 12px">%ufsused (10.33, 13.45)</text>
 <text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">%fsused (5.24, 8.33)</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/2019</tspan>
+<tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(1130,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="2915" y="50" style="fill: #696969; stroke: none; font-size: 12px">Ifree/1000 (6008.41, 19201.59)</text>
 <text x="2915" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">Iused/1000 x100 (45.50, 10281.80)</text>
 <text x="3165" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(2190,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <polyline points="3250,50 3250,250 3970,250" style="fill: #ffffff; stroke: #000000; stroke-width: 2"/>
 <text x="3975" y="50" style="fill: #696969; stroke: none; font-size: 12px">%Iused (0.00, 1.68)</text>
 <text x="4225" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="4225" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="4225" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(3250,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="795" y="50" style="fill: #696969; stroke: none; font-size: 12px">MBfsfree (85582, 279700)</text>
 <text x="795" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">MBfsused x10 (77742, 154645)</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/2019</tspan>
+<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>
 <text x="1855" y="50" style="fill: #696969; stroke: none; font-size: 12px">%ufsused (10.33, 13.45)</text>
 <text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">%fsused (5.24, 8.33)</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/2019</tspan>
+<tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(1130,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="2915" y="50" style="fill: #696969; stroke: none; font-size: 12px">Ifree/1000 (6008.41, 19201.59)</text>
 <text x="2915" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">Iused/1000 x100 (45.50, 10281.80)</text>
 <text x="3165" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(2190,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <polyline points="3250,50 3250,250 3970,250" style="fill: #ffffff; stroke: #000000; stroke-width: 2"/>
 <text x="3975" y="50" style="fill: #696969; stroke: none; font-size: 12px">%Iused (0.00, 1.68)</text>
 <text x="4225" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="4225" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="4225" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(3250,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="795" y="50" style="fill: #696969; stroke: none; font-size: 12px">MBfsfree (85582, 279700)</text>
 <text x="795" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">MBfsused x10 (77742, 154645)</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/2019</tspan>
+<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>
 <text x="1855" y="50" style="fill: #696969; stroke: none; font-size: 12px">%ufsused (10.33, 13.45)</text>
 <text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">%fsused (5.24, 8.33)</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/2019</tspan>
+<tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(1130,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="2915" y="50" style="fill: #696969; stroke: none; font-size: 12px">Ifree/1000 (6008.41, 19201.59)</text>
 <text x="2915" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">Iused/1000 x100 (45.50, 10281.80)</text>
 <text x="3165" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(2190,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <polyline points="3250,50 3250,250 3970,250" style="fill: #ffffff; stroke: #000000; stroke-width: 2"/>
 <text x="3975" y="50" style="fill: #696969; stroke: none; font-size: 12px">%Iused (0.00, 1.68)</text>
 <text x="4225" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="4225" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="4225" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(3250,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="795" y="50" style="fill: #696969; stroke: none; font-size: 12px">MBfsfree (279700, 279700)</text>
 <text x="795" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">MBfsused x10 (154645, 154645)</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/2019</tspan>
+<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>
 <text x="1855" y="50" style="fill: #696969; stroke: none; font-size: 12px">%ufsused (10.33, 10.33)</text>
 <text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">%fsused (5.24, 5.24)</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/2019</tspan>
+<tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(1130,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="2915" y="50" style="fill: #696969; stroke: none; font-size: 12px">Ifree/1000 (19201.59, 19201.59)</text>
 <text x="2915" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">Iused/1000 x10000 (4550.00, 4550.00)</text>
 <text x="3165" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(2190,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="795" y="50" style="fill: #696969; stroke: none; font-size: 12px">MBfsfree (85582, 85582)</text>
 <text x="795" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">MBfsused x10 (77742, 77742)</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/2019</tspan>
+<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>
 <text x="1855" y="50" style="fill: #696969; stroke: none; font-size: 12px">%ufsused (13.45, 13.45)</text>
 <text x="1855" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">%fsused (8.33, 8.33)</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/2019</tspan>
+<tspan x="2105" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(1130,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <text x="2915" y="50" style="fill: #696969; stroke: none; font-size: 12px">Ifree/1000 (6008.41, 6008.41)</text>
 <text x="2915" y="65" style="fill: #bebebe; stroke: none; font-size: 12px">Iused/1000 x10 (1028.18, 1028.18)</text>
 <text x="3165" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="3165" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(2190,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>
 <polyline points="3250,50 3250,250 3970,250" style="fill: #ffffff; stroke: #000000; stroke-width: 2"/>
 <text x="3975" y="50" style="fill: #696969; stroke: none; font-size: 12px">%Iused (1.68, 1.68)</text>
 <text x="4225" y="250" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">SYSSTAT.TEST
-<tspan x="4225" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/2019</tspan>
+<tspan x="4225" y="264" style="fill: #000000; text-anchor: end; stroke: none; font-size: 14px">04/18/19</tspan>
 </text>
 <g transform="translate(3250,250)">
 <text x="0" y="0" style="fill: #000000; stroke: none; font-size: 12px; text-anchor: end">0.</text>