# 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
<Plugin python>
ModulePath "/usr/lib/python2.7/dist-packages/"
Import "collectd_connect_time"
<Module collectd_connect_time>
target "google.de" "web.de" "aol.com"
</Module>
</Plugin>
- this results in values stored at `<hostname>.connect-time-<target[1]>.response_time-max`
# License
See `LICENSE`
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
<Plugin python>
ModulePath "/usr/lib/python2.7/dist-packages/"
Import "collectd_connect_time"
<Module collectd_connect_time>
target "google.de" "web.de" "aol.com"
</Module>
</Plugin>
- this results in values stored at `<hostname>.connect-time-<target[1]>.response_time-max`
# License
See `LICENSE`
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file collectd-connect-time-0.3.0.tar.gz.
File metadata
- Download URL: collectd-connect-time-0.3.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25b19466258bd4d41026bb02b5b1b85422293a79bc333d26448cafe46f72796f
|
|
| MD5 |
118f362574858c50020d3f54014d9c5e
|
|
| BLAKE2b-256 |
7c0674f85bf59c2368c7caa24cbe83ab19c90beb3634cad22e5f19ccf40a4119
|