All Projects → xvitaly → zswap-cli

xvitaly / zswap-cli

Licence: MIT License
Command-line tool to control zswap Linux kernel module options

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to zswap-cli

zramd
Automatically setup swap on zram ✨ with optional systemd support, a simpler alternative to zram-generator and systemd-swap
Stars: ✭ 45 (+125%)
Mutual labels:  swap, zswap
fe
A super-fast and easy to use command line fuzzy file searcher built with the rust programming language.
Stars: ✭ 23 (+15%)
Mutual labels:  command-line-tool
rfc-bibtex
A command line tool that creates bibtex entries for IETF RFCs and Internet Drafts.
Stars: ✭ 43 (+115%)
Mutual labels:  command-line-tool
landscaper
Apply code mods to projects, awesomely
Stars: ✭ 15 (-25%)
Mutual labels:  command-line-tool
ropr
A blazing fast™ multithreaded ROP Gadget finder. ropper / ropgadget alternative
Stars: ✭ 200 (+900%)
Mutual labels:  command-line-tool
wlc
Weblate command line client
Stars: ✭ 22 (+10%)
Mutual labels:  command-line-tool
ttdl
TTDL - Terminal Todo List Manager
Stars: ✭ 91 (+355%)
Mutual labels:  command-line-tool
cli-boilerplates
🚀 A Command Line Tool to generate boilerplates with creation of files globally. A tool to help students quick start with single line of code.
Stars: ✭ 27 (+35%)
Mutual labels:  command-line-tool
cli-progress
⌛ easy to use progress-bar for command-line/terminal applications
Stars: ✭ 672 (+3260%)
Mutual labels:  command-line-tool
przm
🎨 A simple, yet feature rich color picker and manipulator
Stars: ✭ 19 (-5%)
Mutual labels:  command-line-tool
Ether
A Command-Line Interface for the Swift Package Manager
Stars: ✭ 86 (+330%)
Mutual labels:  command-line-tool
shelltestrunner
Easy, repeatable testing of CLI programs/commands
Stars: ✭ 93 (+365%)
Mutual labels:  command-line-tool
rctl
A set of command line tools based on R and JavaScript.
Stars: ✭ 15 (-25%)
Mutual labels:  command-line-tool
medic
Perform bulk URL status checks and track changes.
Stars: ✭ 24 (+20%)
Mutual labels:  command-line-tool
terminal-style
🎨 Return your terminal message in style! Change the text style, text color and text background color from the terminal, console or shell interface with ANSI color codes. Support for Laravel and Composer.
Stars: ✭ 16 (-20%)
Mutual labels:  command-line-tool
SimpleSqlExec
Lightweight command-line utility to execute queries on SQL Server in place of SQLCMD
Stars: ✭ 20 (+0%)
Mutual labels:  command-line-tool
anyshortcut-cli
CLI (Commnad line interface) version of Anyshortcut
Stars: ✭ 82 (+310%)
Mutual labels:  command-line-tool
pip upgrade outdated
Install outdated python packages.
Stars: ✭ 62 (+210%)
Mutual labels:  command-line-tool
google-CommandLine-Translation-Tool
命令行翻译工具-谷歌-中英文
Stars: ✭ 22 (+10%)
Mutual labels:  command-line-tool
cmany
Easily batch-build cmake projects!
Stars: ✭ 15 (-25%)
Mutual labels:  command-line-tool

zswap-cli

GitHub version Fedora CI Ubuntu CI CodeQL Language grade: C/C++ LGTM alerts Codacy Badge CodeFactor GitHub issues

About

Zswap-cli is a command-line tool to control zswap Linux kernel module options.

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.

License

This project is licensed under the terms of the MIT license.

Documentation

Documentation is available here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].