NAME
pswap - Returns the actual swap consumption of a user process
SYNOPSIS
pswap [-k] [pid | taskp]
DESCRIPTION
This command obtains the swap consumption (in pages) of a user process.
The -k option can be used to print in kilobytes.
If no arguments are specified, every user process will be checked.
Supported on ARM, X86, X86_64, ALPHA, IA64 and S390 only.
EXAMPLE
Show the swap consumption for pid 1232, 1353 and 2275:
crash> pswap 1232 1353 2275
PID SWAP COMM
1232 34 auditd
1353 526 vi
2275 30237 gnome-shell
crash>