-
Notifications
You must be signed in to change notification settings - Fork 9
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
100% CPU usage #80
Comments
hi, I can't tell immediately the cause yet. But the loads (7-10k metrics) and disk size (1.6GB) should not be a problem to TT. I have been testing v 0.20.* in these days and it can handle up to 3M time series at 10s interval incoming rate in RaspberryPI4 for days. BTW, note the difference between metrics and time series. One metric may have many time series.
According to my experience, 100% cpu is often caused by IO saturation, especially with sudden spikes. Please check:
Sometimes it may also be caused by memory saturation but it is easy to figure out by just calling "free". Another possibility is rollup process which may consume IO and CPU. But we have been testing in our side and it is completely acceptable in our testing. I have some questions for you to help debugging:
Thanks, |
Hi, it seems to me that the TickTockDB config of " |
Hi, Can you also send us the last line in the |
hi @bgondell, any updates on this issue? Don't hesitate to shoot us any questions you might have. |
TT uses 100% of cpu after a few seconds.
When I implemented tt, no problems, just worked fine. Usage is pretty intensive, 700-1000 metrics every Telegraf 10s flush.
After various days, it started to use 100% of cpu, but still works. Restarting service keep CPU usage under control.
But now, it goes almost directly to 100% cpu.
I compile last version with same results.
I clean the data folder (dec 2024 and first days 2025, almost 1,6Gb ) and appears to works fine, but I want to figure what is happening.
Here's tt.conf:
Logs are empty:
Just in case, tt Telegraf's config:
How can debug this behavior?
Thanks!!
The text was updated successfully, but these errors were encountered: