惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
T
Tailwind CSS Blog
有赞技术团队
有赞技术团队
爱范儿
爱范儿
Engineering at Meta
Engineering at Meta
J
Java Code Geeks
雷峰网
雷峰网
WordPress大学
WordPress大学
L
LangChain Blog
D
DataBreaches.Net
The GitHub Blog
The GitHub Blog
博客园 - 三生石上(FineUI控件)
Microsoft Security Blog
Microsoft Security Blog
P
Proofpoint News Feed
腾讯CDC
GbyAI
GbyAI
罗磊的独立博客
Blog — PlanetScale
Blog — PlanetScale
月光博客
月光博客
F
Fortinet All Blogs
Y
Y Combinator Blog
V
V2EX
A
About on SuperTechFans

CachyOS Forum - Latest posts

Ran into a frozen black screen issue with latest update Niri Settings GUI Not Appearing Update to Gnome 50 and I'm getting black/blank screen on NVIDIA with hybrid graphics My JBL Quantum 350 headphones dont play sound 90% of the time on linux while on windows it plays audio 99% of the time Niri/Noctalia Shell notifications Getting a black screen after alt-tabbing too many times Rog-control-center Duplicate keyboard and mouse in system settings? Games running very poorly after first session (semi-solved, still need help though!) Amdgpu random hangs (does cachy perhaps plan to carry patches for this)? A little something. The adj script that replaces GNU fmt for non-ASCII text Mouse scroll wheel issues - ratchet Can't start steam after updates of today (17 April) Balena etcher or ventoy QEMU Bridge setup - Maybe already known but I found it pretty difficult to do and needed much reading Multi-boot install: what do I do about my /boot and /boot/efi partition? Do you collect all the solutions and post them on Wiki or Forum? System update - lts headers invalid or corrupted Sick to death of updates killing my games! I messed up my stuff again and cant download any thing now. error below Got Logitech MX4 with Haptic working in CachyOS Need help with the performance button on my Acer Nitro V16 AI Bailing out, you are at your own Troubles in the Starfield What is so special about the new Linux Kernel 7? "Issue: Display brightness is locked at a low level after waking from sleep on CachyOS (latest update) Balena etcher or ventoy Help with kernel update, emergency mode Issue happening only on wayland Display not recognised - low resolution
Plasma System Monitor shows incorrect network speed (0 / ...
@Saput · 2026-04-29 · via CachyOS Forum - Latest posts
Title: Plasma System Monitor shows incorrect network speed (0 / double values, likely sampling issue) Hi, I’m experiencing an issue with the Plasma System Monitor where the reported network speed is clearly incorrect. The values alternate between 0 and roughly double the expected throughput , resulting in a very “digital” graph (no smooth transitions, just spikes). System Monitor Symptoms Network speed frequently shows: 0 B/s followed by a spike that is roughly 2x the actual value The pattern is consistent: 0 → spike → 0 → spike The graph is not continuous, but jumps sharply between values What I verified 1. Raw kernel data is correct Reading directly from /proc/net/dev shows normal, continuous traffic. 2. Manual measurement is correct I wrote a small script that calculates per-second throughput using byte deltas. This produces realistic, continuous values without spikes. 3. ksystemstats is running and accessible plasma-ksystemstats.service is active and stable DBus service org.kde.ksystemstats1 is available Sensor interface responds and exposes methods like sensorData , subscribe , etc. 4. Issue only appears in Plasma System Monitor The incorrect values only appear in: Plasma System Monitor (graph + widgets) Other tools (script, terminal-based monitors) show correct behavior. Interpretation This looks like a sampling / timing issue in the frontend , not a backend problem. My assumption: Sensor data is delivered asynchronously via DBus The System Monitor expects fixed intervals (e.g. 1s) If a sample is skipped or delayed: one update shows 0 next update accumulates multiple intervals → appears as double throughput So effectively: missing sample → 0 next sample → 2x data normalized to 1s Additional context This setup previously worked correctly on the same system Also works fine on other distributions (e.g. openSUSE with Plasma + Wayland) Appeared after updates (likely Plasma / ksystemstats related) Conclusion The backend (kernel + ksystemstats) appears to be working correctly. The issue seems to be in how Plasma System Monitor: subscribes to sensor data or normalizes values over time Possibly related to missed events or incorrect time delta handling. If anyone has seen similar behavior or knows of a related bug/fix, I’d appreciate pointers.