Bug 433951 - Network devices are labeled based on the currently connected network name, rather than a device name
Summary: Network devices are labeled based on the currently connected network name, ra...
Status: CONFIRMED
Alias: None
Product: plasma-systemmonitor
Classification: Applications
Component: general (other bugs)
Version First Reported In: 5.23.2
Platform: Gentoo Packages Linux
: NOR minor
Target Milestone: ---
Assignee: KSysGuard Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-04 12:26 UTC by Till Schäfer
Modified: 2025-05-08 16:13 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
example widget configured to show wifi stats (connected to eduroam) (12.80 KB, image/png)
2021-03-04 12:26 UTC, Till Schäfer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Till Schäfer 2021-03-04 12:26:28 UTC
Created attachment 136366 [details]
example widget configured to show wifi stats (connected to eduroam)

When configuring the plasma systemmonitor to display network device statistics, the list of devices is actually a list of connected networks (using Networkmanager). 

E.g., connected to eduroam over the device wlp4s0, the device listed as sensor is eduroam. 

This has several sideeffects / drawbacks, such as: 
1. When connected to no network, no device is shown in the sensors selection. Thus is is impossible to configure the systemmonitor as long you are disconnected. 
2. the network name info is useless (e.g., "eduroma network name: eduroam", see attachment)

Operating System: Gentoo Linux
KDE Plasma Version: 5.21.2
KDE Frameworks Version: 5.79.0
Qt Version: 5.15.2
Kernel Version: 5.10.18-gentoo
OS Type: 64-bit
Graphics Platform: X11
Processors: 8 × Intel® Core™ i7-4810MQ CPU @ 2.80GHz
Memory: 15.5 GiB of RAM
Graphics Processor: Mesa DRI Intel® HD Graphics 4600
Comment 1 David Redondo 2021-03-05 08:09:41 UTC
>1. When connected to no network, no device is shown in the sensors selection. Thus is is impossible to configure the systemmonitor as long you are disconnected. 

This has nothing to do with that, the name is just the name.

>2. the network name info is useless (e.g., "eduroma network name: eduroam", see attachment)

While not useful in your setup, other chart setups can benefit from it, for example the ones on the homepage of plasma-systemmonitor with "Group sensors based on total sensors" enabled
Comment 2 Till Schäfer 2021-03-05 08:54:07 UTC
1. I have opened a separate issue for this: Bug 433988
2. I would still argue, that the typical user would like to select an interface from the sensors list (maybe enhanced by also showing the type, e.g., wifi / wired) and not the network I am connected to. Actually, the category is currently called devices and not networks. This is also the behaviour of the sensor, i.e., it is assigned on an interface level and not the network level. Furthermore, what kind of info would you display if the device is disconnected (see point 1), which would make the shown information non-uniform for the connected/disconnected state.

What do you think? Feel free to close again. Just reopening it until the discussion is settled.
Comment 3 John Kizer 2025-05-08 16:13:12 UTC
I can at least reproduce that the naming is confusing in the current state, since it's not really a network "device" on the PC.

Calling the currently-connected SSID for a Wi-Fi network the "device name" might be intuitive in some cases, but if that's the desired state then perhaps it would make sense to change the label of "Network Devices" in System Monitor to "Connected Networks" or something like that?