Skip to content

wowonline/rpar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rpar

rpar - Rust Parallel command executor

Utility used for executing a single linux/macOS command multiple times in a parallel way

Usage of command:

rpar [RPAR ARGUMENTS] -- COMMAND [COMMAND ARGUMENTS]

Examples of usage:

    ./rpar --times 10 --silent -- ls -l

or

    cargo run -- -t 10 -s -- ls -l
    ./rpar -t 1 -u -b -- curl www.google.com

rpar arguments:

arg  --times [TIMES] /  -t     - to execute command [TIMES] times
                                 Default: command is executed 1 time

arg  --silent        /  -s     - to suppress output.
                                 Default: output is not suppressed

arg  --unparallel    /  -u     - to execute command in sequential way.
                                 Default: command is executed in a parallel way

arg  --to_benchmark  /  -b     - to measure time from start to end of executor's work.
                                 Default: time is not measured

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages