NICE(1) - General Commands Manual # NICE(1) - General Commands Manual
NAME # nice - execute a utility with an altered scheduling priority
SYNOPSIS # nice [-n increment] utility [argument …]
DESCRIPTION # nice runs utility at an altered scheduling priority. If an increment is given, it is used; otherwise an increment of 10 is assumed. The superuser can run utilities with priorities higher than normal by using a negative increment.
...
RENICE(8) - System Manager’s Manual # RENICE(8) - System Manager’s Manual
NAME # renice - alter priority of running processes
SYNOPSIS # renice [-n]Â increment [-gpu] id
DESCRIPTION # renice alters the scheduling priority of one or more running processes with ID id. Processes may be selected by process ID, process group ID, and user name or ID. If none of the -gpu options are specified, the default is to select by process ID.
...
Vmstat,
Top,
Fstat,
Pfctl,
Renice,
Sysctl,
Kill,
Netstat,
Ps,
Iostat,
Pstat,
Nfsstat,
Systat SYSTAT(1) - General Commands Manual # SYSTAT(1) - General Commands Manual
NAME # systat - display system statistics
SYNOPSIS # systat [-aBbhiNn] [-d count] [-s delay] [-w width] [view] [delay]
DESCRIPTION # systat displays various system statistics in a screen-oriented fashion using the curses(3) screen display library.
While systat is running, the screen is divided into different areas. The top line displays the current number of users, the three system load average figures over the last 1, 5, and 15 minute intervals, the host name, and the system time.
...
Vmstat,
Fstat,
Mem,
Renice,
Kill,
Stty,
Ps,
Netstat,
Systat,
Iostat,
Pstat,
Top TOP(1) - General Commands Manual # TOP(1) - General Commands Manual
NAME # top - display and update information about the top CPU processes
SYNOPSIS # top [-1bCHIinqStu] [-d count] [-g string] [-o [-]field] [-p pid] [-s time] [-T [-]rtable] [-U [-]user] [number]
DESCRIPTION # top displays the top processes on the system and periodically updates this information. If standard output is an intelligent terminal (see below) then as many processes as will fit on the terminal screen are displayed by default.
...