cpulimit
cpulimit copied to clipboard
CPU usage limiter for Linux
# ./tests/process_iterator_test process_iterator_test: process_iterator_test.c:189: test_process_group_single: Assertion `tot_usage / i < 1.1 && tot_usage / i > 0.8' failed. Aborted
I wanted to run an old video-game that used a busy-wait for proper timing, but I didn't want to spend gigahertz on a process designed for megahertz. I found your...
Since time_t value returns a 64bit value(like long or longlong), I thought get_boot_time() should return a 64 bit value instead of int.
attached sln and project for visual studio which will allow building this project in visual studio 2017 unzip and copy files to folder upper to test and src and sibling...
Support for Solaris 11.x, OpenIndiana/illumos
It would be great to somehow know which error code indicates which kind of failure. As in 1 = pid does not exist 2 = permission denied 3 = syntax...
Changing target on OSX since El Capitan, /usr/bin is not writable : https://support.apple.com/en-us/HT204899
Some Carl Sopchak offered a fork once. But it has unfortunately vanished since then. http://setiathome.berkeley.edu/forum_thread.php?id=28556&postid=455329 http://setiathome.berkeley.edu/forum_thread.php?id=23378 I have no idea of how big the changes had to be (or of...
Not only it's approaching -inf%, but also cpulimit's cpu consumption jumps in such case from ~8-%16% up to 100% cpu !!! (What's ridiculous -> limiting another process in order to...