Resuming to this, to give you a solution before the end of the day.
What instructions did you follow to install the Netdata Agent?
I just want to understand how you end up with an Install type: unknown
An action you could take to overcome your issue is:
Try to run the kickstart script (Install Netdata with kickstart.sh | Learn Netdata) again with the option --reinstall-even-if-unsafe. This will reinstall the Agent. The kickstart script will install the Agent in 3 possible ways (in order)
The reason behind your problem (a speculation until you provide me with an answer how you installed the Agent) is that in every update the agent recompiles it’s components (local build). If you install the Agent with the 2 first methods you would not even notice any activity between updates.
Since you’re on a Debian system, I suggest you do a full uninstall and then install again with kickstart.sh. It will default to use our binary packages, which will eliminate the CPU/Mem spike. If you have user configurations under /etc/netdata, keep those files somewhere before you uninstall, so you can add them again after the new installation.
We’re a bit cautious to not mess up custom installations, so the previous installation type is used to guide kickstart in deciding whether we can use binary packages or not. In your case we can’t.