@@ -46,19 +46,13 @@ There are two areas of focus: light load and upper limit. The following lists de
46
46
* All comparisons are made against the ` sec=sys ` security parameter.
47
47
* The test was done on a single volume, using a single client.
48
48
49
- <!-- sys baseline of -
50
- Avg. IOPS: ~241102
51
- Avg. throughput: ~753 MB/s
52
- Avg. latency ~0.5 ms
53
- ->
54
-
55
49
** Performance impact of krb5:**
56
50
57
51
<!--
58
52
Average IOPS: ~11351 / -53%
59
53
Average throughput: ~355 MB/s / -53%
60
54
Average latency: ~3.2 ms / +540%
61
- -->
55
+
62
56
63
57
* Low concurrency (r/w):
64
58
* Sequential latency increased 0.3 ms.
@@ -68,14 +62,14 @@ Average latency: ~3.2 ms / +540%
68
62
* Maximum sequential throughput was unimpacted by krb5.
69
63
* Maximum random I/O decreased by 30% for pure read workloads with the overall impact dropping to zero as the workload shifts to pure write.
70
64
* Maximum metadata workload decreased 30%.
65
+ -->
71
66
72
67
** Performance impact of krb5i:**
73
68
74
69
<!--
75
70
Average IOPS: ~10856 / -55%
76
71
Average throughput: ~338 MB/s / -55%
77
72
Average latency: ~1.1 ms / +120%
78
- -->
79
73
80
74
* Low concurrency (r/w):
81
75
* Sequential latency increased 0.5 ms.
@@ -85,14 +79,18 @@ Average latency: ~1.1 ms / +120%
85
79
* Maximum sequential throughput decreased by 70% overall regardless of the workload mixture.
86
80
* Maximum random I/O decreased by 50% for pure read workloads with the overall impact decreasing to 25% as the workload shifts to pure write.
87
81
* Maximum metadata workload decreased 30%.
82
+ -->
83
+
84
+ * Average IOPS decreased by 55%
85
+ * Average throughput decreased by 55%
86
+ * Average latency increased by 0.6 ms
88
87
89
88
** Performance impact of krb5p:**
90
89
91
90
<!--
92
91
Average IOPS: ~5579 / -77%
93
92
Average throughput: ~174 MB/s / -77%
94
93
Average latency: ~2.1 ms / +320%
95
- -->
96
94
97
95
* Low concurrency (r/w):
98
96
* Sequential latency increased 0.8 ms.
@@ -102,6 +100,11 @@ Average latency: ~2.1 ms / +320%
102
100
* Maximum sequential throughput decreased by 85% overall regardless of the workload mixture.
103
101
* Maximum random I/O decreased by 65% for pure read workloads with the overall impact decreasing to 43% as the workload shifts to pure write.
104
102
* Maximum metadata workload decreased 30%.
103
+ -->
104
+
105
+ * Average IOPS decreased by 77%
106
+ * Average throughput decreased by 77%
107
+ * Average latency increased by 1.6 ms
105
108
106
109
## Next steps
107
110
0 commit comments