13 Nov
2012
13 Nov
'12
11:38 p.m.
On 14 November 2012 10:09, Jeremy Laidman <jlaidman at rebel-it.com.au> wrote:
Some parsers don't use whitespace delimeters, but instead use column position. But I don't know if the vmstat parser does the same.
I just checked the code, and I think the vmstat parser (in do_vmstat.c function do_vmstat_rrd()) splits on whitespace, thus uses column number rather than column position. So this shouldn't be a problem for you.