The Linux data table is reporting different values from vmstat output on the command-line.
The agent does not run any command to get these values, they are read directly from /proc/stat or /proc/vmstat depending on the kernel version.
Closer values can be achieved by running:
# vmstat 300 1 (using agent default collection period)
Case 1007671 (Brian Chan)