#!/bin/bash

/usr/bin/sysgather > /tmp/system.full
/usr/bin/tail -n 19 /tmp/system.full > /tmp/system.abridge
/usr/bin/cut -d: -f2,3 /tmp/system.abridge > /tmp/sysstat
cat /tmp/sysstat
