We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In addition to the minimalist #47 there will be a full tab dedicated to networking. It will include the following information elements:
Interactive chart for the following information elements:
Each For
and each for
Packet size distribution in Bytes
The text was updated successfully, but these errors were encountered:
Some information can be extracted from the ifconfig:
"interface_data":{ "properties":{ "ifi_ipackets":{ "type":"long" }, "ifi_ierrors":{ "type":"long" }, "ifi_opackets":{ "type":"long" }, "ifi_oerrors":{ "type":"long" }, "ifi_collisions":{ "type":"long" }, "ifi_ibytes":{ "type":"long" }, "ifi_obytes":{ "type":"long" }, "ifi_imcasts":{ "type":"long" }, "ifi_omcasts":{ "type":"long" }, "ifi_iqdrops":{ "type":"long" }, },
Tzach does that cover the info for packets / bytes - or do you want it broken for each protocol - in which case we need to build a new api.
Shlomi
Sorry, something went wrong.
No branches or pull requests
In addition to the minimalist #47 there will be a full tab dedicated to networking.
It will include the following information elements:
Interactive chart for the following information elements:
Each For
and each for
Packet size distribution in Bytes
The text was updated successfully, but these errors were encountered: