
prstat
List of commands for prstat:
-
prstat:tldr:06d2f prstat: Report total usage summary for each user.$ prstat -ttry on your machineexplain this command
-
prstat:tldr:52a5a prstat: Print out a list of top 5 CPU using processes every second.$ prstat -c -n ${5} -s cpu ${1}try on your machineexplain this command
-
prstat:tldr:b85ec prstat: Report microstate process accounting information.$ prstat -mtry on your machineexplain this command
-
prstat:tldr:cf4f8 prstat: Examine all processes and reports statistics sorted by CPU usage.$ prstattry on your machineexplain this command
-
prstat:tldr:ddd06 prstat: Examine all processes and reports statistics sorted by memory usage.$ prstat -s rsstry on your machineexplain this command