Skip to content

A simple program to view processes' swap usage on Linux.

License

Notifications You must be signed in to change notification settings

lilydjwg/swapview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Install:

cargo install swapview

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

watch -n 1 "swapview | tail -\$((\$LINES - 2)) | cut -b -\$COLUMNS"

About

A simple program to view processes' swap usage on Linux.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages