Ananicy Versions Save

Ananicy - is Another auto nice daemon, with community rules support (Use pull request please)

1.99.0

6 years ago

Ananicy rewritten from scratch on Python3 for name of the great justice (joke).

That will give ananicy more flexibility also dramatically reduce CPU usage (with slightly increase in mem).

I drop pgrep usage. For now ananicy will apply rule to pid, if basename of running process is equal to "NAME=" in rule.

So:

  • PGREP_ARGS - will be dropped.
  • Some rules will not work, and must be ported to 2.X
  • Some rules really depends on apply of regex on process cmdline, currently that not supported.

2.0.0 will be released, when it was ready.

1.17.0

6 years ago

1.16.0

6 years ago

1.15.1

6 years ago

1.15.0

6 years ago

All loaded rules will reside in two dirs: RULES_CACHE_OFTEN & RULES_CACHE_RARE

If rule match something, rule stored at: RULES_CACHE_OFTEN If rule not match something, rules move at RULES_CACHE_RARE

RULES_CACHE_RARE - checked in 5 times less often.

1.14.0

6 years ago

1.13.2

6 years ago

1.13.1

7 years ago

1.13.0

7 years ago

1.12.0

7 years ago