Is there any other FreeBSD command besides "top" which can be used to get the following values?
CPU: % user, % nice, % system, % interrupt, % idle
My problem to be specific is that these values do not get updated by just "top" but require "top -d 2" and this command does not work in the current framework I'm working with.