-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding network osu metric python parser (#20)
* adding network osu metric python parser this will parse the data into a structured format, and next I need to add plotting functions for it. Signed-off-by: vsoch <vsoch@users.noreply.github.com>
- Loading branch information
Showing
25 changed files
with
838 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# OSU Benchmarks Python | ||
|
||
This is a quick example to show running and plotting a few of the benchmarks! | ||
This assumes you have a running cluster with JobSet and the Metrics Operator installed! | ||
|
||
```bash | ||
$ python run-metric.py | ||
``` | ||
|
||
The script will use the metricsoperator library to submit the associated yaml under [tests](../../tests) | ||
and then wait for the pod to complete and parse the output in the log. | ||
|
||
## Example Plots | ||
|
||
![img/OSU-MPI_Accumulate-latency-Test-v5.8.png](img/OSU-MPI_Accumulate-latency-Test-v5.8.png) | ||
![img/OSU-MPI_Get_accumulate-latency-Test-v5.8.png](img/OSU-MPI_Get_accumulate-latency-Test-v5.8.png) | ||
![img/OSU-MPI_Get-latency-Test-v5.8.png](img/OSU-MPI_Get-latency-Test-v5.8.png) | ||
![img/OSU-MPI_Put-Latency-Test-v5.8.png](img/OSU-MPI_Put-Latency-Test-v5.8.png) |
24 changes: 24 additions & 0 deletions
24
examples/python/network-osu-benchmark/img/OSU-MPI_Accumulate-latency-Test-v5.8.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
,Size,Latency (us) | ||
0,1.0,0.56 | ||
1,2.0,0.41 | ||
2,4.0,0.36 | ||
3,8.0,0.3 | ||
4,16.0,0.27 | ||
5,32.0,0.25 | ||
6,64.0,0.26 | ||
7,128.0,0.29 | ||
8,256.0,0.39 | ||
9,512.0,0.57 | ||
10,1024.0,0.78 | ||
11,2048.0,1.49 | ||
12,4096.0,2.36 | ||
13,8192.0,4.68 | ||
14,16384.0,9.47 | ||
15,32768.0,18.38 | ||
16,65536.0,35.33 | ||
17,131072.0,68.67 | ||
18,262144.0,138.39 | ||
19,524288.0,271.58 | ||
20,1048576.0,542.47 | ||
21,2097152.0,1085.58 | ||
22,4194304.0,2288.26 |
Binary file added
BIN
+42.5 KB
examples/python/network-osu-benchmark/img/OSU-MPI_Accumulate-latency-Test-v5.8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions
2
examples/python/network-osu-benchmark/img/OSU-MPI_Fetch_and_op-latency-Test-v5.8.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
,Size,Latency (us) | ||
0,8.0,0.5 |
Binary file added
BIN
+25.6 KB
...les/python/network-osu-benchmark/img/OSU-MPI_Fetch_and_op-latency-Test-v5.8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions
24
examples/python/network-osu-benchmark/img/OSU-MPI_Get-latency-Test-v5.8.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
,Size,Latency (us) | ||
0,1.0,0.57 | ||
1,2.0,0.48 | ||
2,4.0,0.34 | ||
3,8.0,0.28 | ||
4,16.0,0.19 | ||
5,32.0,0.18 | ||
6,64.0,0.15 | ||
7,128.0,0.15 | ||
8,256.0,0.15 | ||
9,512.0,0.13 | ||
10,1024.0,0.13 | ||
11,2048.0,0.16 | ||
12,4096.0,0.16 | ||
13,8192.0,0.23 | ||
14,16384.0,0.5 | ||
15,32768.0,0.91 | ||
16,65536.0,1.85 | ||
17,131072.0,3.75 | ||
18,262144.0,9.63 | ||
19,524288.0,20.8 | ||
20,1048576.0,45.42 | ||
21,2097152.0,76.36 | ||
22,4194304.0,303.25 |
Binary file added
BIN
+41.2 KB
examples/python/network-osu-benchmark/img/OSU-MPI_Get-latency-Test-v5.8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions
24
examples/python/network-osu-benchmark/img/OSU-MPI_Get_accumulate-latency-Test-v5.8.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
,Size,Latency (us) | ||
0,1.0,2.96 | ||
1,2.0,1.89 | ||
2,4.0,1.83 | ||
3,8.0,1.75 | ||
4,16.0,1.71 | ||
5,32.0,1.68 | ||
6,64.0,1.75 | ||
7,128.0,1.9 | ||
8,256.0,2.21 | ||
9,512.0,2.65 | ||
10,1024.0,2.99 | ||
11,2048.0,3.66 | ||
12,4096.0,5.6 | ||
13,8192.0,10.8 | ||
14,16384.0,23.46 | ||
15,32768.0,46.46 | ||
16,65536.0,75.88 | ||
17,131072.0,166.75 | ||
18,262144.0,256.08 | ||
19,524288.0,456.7 | ||
20,1048576.0,1026.29 | ||
21,2097152.0,1970.85 | ||
22,4194304.0,4172.06 |
Binary file added
BIN
+40.5 KB
...s/python/network-osu-benchmark/img/OSU-MPI_Get_accumulate-latency-Test-v5.8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions
24
examples/python/network-osu-benchmark/img/OSU-MPI_Put-Latency-Test-v5.8.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
,Size,Latency (us) | ||
0,1.0,0.1 | ||
1,2.0,0.1 | ||
2,4.0,0.1 | ||
3,8.0,0.1 | ||
4,16.0,0.11 | ||
5,32.0,0.11 | ||
6,64.0,0.1 | ||
7,128.0,0.11 | ||
8,256.0,0.11 | ||
9,512.0,0.11 | ||
10,1024.0,0.13 | ||
11,2048.0,0.16 | ||
12,4096.0,0.23 | ||
13,8192.0,0.3 | ||
14,16384.0,0.6 | ||
15,32768.0,1.03 | ||
16,65536.0,2.49 | ||
17,131072.0,5.46 | ||
18,262144.0,10.59 | ||
19,524288.0,19.91 | ||
20,1048576.0,39.43 | ||
21,2097152.0,81.25 | ||
22,4194304.0,282.09 |
Binary file added
BIN
+39.2 KB
examples/python/network-osu-benchmark/img/OSU-MPI_Put-Latency-Test-v5.8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.