#! /bin/csh
while (1)
	ps aux | awk -f ycpu_p | spline -a | graph -g 1 | plot -T4014
end
