Topbeat was replaced by
Metricbeat in 5.0. To learn more about Metricbeat, see the
Metricbeat documentation.
Per-Process Statistics Fields
editPer-Process Statistics Fields
editPer-process statistics that you can get by running the top or ps command on Unix systems.
proc Fields
editContains per-process statistics like memory usage, CPU usage, and details about each process, such as state, name, pid, and ppid.
proc.cmdline
edittype: string
The full command-line used to start the process, including the arguments separated by space.
cpu Fields
editCPU-specific statistics per process.
proc.cpu.start_time
edittype: string
The time when the process was started. Example: "17:45".
mem Fields
editMemory-specific statistics per process.
proc.mem.rss
edittype: int
The Resident Set Size. The amount of memory the process occupied in main memory (RAM).