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
- Host: GitHub
- URL: https://github.com/makefu/collectd-connect-time
- Owner: makefu
- License: wtfpl
- Created: 2015-10-27T15:48:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-30T20:44:20.000Z (over 10 years ago)
- Last Synced: 2025-01-28T14:04:51.102Z (over 1 year ago)
- Language: Python
- Size: 125 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`