Skip to content

Latest commit

 

History

History

ebus-rust

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

ebus-rust

Dumping sample to stdout

RUST_LOG=info cargo run parse-l7 < ../doc/sample_dump_2.bin

Running against influxdb

Start influxdb:

influxdb run

At first time:

influx -execute 'create database ebus'

(default data directory is $HOME/.influxdb).

Insert dump:

RUST_LOG=info cargo run influxdb < ../doc/sample_dump_2.bin

Verify:

influx
> show databases
> use ebus
> show measurements
> SELECT * FROM ebus LIMIT 5;