datalust / seq-input-gelf

Ingest GELF payloads into Seq
https://datalust.co/seq
Apache License 2.0
15 stars 8 forks source link

High idle CPU usage #126

Open 0xorial opened 1 month ago

0xorial commented 1 month ago

I am trying to use seq for my home server. Among other things I am forwarding docker logs via gelf to seq. To do this I use seq-input-gelf. My current rate of "idle" logging is 2 short messages/second. However I see that seq-input-gelf uses seqcli, which has an average 6% of CPU usage (xeon M1505). That seems excessively high from transferring ~500 bytes of data per second. Is such high CPU usage normal? How can I troubleshoot it?

nblumhardt commented 1 month ago

Hi @0xorial, thanks for your message.

I believe this is due to the seq-input-gelf container using an older seqcli version. We're planning some maintenance on seq-input-gelf for the near future, so I'll move this ticket over to that repository.