# # parse sysstat sar output # [PARSER] name load_avg format regex # dot in the trailing number just in case (blocked col) regex ^.* +(?[0-9.,]+) +(?[0-9.,]+) +(?[0-9.,]+) +[0-9.,]+$ # 03:37:53 PM 5201744 6874948 812976 9.99 158800 1366880 1719260 20.84 1377916 908072 116 [PARSER] name ram_used_percent format regex # dot in the trailing number just in case (kbdirty col) regex ^.* +(?[0-9.,]+) +[0-9.,]+ +[0-9.,]+ +[0-9.,]+ +[0-9.,]+ +[0-9.,]+ +[0-9.,]+ +[0-9.,]+$ # 03:55:53 PM DEV tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util # 03:55:53 PM dev252-0 2.62 0.77 38.44 0.00 14.97 0.04 15.77 0.47 [PARSER] name io_used_percent format regex regex ^.* +(?[0-9.,]+)$ # 04:30:37 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil # 04:30:37 PM eth0 124.02 190.47 160.91 166.03 0.00 0.00 0.00 0.00 [PARSER] name iface_p format regex regex ^.* +(?[0-9.,]+)$