From 6af5fd80ca68afacf5a67356ab97934cb4d44b75 Mon Sep 17 00:00:00 2001 From: yugm2 Date: Wed, 11 Sep 2024 14:22:44 -0600 Subject: [PATCH] Fix small typo in ltConns argument of Coordinator. Better to fix that typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1a356b..78adf74 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Usage of ./coordinator/coordinator: interface name for hardware timestamping (default "enp65s0") -loadAgents string ip of loading agents separated by commas, e.g. ip1,ip2,... (this can be specified along with symAgents. These would add additional load) - -loadConn int + -loadConns int number of loading connections per agent (used for both load and sym agents) (default 1) -loadPattern string load pattern (default "fixed:10000") @@ -84,7 +84,7 @@ Usage of ./coordinator/coordinator: latency qps (default 4000) -ltAgents string ip of latency agents separated by commas, e.g. ip1,ip2,... - -ltConn int + -ltConns int number of latency connections (default 1) -ltThreads int latency threads per agent (default 1)