Skip to content

Monkey Test GUI Usage

jimbob88 edited this page Feb 16, 2019 · 4 revisions

Graphical User Interface

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:

Figure 1.1

The option to not show progress is available due to a theoretical more accurate time, due to less function calls (tk.update)


Understanding MonkeyTest Graphs

Figure 1.2 (Read Graph)

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:

Figure 1.3 (Read/Write Graph)

Clone this wiki locally