: postprocess kdsi to put it in form for gather_stats

kdsi $* | awk '$5 != "total" {printf("%s\t%s\t%s\n", $5, $1, $4);}'
