NAME
pswap - Returns the actual swap consumption of a user process
SYNOPSIS
pswap [-k -G] [pid | taskp]
DESCRIPTION
This command obtains the swap consumption (in pages) of a user process.
The process list may be restricted with the following options:
-k print in kilobytes.
-G show only the thread group leader in a thread group.
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>
Show the swap consumption for thread group leaders only:
crash> pswap -G
PID SWAP COMM
469 71 zsh
599 37 systemd-journal
608 298 lvmetad
637 428 systemd-udevd
822 77 auditd
836 26 audispd
838 39 sedispatch
842 23 alsactl
844 44 bluetoothd
851 46 rtkit-daemon
852 59 accounts-daemon
855 23 avahi-daemon
857 96 rsyslogd
858 179 restorecond
859 144 smartd
862 33 irqbalance
867 41 systemd-logind
868 37 dbus-daemon
crash>