Issue: Updated, now. High CPU Usage
# umh-support
t
Issue: Updateed, now. High CPU Usage
@Ferdinand This is present on the screen of my umh instance...
TOP screenshot
f
the first process is HiveMQ, not sure what the 2nd is
t
Most of the thime it's benthos at the top
f
can you check in redpanda console if it maybe ingesting all of the old data ?
t
I'm in redpanda...but i'm not really sure how to tell
f
under consumer groups you can check the "Lag" of the bridges
t
f
ok, so it is processing all of the old data. One way to control this is to add a stricter size/age limit to the topic. Otherwise just wait a bit for it to chew to all the data
t
Ok, I guess I'm going to just wait....
I don't really have that much data....so this is interesting....and I wonder what will happen in a "real world" situation
f
we can manually set the kafka partition offset if there is alot of data, or configure the retention
t
@Jermuk I'm still having pretty heavy usage of resources....my redpanda is still flickering... here is my top
j
redpanda flickering is what we will fix in todays or tomorrows release. reason is found for it already
CPU looks fine though, except the ld-musl-x86, is the management companion @Ferdinand ?
t
the cpu and memory usage are normal for this small of a system?
j
there is some strong baseload (that does not scale) for redpanda and k3s, yes. only thing I am curious about is the musl thing
t
It wasn't this heavy before the update...I don't know what the values where, but my server is constantly ramping up the fans now....where it wasn't before
j
k3s with 60% could also a little bit high, this is on my server with 12 cores, 16GB RAM, and like 6k tags / sec
java is HiveMQ, benthos probably the bridges
f
You can use
ps --sort=-pcpu aux | head -n 6
to check what process that is