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

Networking tab #48

Open
tzach opened this issue Sep 3, 2014 · 1 comment
Open

Networking tab #48

tzach opened this issue Sep 3, 2014 · 1 comment

Comments

@tzach
Copy link
Member

tzach commented Sep 3, 2014

In addition to the minimalist #47 there will be a full tab dedicated to networking.
It will include the following information elements:

  • Number of connection
  • Address

Interactive chart for the following information elements:

  • MB/s
  • packet/s
  • errors/s

Each For

  • Rx
  • Tx

and each for

  • IP
  • TCP
  • UDP

Packet size distribution in Bytes

  • < 64
  • 65-127
  • 128-255
  • 256-511
  • 512-1023
  • 1024 - 1517
@slivne
Copy link

slivne commented Sep 7, 2014

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

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

No branches or pull requests

2 participants