Forrest logo
back to context overview

prstat

List of commands for prstat:

  • prstat:tldr:06d2f prstat: Report total usage summary for each user.
    $ prstat -t
    try on your machine
    explain 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 machine
    explain this command
  • prstat:tldr:b85ec prstat: Report microstate process accounting information.
    $ prstat -m
    try on your machine
    explain this command
  • prstat:tldr:cf4f8 prstat: Examine all processes and reports statistics sorted by CPU usage.
    $ prstat
    try on your machine
    explain this command
  • prstat:tldr:ddd06 prstat: Examine all processes and reports statistics sorted by memory usage.
    $ prstat -s rss
    try on your machine
    explain this command
back to context overview