SWU

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
BUGS
DOWNLOADS
AUTHORS
BUG REPORTS
COPYRIGHT

NAME

swu - summarize swap usage

SYNOPSIS

swu [-?acHhnprstv] [--all] [--help] [--human-readable] [--si] [--name] [--pid] [--reverse] [--size] [--total] [--verbose] [PROGRAM]...

DESCRIPTION

Displays the amount of swap space used by each PROGRAM argument. Without arguments, displays information about programs that use non-zero amount of swap space. With -a (--all) option, displays information about all programs, including those that use no swap space.

The output consists of three columns: PID, swap space used, and program name. By default, it is sorted by the used swap space in ascending order.

OPTIONS

-a, --all

Print all entries, including those with zero size.

-?, --help

Produce help output.

-h, --human-readable

Print sizes in human readable format (e.g., 1K 234M 2G).

-H, --si

Likewise, but use powers of 1000 not 1024.

-n, --name

Sort output by name.

-p, --pid

Sort output by PID.

-r, --reverse

Reverse sorting order.

-s, --size

Sort output by size (default).

-c, -t, --total

Produce grand total.

-v, --verbose

Produce additional diagnostics.

BUGS

The program is Linux-specific.

The produced grand total (see the -t option) can differ somewhat from what is reported by free(1).

DOWNLOADS

Swu is available for download from this location.

The latest version is swu-1.0.

Recent news, changes and bugfixes can be tracked from the project's development page.

AUTHORS

Sergey Poznyakoff

BUG REPORTS

Report bugs to <gray@gnu.org.ua>.

COPYRIGHT

Copyright © 2016, 2019 Sergey Poznyakoff
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.


Manpage server at man.gnu.org.ua.

Powered by mansrv 1.1