#!/bin/bash

killall sysgather > /dev/null 2>1

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