...
코드 블럭 |
---|
# docker exec -it influxdb_container influx Connected to http://localhost:8086 version 1.8.3 InfluxDB shell version: 1.8.3 > show databases; name: databases name ---- int_telemetry_db > use int_telemetry_db; Using database int_telemetry_db > show series; key --- int_telemetry,protocol=17,scrp=4607,srcip=10.0.1.1,dstip=10.0.2.2,dstp=8959,hop_index=0 int_telemetry,protocol=17,scrp=4607,srcip=10.0.1.1,dstip=10.0.2.2,dstp=8959,hop_index=1 int_telemetry,protocol=17,scrp=4607,srcip=10.0.1.1,dstip=10.0.2.2,dstp=8959,hop_index=2 int_telemetry,protocol=17,scrp=4607,srcip=10.0.1.1,dstip=10.0.2.2,dstp=8959 > select *SELECT protocol,srcip,scrp,dstip,dstp,seq,hop_index,origts,dstts,link_delay,delay,hop_delay,hop_jitter,reordering,sink_jitter from int_telemetry limit 10 ORDER BY time ASC LIMIT 20; name: int_telemetry time protocol srcip delay scrp dstip dstp dsttsseq hop_index origts hop_delay hop_index hop_jitter link_delay origtsdstts link_delay delay protocol reordering scrp seqhop_delay hop_jitter reordering sink_jitter srcip ---- -------- ----- ---- ----- ---- ----- --------- ------ ----- ---------- ------ --------- ---------- ---- --- ----- ------ ----- 1684915871594698752 17 10.0.1.1 4607 10.0.2.2 8959 0 1684915871591220000 1684915871593137000 1917000 1684915871594717952 17 10.0.1.1 4607 10.0.2.2 8959 1684915871593137000 0 1684915871591220000 17 4607 0 503 1684915871594728704 17 10.0.1.1 1684915871594717952 4607 10.0.2.2 8959 1 1095000 387 1684915871594733056 17 10.0.1.1 4607 10.0.2.2 8959 2 503 0 822000 201372645 1684915871762046464 17 10.0.1.1 4607 10.0.2.2 8959 1 17 1684915871591603000 1684915871594470000 2867000 4607 10.0.1.1 1684915871594728704 0 1332992 1684915871762065408 17 10.0.1.1 4607 10.0.2.2 8959 0 387 548 383000 1684915871762076672 17 10.0.1.1 4607 10.0.2.2 8959 1 1095000 17 1170000 4607 1057 458000 1684915871762082560 17 10.0.1.1 1684915871594733056 4607 10.0.2.2 8959 2 1697000 201373922 1333000 1684915871762090240 17 10.0.1.1 4607 10.0.2.2 8959 2 1684915871592312000 1684915871595260000 2948000 201372645 2 0 790016 1684915871762094848 17 10.0.1.1 4607 10.0.2.2 8959 0 822000 17 4607 336 709000 1684915871762099456 17 10.0.1.1 1684915871762046464 28670004607 10.0.2.2 8959 1684915871594470000 1 1684915871591603000 17 0780000 4607 1 1908 1332992 10.0.1.1 1684915871762065408319000 1684915871762104320 17 10.0.1.1 4607 10.0.2.2 8959 2 548 0 383000 2168000 201375602 790000 1684915871762110720 17 10.0.1.1 4607 10.0.2.2 8959 3 17 1684915871592504000 1684915871596744000 4240000 4607 10.0.1.1 1684915871762076672 0 1484032 1684915871762115072 17 10.0.1.1 4607 10.0.2.2 8959 0 1057 513 192000 1684915871762119168 17 10.0.1.1 4607 10.0.2.2 8959 1 458000 1170000 17 1479000 4607 2463 10.0.1.1 1684915871762082560 891000 1684915871762123008 17 10.0.1.1 4607 10.0.2.2 8959 2 201373922 2 1333000 1697000 2761000 201376488 1484000 1684915871762129664 17 10.0.1.1 4607 10.0.2.2 8959 4 4607 1684915871592920000 1684915871597604000 4684000 0 860160 1684915871762133248 17 10.0.1.1 1684915871762090240 29480004607 10.0.2.2 8959 1684915871595260000 0 1684915871592312000 17 0 4607 2 492 790016 10.0.1.1 1684915871762094848416000 1684915871762137344 17 10.0.1.1 4607 10.0.2.2 8959 1 336 0 709000 1245000 2485 182000 1684915871762141952 17 10.0.1.1 4607 10.0.2.2 8959 2 4607 3439000 10.0.1.1201387240 860000 |