Summary: | ksysguardd: inefficient read loop | ||
---|---|---|---|
Product: | [Unmaintained] ksysguard | Reporter: | Ortwin Glück <odi> |
Component: | ksysguardd | Assignee: | KSysGuard Developers <ksysguard-bugs> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | minor | CC: | jpalecek |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ortwin Glück
2010-10-10 14:07:38 UTC
Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone! Dear Bug Submitter, This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? This bug will be moved back to REPORTED Status for manual review later, which may take a while. If you are able to, please lend us a hand. Thank you for helping us make KDE software even better for everyone! Still the same in ksysguard-5.13.5. A simple strace on the process immediately shows the series of single-byte read() syscalls. Speaking about inefficiency in ksysguardd, is there an actual reason why it doesn't use Qt's normal means for IO, container implementations etc. and instead uses some home brew structures and algos with questionable efficiency and interfaces? ksysguardd was written explicitely with minimal dependencies (glibc only) in mind, so that it can be installed on any system to be remotely monitored. ksysguard is no longer maintained, in Plasma 6 there is the Plasma system monitor for this task. If your issue still happens with the Plasma 6 replacement, please re-open and we can move this bug to the new product, thanks! |