#!/bin/bash
while :; do (date; uptime; free; top -c -b -n 1  | head -20; echo ) ; sleep 5; done
