diff options
Diffstat (limited to 'sysutils/mult/pkg-descr')
-rw-r--r-- | sysutils/mult/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/mult/pkg-descr b/sysutils/mult/pkg-descr new file mode 100644 index 000000000000..7a5ac834d9f5 --- /dev/null +++ b/sysutils/mult/pkg-descr @@ -0,0 +1,13 @@ +mult is a command-line tool that runs shell commands multiple times and +provides a terminal user interface (TUI) for comparing the outputs. + +Features: + +- Run commands multiple times concurrently or sequentially +- Specify number of runs +- Add delay between runs +- Stop at first failure +- Compare outputs via TUI + +Useful for investigating inconsistent web server responses, checking flaky +test suite outcomes, and running performance/stress tests. |