#!/bin/sh vmstat 1 | while read LINE ; do echo "`date +%H:%M:%S`: $LINE" ; done