#!/usr/bin/sh

# Gather some data from vmstat -s
# Not available on really old Linux (procps before 3.1.2)
exec vmstat -s 2>/dev/null
