Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 455 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 455 Bytes

Command executing worker for MZBench

Provides only execute function. This worker is useful when you have some external program which you want to run and benchmark. This worker starts a command, forwards output to MZBench logging subsystem, counts failures and latencies. If you need more advanced communication with external binary please refer to TCPKali worker.

execute

execute("ls -la")

Full example