You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: