Welcome to Collect Rack

./r-desktop/cpu


Settings

These settings are saved in the current url. Make them permanent by creating a bookmark.

YAML
#./plugins/cpu.yaml
---
title: CPU-#{@name} usage
opts: ["--upper-limit=100", "--rigid"]
vertical_label: Jiffies
stacked: true
area: true
lines:
  - legend: user
    file: cpu-user
  - legend: system
    file: cpu-system
  - legend: wait
    file: cpu-wait
  - legend: steal
    file: cpu-steal
  - legend: interrupt
    file: cpu-interrupt
  - legend: softirq
    file: cpu-softirq
  - legend: nice
    file: cpu-nice
  - legend: idle
    file: cpu-idle
    color: "#EEEEEE"