Try the killall command:
To pause all instances of "top":
killall -STOP top
To restart the programs:
killall -CONT top
Tags: running, process, stop, utility, unix, kill