Is there a command for FreeBSD (except the top -P
) I could use to monitor my dedicated server CPU usage? I am in progress of writting my bash script which will notify me as soon as any of the CPU core will be reaching 100% usage.
Thats why I need some other command than top -P
because it takes some time for the top
to calculate the usage on the first run and than wouldnt work for per usage command.