The ds-client program is a Job scheduler using the ds-sim protocol.
The ds-server program and more information can be found at distsys-MQ/ds-sim.
The protocol documentation can be found here.
The project requires at least Java 11, older versions may also work but are unsupported.
On Linux you can run the following command, which will compile the project and run the tests.
./tests/test.shOn Windows you can run the tests with the following command using WSL.
wsl bash ./tests/test.shYou can use the test_results binary to gather performance data on the current
algorithm and compare it to the 3 baseline algorithms and ATL.
Linux
./tests/run_test_results.sh -o coWindows
wsl bash ./tests/run_test_results.sh -o co