Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #91669 > unrolled thread

ANN: polynice 0.8 - a nice(1) like utility for throttling processes

Started bygarabik-news-2005-05@kassiopeia.juls.savba.sk
First post2015-06-01 13:18 +0000
Last post2015-06-01 13:18 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  ANN: polynice 0.8 - a nice(1) like utility for throttling processes garabik-news-2005-05@kassiopeia.juls.savba.sk - 2015-06-01 13:18 +0000

#91669 — ANN: polynice 0.8 - a nice(1) like utility for throttling processes

Fromgarabik-news-2005-05@kassiopeia.juls.savba.sk
Date2015-06-01 13:18 +0000
SubjectANN: polynice 0.8 - a nice(1) like utility for throttling processes
Message-ID<mailman.287.1433164934.5151.python-announce-list@python.org>
polynice is a nice(1)-like command line utility for unix systems to
throttle long running processes beyond what can be achieved by nice(1),
by repeatedly suspending and resuming the process.

It is written for python3, though there is some python2.6 & 2.7 compatibility.

Author:
Radovan Garabík

URL:
http://kassiopeia.juls.savba.sk/~garabik/software/polynice.html

License:
GPL (v2)

Notable changes:

 * add '--mode random' parameter, to implement randomized throttling
 * add -n0 to disable throttling
 * python2.6 compatibility

-- 
 -----------------------------------------------------------
| Radovan Garabík http://kassiopeia.juls.savba.sk/~garabik/ |
| __..--^^^--..__    garabik @ kassiopeia.juls.savba.sk     |
 -----------------------------------------------------------
Antivirus alert: file .signature infected by signature virus.
Hi! I'm a signature virus! Copy me into your signature file to help me spread!

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web