https://github.com/starbops/job-designator
Randomly dispatch jobs, with weighted feature :grin:
https://github.com/starbops/job-designator
Last synced: about 1 year ago
JSON representation
Randomly dispatch jobs, with weighted feature :grin:
- Host: GitHub
- URL: https://github.com/starbops/job-designator
- Owner: starbops
- Created: 2015-03-29T17:21:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-09T18:35:48.000Z (over 11 years ago)
- Last Synced: 2025-05-12T11:13:05.642Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# job-designator
Randomly dispatch jobs, with weighted feature :grin:
## Usage
```
usage: jober.py [-h] [-c | -u | -d ]
Provide some victims, with or without weights.
positional arguments:
read from the file in JSON format
optional arguments:
-h, --help show this help message and exit
-c, --create create victim list
-u , --user
modified user with weight, create if not exist
-d , --delete
delete user
```