collectd的TCP连接时间插件。
项目描述
# TCP连接时间插件
返回连接到hostname[:port]所需的时间
# 命令行界面
$ collectd-connect-time google.de
{
"64.233.167.94:80": 5.728006362915039
}
# Collectd配置
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>
- 这将导致在`<hostname>.connect-time-<target[1]>.response_time-max`中存储值
# 许可
见 `LICENSE`
返回连接到hostname[:port]所需的时间
# 命令行界面
$ collectd-connect-time google.de
{
"64.233.167.94:80": 5.728006362915039
}
# Collectd配置
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>
- 这将导致在`<hostname>.connect-time-<target[1]>.response_time-max`中存储值
# 许可
见 `LICENSE`
项目详情
关闭
collectd-connect-time-0.3.0.tar.gz的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 25b19466258bd4d41026bb02b5b1b85422293a79bc333d26448cafe46f72796f |
|
MD5 | 118f362574858c50020d3f54014d9c5e |
|
BLAKE2b-256 | 7c0674f85bf59c2368c7caa24cbe83ab19c90beb3634cad22e5f19ccf40a4119 |