-
Notifications
You must be signed in to change notification settings - Fork 1
Monkey Test GUI Usage
To initialize the GUI users should use the command: python3 monkeytest.py --mode GUI
If the use chooses to pass other CLI Arguments, the GUI will use these as the default values on launch.
For example, the command python3 monkeytest.py --mode GUI --size 1024 --write-block-size 256
would return the following GUI:
The option to not show progress is available due to a theoretical more accurate time, due to less function calls (tk.update)
This read graph is built with the y-axis being percentage complete and the x-axis being a cumulative sum of the time taken. Within MonkeyTest time is recorded to an array for time taken per block written/read.
The graph can be saved using the Floppy Disk Button in the bottom right.
Pressing both Read and Write Graphs results in: