<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Processes on Netdata</title><link>https://www.netdata.cloud/tags/processes/</link><description>Recent content in Processes on Netdata</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 18 Dec 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://www.netdata.cloud/tags/processes/index.xml" rel="self" type="application/rss+xml"/><item><title>Infrastructure Observability Without Instrumentation</title><link>https://www.netdata.cloud/features/enterprise/zero-code-instrumentation/</link><pubDate>Thu, 18 Dec 2025 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/features/enterprise/zero-code-instrumentation/</guid><description>Complete infrastructure visibility without touching code. Netdata monitors processes, containers, networks, and logs automatically through kernel-level instrumentation and intelligent auto-discovery.</description></item><item><title>Live Tab - Real-Time Netdata Functions</title><link>https://www.netdata.cloud/features/visualization/live/</link><pubDate>Thu, 18 Dec 2025 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/features/visualization/live/</guid><description>The Live tab provides real-time access to Netdata Functions - specialized routines from collectors that deliver live information from your monitored nodes, including database monitoring, network topology maps, process explorers, and diagnostics.</description></item><item><title>Process Monitoring vs Console Tools: A Comparison</title><link>https://www.netdata.cloud/blog/netdata-processes-monitoring-comparison-with-console-tools/</link><pubDate>Tue, 26 Sep 2023 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/blog/netdata-processes-monitoring-comparison-with-console-tools/</guid><description>&lt;p>Netdata reads &lt;code>/proc/&amp;lt;pid&amp;gt;/stat&lt;/code> for all processes, once per second and extracts &lt;code>utime&lt;/code> and
&lt;code>stime&lt;/code> (user and system cpu utilization), much like all the console tools do.&lt;/p>
&lt;p>But it also extracts &lt;code>cutime&lt;/code> and &lt;code>cstime&lt;/code> that account the user and system time of the exit children of each process.
By keeping a map in memory of the whole process tree, it is capable of assigning the right time to every process, taking
into account all its exited children.&lt;/p></description></item><item><title>Context Switching &amp; Its Impact On System Performance</title><link>https://www.netdata.cloud/blog/understanding-context-switching-and-its-impact-on-system-performance/</link><pubDate>Tue, 02 May 2023 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/blog/understanding-context-switching-and-its-impact-on-system-performance/</guid><description>&lt;p>&lt;img src="../2023-05-02-understanding-context-switching-and-its-impact-on-system-performance/img/stacked-netdata.png" alt="stacked-netdata">&lt;/p>
&lt;p>Context switching is the process of switching the CPU from one process, task or thread to another. In a multitasking operating system, such as Linux, the CPU has to switch between multiple processes or threads in order to keep the system running smoothly. This is necessary because each CPU core without hyperthreading can only execute one process or thread at a time. If there are many processes or threads running simultaneously, and very few CPU cores available to handle them, the system is forced to make more context switches to balance the CPU resources among them.&lt;/p></description></item><item><title>Understanding System Processes States</title><link>https://www.netdata.cloud/blog/understanding-system-processes-states/</link><pubDate>Tue, 02 May 2023 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/blog/understanding-system-processes-states/</guid><description>&lt;p>&lt;img src="../2023-05-02-understanding-system-processes-states/img/stacked-netdata.png" alt="stacked-netdata">&lt;/p>
&lt;p>The different states of system processes are essential to understanding how a computer system works. Each state represents a specific point in a process&amp;rsquo;s life cycle and can impact system performance and stability.&lt;/p>
&lt;!-- truncate -->
&lt;h2 id="process-states">Process States&lt;/h2>
&lt;p>Netdata&amp;rsquo;s &lt;code>system.processes_state&lt;/code> chart provides a view of these states, allowing users to monitor system performance in real-time:&lt;/p>
&lt;p>&lt;img src="../2023-05-02-understanding-system-processes-states/img/system-processes.png" alt="system-processes">&lt;/p>
&lt;ol>
&lt;li>
&lt;p>&lt;strong>Running:&lt;/strong> A process is in the Running state when it is actively using the CPU and executing instructions. This state is resource-intensive and can lead to performance issues if there are too many Running processes, causing CPU contention and system slowdowns. Processes in the Running state are prioritized using scheduling algorithms to improve system performance.&lt;/p></description></item><item><title>Introducing Netdata Functions (↑ Top)</title><link>https://www.netdata.cloud/blog/netdata-functions/</link><pubDate>Wed, 15 Feb 2023 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/blog/netdata-functions/</guid><description>&lt;p>Netdata is committed to making it simpler and easier for everyone to monitor and troubleshoot their infrastructure. With that goal in mind, we&amp;rsquo;re excited to announce the launch of our new &amp;ldquo;Functions&amp;rdquo; feature (↑ Top), which allows Netdata Agent collectors to expose &amp;ldquo;functions&amp;rdquo; that can be executed in run-time and on-demand.&lt;/p>
&lt;!--truncate-->
&lt;h3 id="what-are-netdata-functions">What are Netdata functions?&lt;/h3>
&lt;p>Netdata has always been synonymous with real time monitoring and automated dashboards, with the recent introduction of &amp;ldquo;functions&amp;rdquo;, there&amp;rsquo;s now a new way for users to troubleshoot their infrastructure. &lt;strong>A function, in the context of Netdata, is a routine or script that can be invoked to run on a node and retrieve useful information, which is then displayed in the Netdata cloud dashboard.&lt;/strong>&lt;/p></description></item></channel></rss>