[influxdb] influx CLI로 Query 수행 시 timestamp 를 보기 쉽게(Human-readable) 변경하는 방법배경influx CLI를 통해 influxdb 내에 저장된 데이터를 조회 시 아래와 같이 timestamp 형식으로 출력되어 가독성이 떨어진다.Connected to http://localhost:8086 version 1.6.3 InfluxDB shell version: 1.6.3 > use telegraf Using database telegraf > select * from cpu limit 10; name: cpu time cpu host usage_guest usage_guest_nice usage_idle usage_iowait usage_irq usage_ni..