Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xvitaly/zswap-cli
Command-line tool to control the zswap kernel module options on the fly
https://github.com/xvitaly/zswap-cli
cli command-line command-line-tool swap zswap zswap-cli
Last synced: 18 days ago
JSON representation
Command-line tool to control the zswap kernel module options on the fly
- Host: GitHub
- URL: https://github.com/xvitaly/zswap-cli
- Owner: xvitaly
- License: mit
- Created: 2020-04-03T11:34:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T10:41:05.000Z (about 2 months ago)
- Last Synced: 2024-09-18T00:06:06.517Z (about 2 months ago)
- Topics: cli, command-line, command-line-tool, swap, zswap, zswap-cli
- Language: C++
- Homepage:
- Size: 488 KB
- Stars: 31
- Watchers: 5
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# zswap-cli
## About
Zswap-cli is a command-line tool to control the zswap kernel module options on the fly.
Zswap is a compressed cache for swap pages. It takes pages that are in the process of being swapped out to disk and tries to compress them into a RAM-based memory pool with dynamic allocation.
It trades CPU cycles for a significant performance boost since reading from a compressed cache is much faster than reading from a swap device.
## Features
Currently supported features:
* CLI, environment variables and configuration files support.
* Optional systemd integration.
* Usage statistics and debug information support.
* Does not require a reboot.## License
This project is licensed under the terms of the [MIT license](LICENSE).
## Documentation
Documentation is available [here](docs/README.md).