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

simple-system-monitor@ariel: Upload Rate Incorrect #1292

Open
EricTurnerDev opened this issue Sep 23, 2024 · 5 comments
Open

simple-system-monitor@ariel: Upload Rate Incorrect #1292

EricTurnerDev opened this issue Sep 23, 2024 · 5 comments
Assignees
Labels

Comments

@EricTurnerDev
Copy link

EricTurnerDev commented Sep 23, 2024

Desklet version/Build date

1.3.1

Cinnamon version

6.0.4

Distribution

Mint 21.3

Graphics hardware and driver used

NVIDIA GeForce RTX 3060

Desklet name and maintainer

simple-system-monitor@ariel @arielandrade

What happened?

Upload rate is the same as the download rate. I'm not uploading anything, but I'm downloading a file (through a Docker container). I expect the upload rate to be much lower (i.e. different) than the download rate, but it's exactly the same as the download rate.

Other information

Here is a screenshot:

image

@EricTurnerDev EricTurnerDev changed the title Desklet Bug simple-system-monitor@ariel: Desklet Bug Sep 23, 2024
@EricTurnerDev EricTurnerDev changed the title simple-system-monitor@ariel: Desklet Bug simple-system-monitor@ariel: Desklet Bug - Upload Rate Incorrect Sep 23, 2024
@rcalixte
Copy link
Member

@EricTurnerDev Do you know which interfaces are in use here? It is very likely that there are interfaces being included as the traffic is passed over them. The default loopback adapter should be excluded but if there is another virtual interface being counted here that should be excluded, it would be good to know and possibly make the resolution here that much more trivial.

@rcalixte rcalixte changed the title simple-system-monitor@ariel: Desklet Bug - Upload Rate Incorrect simple-system-monitor@ariel: Upload Rate Incorrect Sep 24, 2024
@EricTurnerDev
Copy link
Author

EricTurnerDev commented Sep 24, 2024

I don't see any General Settings or Advanced Settings that let me see or choose which interfaces are being used.

These are the network interfaces available:

$ /sbin/ifconfig -s
Iface      MTU    RX-OK RX-ERR RX-DRP RX-OVR    TX-OK TX-ERR TX-DRP TX-OVR Flg
br-18067  1500        0      0      0 0             0      0      0      0 BMU
br-700a4  1500 32353530      0      0 0      65954197      0      0      0 BMRU
br-92740  1500        0      0      0 0             0      0      0      0 BMU
docker0   1500        0      0      0 0            13      0      0      0 BMU
enp4s0    1500 1298713309      0     18 0      1594848834      0      0      0 BMRU
lo       65536  9508193      0      0 0       9508193      0      0      0 LRU
veth8955  1500 32353558      0      0 0      65954276      0      0      0 BMRU
virbr0    1500    35591      0      0 0         63614      0      0      0 BMU

@rcalixte
Copy link
Member

There's both bridged interfaces and virtual interfaces that are taking traffic. I have to assume it's at least one if not both of those skewing things.

@EricTurnerDev
Copy link
Author

It would be nice to be able to select which interfaces affect the rates, like the download-and-upload-speed@cardsurf applet does.

@rcalixte
Copy link
Member

rcalixte commented Oct 5, 2024

It would be nice to be able to select which interfaces affect the rates, like the download-and-upload-speed@cardsurf applet does.

Right, it's on my list of things to refactor for this desklet.

@rcalixte rcalixte self-assigned this Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants