smapview

Crates.iosmapview
lib.rssmapview
version0.2.0
created_at2025-08-28 13:32:44.062604+00
updated_at2025-08-28 13:32:44.062604+00
descriptionA simple program to view processes' different kinds of memory usage on Linux.
homepagehttps://github.com/lilydjwg/smapview
repositoryhttps://github.com/lilydjwg/smapview
max_upload_size
id1814116
size11,109
Rust-publish (github:flatbuffers:rust-publish)

documentation

README

smapview is a simple program to view processes' different kinds of memory usage on Linux.

This project has been renamed from "swapview" to "smapview", as it can now be used for any data in /proc/PID/smap_rollup. It looks at swap usage by default and can be changed, e.g. to view transparent hugepage usage:

smapview -f AnonHugePages

This is the version for daily use. For implementations in different programming languages, see swapview-rosetta.

Install:

cargo install smapview

Tips: you can continuously monitor swap usage in a terminal with

watch -n 1 "smapview | tail -\$((\$LINES - 2)) | cut -b -\$COLUMNS"
Commit count: 13

cargo fmt