Package osh :: Package command :: Module ps
[frames] | no frames]

Module ps

source code

ps [-o]

Generates a stream of objects of type osh.process.Process.

-o omits the osh process itself from the process list.

Functions
 
ps(omitself=True)
Generates a stream of objects of type osh.process.Process.
source code
Function Details

ps(omitself=True)

source code 

Generates a stream of objects of type osh.process.Process. The osh process itself is omitted if omitself is true.