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

cpu usage #69

Open
quite opened this issue Sep 28, 2024 · 3 comments
Open

cpu usage #69

quite opened this issue Sep 28, 2024 · 3 comments

Comments

@quite
Copy link

quite commented Sep 28, 2024

The argoneond.py is using 5% cpu constantly accoring to top(1). Wonder if anything could be done about that. It should only need to poll a few items every few seconds, or is there something else.

@JeffCurless
Copy link
Owner

I need to know the OS version, and what your configuration file looks like (/etc/argoneon.conf).

I never see more than 0.5% cpu utilization from the service.

@quite
Copy link
Author

quite commented Sep 30, 2024

This is debian 12.7 bookworm. Config below. Not sure if those … = 0 are really needed.

[General]
temperature = C
debug = N
[OLED]
screenduration = 40
screensaver = 30
screenlist = clock cpu storage bandwidth raid ram temp ip
enabled = N
[CPUFan]
74.0 = 0
75.0 = 25
80.0 = 50
[HDDFan]
59.0 = 0
60.0 = 25
65.0 = 50

@quite
Copy link
Author

quite commented Oct 10, 2024

Corrected, it is argonone.py that eats cpu, not the other one.

root       486  5.6  0.1 403756 15696 ?        Ssl  Sep27 1032:17 /usr/bin/python3 /etc/argon/argononed.py SERVICE
root      6921  0.0  0.1  96764 13152 ?        Ssl  Sep27   0:08 /usr/bin/python3 /etc/argon/argoneond.py SERVICE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants