dslmodem_exporter

所属分类:Modem编程
开发工具:GO
文件大小:0KB
下载次数:0
上传日期:2023-06-15 13:49:47
上 传 者sh-1993
说明:  用于DSL调制解调器的普罗米修斯导出器,
(Prometheus exporter for DSL modems,)

文件列表:
.golangci.yml (124, 2023-09-24)
.goreleaser.yml (1590, 2023-09-24)
Dockerfile (88, 2023-09-24)
LICENSE (11358, 2023-09-24)
go.mod (1585, 2023-09-24)
go.sum (11625, 2023-09-24)
main.go (3299, 2023-09-24)
metrics.go (5410, 2023-09-24)
pkg/ (0, 2023-09-24)
pkg/units/ (0, 2023-09-24)
pkg/units/helpers.go (1051, 2023-09-24)
pkg/units/helpers_test.go (606, 2023-09-24)
pkg/units/units.go (1097, 2023-09-24)
pkg/zyxel/ (0, 2023-09-24)
pkg/zyxel/client.go (3284, 2023-09-24)
pkg/zyxel/client_test.go (874, 2023-09-24)
pkg/zyxel/testdata/ (0, 2023-09-24)
pkg/zyxel/testdata/example-vdsl.txt (2498, 2023-09-24)
pkg/zyxel/units.go (1652, 2023-09-24)
pkg/zyxel/units_test.go (634, 2023-09-24)
pkg/zyxel/vdsl_status.go (5876, 2023-09-24)
pkg/zyxel/vdsl_status_test.go (606, 2023-09-24)
renovate.json (136, 2023-09-24)

# DSL modem exporter for Prometheus This is still very experimental to ## Features Currently, this exporter is build for Zyxel VDSL Modems and tested on VMG1312-B10A. Maybe we could add more devices and even other vendors in the future. ## Example ``` # HELP dslmodem_collection_seconds Retrieval time for the DSL statistics from the modem. # TYPE dslmodem_collection_seconds gauge dslmodem_collection_seconds 1.036668786 # HELP dslmodem_link_attainable_rate_down_bytes Attainable data rate for downstream in bits/s. # TYPE dslmodem_link_attainable_rate_down_bytes gauge dslmodem_link_attainable_rate_down_bytes 1.36375e+08 # HELP dslmodem_link_attainable_rate_up_bytes Attainable data rate for upstream in bits/s. # TYPE dslmodem_link_attainable_rate_up_bytes gauge dslmodem_link_attainable_rate_up_bytes 3.8745e+07 # HELP dslmodem_link_attenuation_down_dbm Total attenuation for downstream in Decibel. # TYPE dslmodem_link_attenuation_down_dbm gauge dslmodem_link_attenuation_down_dbm 7.7 # HELP dslmodem_link_attenuation_up_dbm Total attenuation for upstream in Decibel. # TYPE dslmodem_link_attenuation_up_dbm gauge dslmodem_link_attenuation_up_dbm 6.6 # HELP dslmodem_link_rate_down_bytes Rate of the downstream link in bits/s. # TYPE dslmodem_link_rate_down_bytes gauge dslmodem_link_rate_down_bytes 1.16799e+08 # HELP dslmodem_link_rate_up_bytes Rate of the upstream link in bits/s. # TYPE dslmodem_link_rate_up_bytes gauge dslmodem_link_rate_up_bytes 3.6997e+07 # HELP dslmodem_link_receive_power_down_dbm Current receiving power on downstream in Decibel milliwatt. # TYPE dslmodem_link_receive_power_down_dbm gauge dslmodem_link_receive_power_down_dbm 6.4 # HELP dslmodem_link_receive_power_up_dbm Current receiving power on upstream in Decibel milliwatt. # TYPE dslmodem_link_receive_power_up_dbm gauge dslmodem_link_receive_power_up_dbm -10.2 # HELP dslmodem_link_snr_margin_down_db Signal to noise margin for downstream in Decibel. # TYPE dslmodem_link_snr_margin_down_db gauge dslmodem_link_snr_margin_down_db 11.8 # HELP dslmodem_link_snr_margin_up_db Signal to noise margin for upstream in Decibel. # TYPE dslmodem_link_snr_margin_up_db gauge dslmodem_link_snr_margin_up_db 9.9 # HELP dslmodem_link_transmit_power_down_dbm Current transmitting power to downstream in Decibel milliwatt. # TYPE dslmodem_link_transmit_power_down_dbm gauge dslmodem_link_transmit_power_down_dbm 14 # HELP dslmodem_link_transmit_power_up_dbm Current transmitting power to upstream in Decibel milliwatt. # TYPE dslmodem_link_transmit_power_up_dbm gauge dslmodem_link_transmit_power_up_dbm -3.7 # HELP dslmodem_link_uptime_seconds Since when the link is established. # TYPE dslmodem_link_uptime_seconds gauge dslmodem_link_uptime_seconds 45120 # HELP dslmodem_status_info Metadata. # TYPE dslmodem_status_info gauge dslmodem_status_info{mode="VDSL2 Annex B",profile="Profile 17a",status="Showtime",traffic_type="PTM Mode"} 1 # HELP dslmodem_up If we are connected to the modem. # TYPE dslmodem_up gauge dslmodem_up 1 ``` ## License Apache License 2.0, see the full [LICENSE](https://github.com/lazyfrosch/dslmodem_exporter/blob/master/LICENSE).

近期下载者

相关文件


收藏者