Quantcast
Channel: 日本Zabbixユーザー会 - 日本Zabbixユーザー会フォーラム
Viewing all articles
Browse latest Browse all 1811

zabbixで取得しているデータの差について

$
0
0

zabbixで以下のコマンドにて、トラフィック情報を取得しました。
■front-in.csv
mysql -u zabbix -pjX3c4Xzg zabbix -e "select from_unixtime(clock), value as 'front-in' from history_uint where itemid='149168' and from_unixtime(clock) between '2021-01-20 00:00:00' and '2021-01-21 00:00:00';"

■front-out.csv
mysql -u zabbix -pjX3c4Xzg zabbix -e "select from_unixtime(clock), value as 'front-in' from history_uint where itemid='149176' and from_unixtime(clock) between '2021-01-20 00:00:00' and '2021-01-21 00:00:00';"

出力した結果、時間帯に差分がありました。
何が原因なのでしょうか。


Viewing all articles
Browse latest Browse all 1811

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>