https://github.com/ryanprior/os-lab3
https://github.com/ryanprior/os-lab3
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryanprior/os-lab3
- Owner: ryanprior
- Created: 2015-11-23T01:18:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-24T13:12:20.000Z (over 9 years ago)
- Last Synced: 2025-05-07T23:03:37.107Z (10 days ago)
- Language: C++
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# utilities
## procs
`procs` reads a stream of processes on `stdin`, sanitizes them
according to the parameters of a given scheduler, sorts them, and
prints them on `stdout`. It expects the same format as the `test/100k`
file provided by Dr. Tan. (Consequently, it ignores and throws out the
first line of input.)examples:
# sanitize and sort 100k processes for MFQS
bin/procs mfqs high)
2. priority (high->low)
3. pid (low->high)