-
-
Notifications
You must be signed in to change notification settings - Fork 794
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
No information on Interface Statistics #152
Comments
i had the same issue. this could be a bug because the output of ...
RX packets 32793 bytes 5096198 (4.8 MiB)
RX errors 0 dropped 2 overruns 0 frame 0
TX packets 39938 bytes 36256917 (34.5 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 and the regex for extracting this data is incorrect here is the proof and here is a way to correct this bug |
@itshaadi thanks for doing the regex check. We transitioned to using |
@billz I tried adding this exec( 'ip -s link show ' . RASPI_WIFI_CLIENT_INTERFACE, $return ); under exec( 'iwconfig ' . RASPI_WIFI_CLIENT_INTERFACE, $return ); |
Signed-off-by: D9ping <D9ping@users.noreply.github.com>
Signed-off-by: D9ping <D9ping@users.noreply.github.com>
Subject of the issue
No Received or Transferred Packets/Bytes on Dashboard Interface Statistics
Your environment
Steps to reproduce
Note:
Installation and Configuration no more than 15 min. Great!!!
Expected behaviour
Interface Statistics session on Dashboard must be show information related to traffic.
Actual behaviour
Interface Statistics
Received Packets No Data
Received Bytes No Data
Transferred Packets No Data
Transferred Bytes No Data
The text was updated successfully, but these errors were encountered: