Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix small typo in ltConns and loadConns argument of Coordinator in README. #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mittal1787
Copy link

There is a typo on ltConns and loadConns argument of Coordinator in README. Better to fix that typo to keep users using this tool updated.

Usage of ./coordinator/coordinator:
  -agentPort int
        listening port of the agent (default 5001)
  -appProto string
        application protocol (default "echo:4")
  -ciSize int
        size of 95-confidence interval in us (default 10)
  -comProto string
        TCP|R2P2|UDP|TLS (default "TCP")
  -idist string
        interarrival distibution: fixed, exp (default "exp")
  -ifName string
        interface name for hardware timestamping (default "enp65s0")
  -loadAgents string
        ip of loading agents separated by commas, e.g. ip1,ip2,...
  -loadConns int
        number of loading connections per agent (default 1)
  -loadPattern string
        load pattern (default "fixed:10000")
  -loadThreads int
        loading threads per agent (used for load and sym agents) (default 1)
  -lqps int
        latency qps (default 4000)
  -ltAgents string
        ip of latency agents separated by commas, e.g. ip1,ip2,...
  -ltConns int
        number of latency connections (default 1)
  -ltThreads int
        latency threads per agent (default 1)
  -nicTS
        NIC timestamping for symmetric agents
  -printAgentArgs
        Print in JSON format the arguments for each agent
  -privateKey string
        location of the (local) private key to deploy the agents. Will find a default if not specified (default "$HOME/.ssh/id_rsa")
  -reqPerConn int
        Number of outstanding requests per TCP connection (default 1)
  -runAgents
        Automatically run agents (default true)
  -symAgents string
        ip of symmetric agents separated by commas, e.g. ip1,ip2,...
  -targetHost string
        host:port comma-separated list to run experiment against (default "127.0.0.1:8000")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant