diff options
author | Andrey Maraev <andrew.maraev60@yandex.ru> | 2014-06-06 17:25:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-12 06:51:39 +0700 |
commit | e3ec49130de4af1ffccb69719ce55592d61e1557 (patch) | |
tree | 5458961ab809321f79458ca8bbec3d1200ea9c08 /system/cpulimit/README | |
parent | c590a17644902a3430b504e67fd9a0f268da78ca (diff) | |
download | slackbuilds-e3ec49130de4af1ffccb69719ce55592d61e1557.tar.gz |
system/cpulimit: Added (Limit CPU Usage).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/cpulimit/README')
-rw-r--r-- | system/cpulimit/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/cpulimit/README b/system/cpulimit/README new file mode 100644 index 0000000000..3d96f6cd22 --- /dev/null +++ b/system/cpulimit/README @@ -0,0 +1,2 @@ +Cpulimit is a tool which limits the CPU usage of a process (expressed in percentage, not in CPU time). +It is useful to control batch jobs, when you don't want them to eat too many CPU cycles. |