Crates.io | swapview |
lib.rs | swapview |
version | 0.1.0 |
source | src |
created_at | 2020-07-15 09:55:21.280458 |
updated_at | 2020-07-15 09:55:21.280458 |
description | A simple program to view processes' swap usage on Linux. |
homepage | https://github.com/lilydjwg/swapview |
repository | https://github.com/lilydjwg/swapview |
max_upload_size | |
id | 265374 |
size | 12,946 |
swapview is a simple program to view processes' swap usage on Linux.
This is the version for daily use. For implementations in different programming languages, see swapview-rosetta.
Tips: you can continuously monitor swap usage in a terminal with
watch -n 1 "swapview | tail -\$((\$LINES - 2)) | cut -b -\$COLUMNS"