An open API service indexing awesome lists of open source software.

https://github.com/ryanprior/os-lab3


https://github.com/ryanprior/os-lab3

Last synced: 4 days ago
JSON representation

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)