swapview

Crates.ioswapview
lib.rsswapview
version0.1.0
sourcesrc
created_at2020-07-15 09:55:21.280458
updated_at2020-07-15 09:55:21.280458
description A simple program to view processes' swap usage on Linux.
homepagehttps://github.com/lilydjwg/swapview
repositoryhttps://github.com/lilydjwg/swapview
max_upload_size
id265374
size12,946
Rust-publish (github:flatbuffers:rust-publish)

documentation

README

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"
Commit count: 10

cargo fmt