GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PS(1) FreeBSD General Commands Manual PS(1)

ps, psu - process status

ps [ -pa ]

psu [ -pa ] [ user ]

Ps prints information about processes. Psu prints only information about processes started by user (default $USER).

For each process reported, the user, process id, user time, system time, size, state, and command name are printed. State is one of the following:

Process has exited and is about to have its resources reclaimed.
on the queue of processes ready to be run.
about to be run.
running.
waiting on a queue for a resource.
waiting for I/O or some other kernel event to wake it up.
dead of unnatural causes; lingering so that it can be examined.
stopped.
waiting for another process to stop.
servicing a page fault.
waiting for something to do (kernel processes only).
being created.
paging out some other process.
performing the named system call.
waiting for more of a critical resource.
waiting on the named wait channel (on a Unix kernel).

With the -p flag, ps also prints, after the system time, the baseline and current priorities of each process.

The -a flag causes ps to print the arguments for the process. Newlines in arguments will be translated to spaces for display.

/bin/ps
/bin/psu


Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.