You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/performance-linux-concurrency-session-slots.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,8 @@ These slot table entries define the limits of concurrency. Values this high are
29
29
30
30
A concurrency level as low as 155 is sufficient to achieve 155,000 Oracle DB NFS operations per second using Oracle Direct NFS, which is a technology similar in concept to the `nconnect` mount option:
31
31
32
-
* Considering a latency of 0.5 ms, a concurrency of 55 is needed to achieve 110,000 IOPS.
33
-
* Considering a latency of 1 ms, a concurrency of 155 is needed to achieve 155,000 IOPS.
32
+
* Considering a latency of 0.5 ms, a concurrency of 55 is needed to achieve 110,000 I/OPS.
33
+
* Considering a latency of 1 ms, a concurrency of 155 is needed to achieve 155,000 I/OPS.
@@ -62,20 +62,20 @@ Example 2 is based on a single client workload with a `sunrpc.tcp_max_slot_table
62
62
63
63
#### Example 3 – One NFS client, 100 `sunrpc.tcp_max_slot_table_entries`, and `nconnect=8` for a maximum concurrency of 800
64
64
65
-
Example 3 is based on a single client workload, but with a lower `sunrpc.tcp_max_slot_table_entry` value of 100. This time, the `nconnect=8` mount option used spreading the workload across 8 connection. With this setting, a concurrency of 800 is achievable spread across the 8 connections. This amount is the concurrency needed to achieve 400,000 IOPS.
65
+
Example 3 is based on a single client workload, but with a lower `sunrpc.tcp_max_slot_table_entry` value of 100. This time, the `nconnect=8` mount option used spreading the workload across 8 connection. With this setting, a concurrency of 800 is achievable spread across the 8 connections. This amount is the concurrency needed to achieve 400,000 I/OPS.
0 commit comments