#!/bin/csh -f
echo "graphinfo output:"
graphinfo
echo "model output:"
model
echo "vmstat output:"
vmstat
