-
Notifications
You must be signed in to change notification settings - Fork 4
Algodev-github/S-GUI
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
S-gui: gui for the S benchmark suite This application allows you to execute, through a graphical interface, the following two benchmarks of the S benchmark suite: 1) Aggregated throughput 2) Application start-up time See below for more details This package includes also the S benchmark suite itself. If you want to check the last version of S, then go to:"link" INSTALLATION 1) Download .zip package or clone repo 2) Unzip if needed 3) Enter S-Gui folder and execute: ./install.sh 4) Solve possible issues reported by install.sh USAGE As of now it can be executed only from a terminal, as follows: 1) Enter S-Gui folder and execute: sudo -E ./S AGGREGATED THROUGHPUT Measures the aggregated throughput with parallel, greedy (i.e., continuously issuing disk requests readers and/or writers. Both readers and writers are implemented with fio, and may be sequential or random. Files are read from and written to the /tmp/test directory (created if non existing). This type of workload is also used as background in the other tests. At the end of the test, the min, max, avg, std deviation, confidence interval of the read/write/total aggregated throughput values sampled during the run is reported. APPLICATION START-UP TIME Measures the cold-cache startup latency of the given command, launched while the same configurable workload used in the agg_thr test is running. At the end of the test reports min, max, avg, std dev and conf interval of both the sampled latencies and the read/ write/total aggregated throughput. TODO: 1)Check and, if needed, fix build of S.desktop
About
Graphical User Interface for the S Benchmark Suite
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published