Skip to content
forked from xeome/Zmem

Zmem is a Linux memory monitoring program that displays detailed information about virtual memory.

License

Notifications You must be signed in to change notification settings

GatienDoesStuff/Zmem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zmem: Linux Memory Monitoring

Zmem is a tool for monitoring virtual memory on Linux systems, focused specifically on swap usage. With detailed per-process swap usage and zswap statistics like compression ratio and zswap compressed cache, zmem helps keep track of your system's memory usage and optimize performance.

The name Zmem comes from the fact that it is inspired by Linux kernel features zswap and zram, both of which start with the letter Z. Zmem similarly focuses on memory-related information, hence the name.

NOTE: This program is a work in progress and may contain bugs. Use at your own risk.

Installation

TODO

git clone http://github.com/xeome/Zmem
cd Zmem
cargo build -r
cp ./target/release/zmem /usr/local/bin/

Usage

To use Zmem, simply run the command below in your terminal:

zmem

Contributing

We welcome contributions to Zmem! If you have an idea for a new feature or have found a bug, please open an issue or submit a pull request.

License

Zmem is licensed under the GPL3 License. See LICENSE for more information.

Thank you for using Zmem!

About

Zmem is a Linux memory monitoring program that displays detailed information about virtual memory.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%