Ran the following:
```
vmstat -a -i
vmstat -f
vmstat -o
vmstat -m
vmstat -P
vmstat -a -i --libxo json | python2.7 -mjson.tool
vmstat -f --libxo json | python2.7 -mjson.tool
vmstat -o --libxo json | python2.7 -mjson.tool
vmstat -m --libxo json | python2.7 -mjson.tool
vmstat -P --libxo json | python2.7 -mjson.tool
```