Scroll to navigation

SPU-PS(1) User Commands SPU-PS(1)

NAME

spu-ps - manual page for spu-ps (spu-tools 1.0)

SYNOPSIS

spu-ps [OPTIONS]

DESCRIPTION

Dump information about the running spu contexts.

OPTIONS

list of fields to be dumped
sort the output according to the given field
display this help and exit
output version information and exit

Valid field names are:

- PPU Side Process ID
- SPE Controlling Thread ID
- User
- Context Status
- Context Flags
- Allocated SPE
- Resident Time (loaded or running) in seconds
- User Time in seconds
- System Time in seconds
- Loaded Time (loaded or running) in seconds
- Number of Voluntary Context Switches
- Number of Involuntary Context Switches
- Number of SLB Misses
- Number of Hash Faults
- Number of Minor Page Faults
- Number of Major Page Faults
- Number of Class2 Interrupts Received
- Number of PPE Assisted Library Calls Performed
- Binary Name

Default shown fields are:

PPU_PID,THREAD_ID,USER_NAME,STATUS,FLAGS,SPE,TOTAL_TIME,USER_TIME,SYSTEM_TIME,LOADED_TIME,VOLUNTARY_CTX_SWITCHES,INVOLUNTARY_CTX_SWITCHES,SLB_MISSES,HASH_FAULTS,MINOR_PAGE_FAULTS,MAJOR_PAGE_FAULTS,CLASS2_INTERRUPTS,PPE_LIBRARY,BINARY_NAME

EXAMPLES

spu-ps
spu-ps -f PPU_PID,USER_NAME -s USER_NAME

COPYRIGHT

Copyright © IBM 2007. Released under the GNU GPL.

February 2024 spu-ps (spu-tools 1.0)