-
Notifications
You must be signed in to change notification settings - Fork 82
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
Added net_device_stats to push IO stats on the device #165
base: master
Are you sure you want to change the base?
Conversation
Any comment on this? |
Please be patient, the maintainer does work on this, but it may take some weeks until he looks into it. |
There are multiple ways to test it.
|
It compiles fine and I can connect. However I don't see network activity in my KDE System Monitor (network tab) when using wwan0 while I see activity when using LAN or WiFi. This was my setup while testing (doing updates (pacman -Suy) loading quite some packages via wwan0):
|
check the statistics with |
Thanks. Again, I deactivated WiFi and LAN and started WWAN. Then, I see this with
While watching these time these counters climb up, I don't see network activity in KDE 5.24.2's System Monitor. |
Any updates on this? |
What updates do you expect? I said that your PR looks good if it's target is to provide stats via Or did you just want to bump the owner ;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does compile and run fine, provides stats to ip
, doesn't provide stats to KDE System Monitor.
Works great for me! @abrasive can this become merged? |
The xmm7360 module works great. But it seems dead on the UI because there are not stats available on the device. The system monitor etc can see the device but can't show the current statistics like speed, packets etc. This patch fixes that and addds net_device_stats to the driver and keeps track of the packets and number of bytes Tx/Rx'ed. Signed-off-by: Himanshu Chauhan <[email protected]>
@kolAflash @hschauhan @nursoda sorry for not looking at this stuff sooner - this patch is still good to merge? I haven't got hardware to test this on ATM. |
Yes, go ahead. I just re-tested. It still compiles without issues and works as good (and with the same glitches) as before. On my T14s using Arch current (Kernel 6.4.12), after loading a webpage with only wwan0 enabled, I get stats in
I still get no stats in KDE (plasma-systemmonitor, ksystemstatssystem), and cannot enable it through KDE/Networkmanager. |
Unfortunately, I too don't have this machine now. But the patch worked well when I had the machine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See #165 (comment)
thank you very much. this is what I was looking for. patches/comiles cleanly and works great. and big thanks to all who contributed here ;) |
The xmm7360 module works great. But it seems dead on the UI
because there are not stats available on the device. The system
monitor etc can see the device but can't show the current statistics
like speed, packets etc.
This patch fixes that and addds net_device_stats to the driver
and keeps track of the packets and number of bytes Tx/Rx'ed.
Signed-off-by: Himanshu Chauhan [email protected]