The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




Thread: prstat in shell
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 02-06-2007
sb008 sb008 is offline Forum Advisor  
Registered User
  
 

Join Date: Jan 2007
Posts: 384
Just type prstat on the command line and press enter.

If you get an error message saying something like "prstat: command not found" check your PATH environment variable to see if the directory in which prstat is located is included in the PATH

echo $PATH

Or, do you have a question about how to process the output of prstat in a specific way?