An open API service indexing awesome lists of open source software.

https://github.com/makefu/collectd-connect-time

a plugin for measuring the connect time to a host:port
https://github.com/makefu/collectd-connect-time

Last synced: 8 months ago
JSON representation

a plugin for measuring the connect time to a host:port

Awesome Lists containing this project

README

          

# TCP Connect Time Plugin

Returns the time required to connect to hostname[:port]

# CLI

$ collectd-connect-time google.de
{
"64.233.167.94:80": 5.728006362915039
}

# Collectd Configuration

LoadPlugin python


ModulePath "/usr/lib/python2.7/dist-packages/"
Import "collectd_connect_time"

target "google.de" "web.de" "aol.com"

- this results in values stored at `.connect-time-.response_time-max`

# License

See `LICENSE`