#!/bin/sh
grep eth0 /proc/net/dev|tr ':' ' '|awk '{print $2 "\n" $10 "\n" $12 "\n" "eth0 traffic"}'
