Top Processes

Top Processes

Plugin from JanitorHead

Overview

A minimalist, native-looking Unraid Dashboard tile that lists the processes using the most CPU and memory — like htop, but matching Unraid's aesthetic. Each process shows twin flat CPU + RAM bars (severity-coloured), name, user, PID and absolute memory. Sort by CPU or MEM and pick the refresh rate right from the tile header. Accurate %CPU from /proc (kernel threads included, so the real culprit shows), with an overall CPU + io-wait readout that reconciles with the official Processor tile. Tracks all themes; light on resources, no background daemon.

Top Processes — Unraid Dashboard Widget

A native-looking Dashboard tile for Unraid 7.x that shows the processes using the most CPU and memory — like htop, but in Unraid's style. It fills the gap left by the official Processor and System tiles, which tell you how much is used but never which process is responsible.

Top Processes — twin CPU/RAM bars per process, with an overall CPU and io-wait readout

 dockerd                       root   1234
 CPU ███████████████░░░░░░░░░░░░░  42%
 MEM ██████░░░░░░░░░░░░░░░░░░░░░░  18% 512M
 shfs                          root    987
 CPU ████████████████████████████  78%
 MEM ██████████████░░░░░░░░░░░░░░  41% 1.2G

Features

  • Top‑N processes with name, user and PID (full command line on hover).
  • Twin CPU + RAM bars per process — two flat, square, full‑width rails that match Unraid's native usage bars; distinguished by a CPU / MEM label, with colour used only for severity (green → orange → red), plus absolute memory (e.g. 1.2G).
  • Sort by CPU or MEM from the header tabs; native refresh selector (2 / 5 / 10 s / off) just like the Processor tile's “30 s” dropdown.
  • Accurate %CPU from /proc (htop/Irix — 100 % = one core), including kernel threads (ZFS, md, kworker…) so the real culprit shows — not the misleading dashboard average. A header readout (CPU X% · io‑wait Y%) reconciles with the official Processor tile and surfaces disk‑wait (which belongs to no process). Kernel threads are toggleable in Settings.
  • Themes: tracks white / black / gray / azure via Unraid's CSS tokens.
  • Light on resources: a stateful endpoint does a single /proc walk and computes CPU as a delta (no blocking sleep); the tile polls only while it's visible and expanded (pauses when collapsed, off‑screen, or the tab is hidden). No background daemon.

Install

Unraid → Plugins → Install Plugin → paste:

https://raw.githubusercontent.com/JanitorHead/unraid-topprocesses/master/topprocesses.plg

Then open the Dashboard — the Top Processes tile appears in the left column. Defaults (rows, sort, interval) live in Settings → Utilities → Top Processes. The plugin is self‑contained (every file embedded inline) and auto‑updates from this repo.

How %CPU is measured

Computed from /proc using htop's Irix semantics, so 100 % means one full core. This avoids the well‑known “100 % in the dashboard, 15 % in htop” discrepancy. Cross‑check on the console with top -bn1 -o %CPU | head -n 20.

Building / contributing

topprocesses.plg is generated from source/ — never hand‑edit it. After changing anything under source/topprocesses/…, regenerate with a new version:

build/make-standalone-plg.sh     # writes topprocesses.plg from source/ (version = today's date)

Fastest iteration on a live box (skip packaging): copy the staging tree onto the server and refresh the Dashboard:

scp -r source/topprocesses/usr/local/emhttp/plugins/topprocesses root@TOWER:/usr/local/emhttp/plugins/

License

MIT.

Media gallery

Install Top Processes on Unraid in a few clicks.

Find Top Processes in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Top Processes Review the template variables and paths Click Install

Download Statistics

0
Total Downloads
451
This Month
38
Avg / Month

Downloads by Month

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
https://raw.githubusercontent.com/JanitorHead/unraid-topprocesses/master/topprocesses.plg
Last Updated2026-07-24
First Seen2026-07-23