ports/sysutils/mult/pkg-descr
Jimmy Olgeni c27ff91738 sysutils/mult: Add new port
mult is a command-line tool that runs shell commands multiple times and
provides a terminal user interface for comparing the outputs.

WWW: https://github.com/dhth/mult
2025-08-06 08:24:19 +02:00

14 lines
446 B
Plaintext

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.