Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show additional info in legend and graph #6

Open
high3eam opened this issue Mar 5, 2019 · 0 comments
Open

Show additional info in legend and graph #6

high3eam opened this issue Mar 5, 2019 · 0 comments

Comments

@high3eam
Copy link

high3eam commented Mar 5, 2019

First of all, very cool app.

Second: How can I visualize the complete dataset that is being received via websocket connection?

Right now, four options show up on the graph:
✔tx_kbits
✔rx_kbits
✔rx_tx_combined
✔rx_tx_abs_diff

but in the websocket console I see that more data is sent than that, like:

collisions: 0
multicast: 0
rx_bytes: 2768472015
rx_compressed: 0
rx_crc_errors: 0
rx_dropped: 0
rx_errors: 0
rx_fifo_errors: 0
rx_frame_errors: 0
rx_length_errors: 0
rx_missed_errors: 0
rx_over_errors: 0
rx_packets: 25467512
tx_aborted_errors: 0
tx_bytes: 968047470
tx_carrier_errors: 0
tx_compressed: 0
tx_dropped: 0
tx_errors: 0
tx_fifo_errors: 0
tx_heartbeat_errors: 0
tx_packets: 1274310
tx_window_errors: 0

So can this data be visualized too, or isn't it visualized, because the values are still zero, and are only shown in the graph if the value climbs higher than 0?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant