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

Plugin Redis: Intial implementation #2

Merged
merged 3 commits into from
Jun 18, 2018

Commits on Jun 7, 2018

  1. Plugin Redis: Intial implementation

    If redis-cli is in the PATH, it will:
      * Run the "--stat" showing key metric changes over 5 seconds
      * Run "--latency" for 3 seconds, 3 times
      * Run "--intrinsic-latency", testing the local systems latency
      * Run "info" for general statistics
    
    If the cli tool is not present locally, netcat is used to hit the specified host/port.
    
    Both methods support the options:
    
    `PLUGIN_OPTS_REDIS_HOST` defaults to 127.0.0.1
    `PLUGIN_OPTS_REDIS_PORT` defaults to 6379
    LukeHandle committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    678e0b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2018

  1. Plugin Redis: changes from discussuion

    * Fixes from PR
    * Add flag for running timings (default no)
    * Add flag for printing client list (default no)
    * More comments in code
    LukeHandle committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    4d2e4b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. Configuration menu
    Copy the full SHA
    9a0ac77 View commit details
    Browse the repository at this point in the history