Skip to content

themadprofessor/rice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rice

standard-readme compliant GitHub FOSSA Status .

A clone of the wonderful Ananicy tool to Rust. rice adjusts the nice-value, cgroup, ionice-value, and io-class of running processes according to a set of rules.

Install

rice depends on stable Rust and libc.

cargo install

By default, rice outputs to stderr through the use of the pretty_env_logger crate. rice can be configured to output to syslog using the syslog crate, by changing the compile-time features:

cargo install --no-default-features --features "syslog"

Usage

rice

Configuration

Since this is a clone of Ananicy, it is configured the same way and currently assumes Ananicy 's rules exist in its config directory. See here for details on how to configure Ananicy and in turn rice.

Contributing

PRs accepted.

License

MIT © Stuart Reilly

FOSSA Status

Releases

No releases published

Packages

No packages published

Languages