Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nlm/throttle
Easily throttle command spawning in scripts
https://github.com/nlm/throttle
Last synced: about 1 month ago
JSON representation
Easily throttle command spawning in scripts
- Host: GitHub
- URL: https://github.com/nlm/throttle
- Owner: nlm
- License: gpl-2.0
- Created: 2013-07-17T14:46:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-03T16:21:02.000Z (about 8 years ago)
- Last Synced: 2024-04-21T17:05:53.710Z (8 months ago)
- Language: C
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
throttle
========Easily throttle command spawing in scripts
[![Build Status](https://travis-ci.org/nlm/throttle.svg?branch=master)](https://travis-ci.org/nlm/throttle)
usage
-----throttle [ [args]]
throttle will execute a command at most TIMES times in a period of PERIOD seconds
and store its state in STATEFILE.return values
-------------<100: actual return value of the program
100: command throttled
101: syntax error
102: system error
103: error reading/writing state file