Skip to content

Example wesplot pipelines

Shuhao Wu edited this page Apr 13, 2023 · 16 revisions
  • CPU Package temperature with sensors
    • { while true; do sensors | grep -oP 'Package.*?\+\K[0-9.]+'; sleep 1; done } | wesplot -t "CPU package temp" -u "°C" -m 20 -M 120

Clone this wiki locally