Services and timers - Arc protection - Bay control and measurement - Motor protection - Transformer protection - 2 winding - Busbar differential protection (low impedance) - Feeder protection - Voltage regulation - Busbar protection (voltage and frequency) - Capacitor bank protection - Interconnection protection - Power management/Load shedding - Back-up protection - Engineering Manual - SSC600 Smart substation control and protection - 1.5 - IEC - ANSI - 17.04.2023

SSC600 and SSC600 SW Engineering Manual

Some services might cause latency peaks when executed. At least the following services must be disabled. Depending on the Linux distribution and installed software, there might be additional services that must be also disabled.

fwupd-refresh service and timer: sudo systemctl disable fwupd-refresh.service && sudo systemctl disable fwupd-refresh.timer && sudo systemctl stop fwupd-refresh.timer

irqbalance service: sudo systemctl stop irqbalance && sudo systemctl disable irqbalance

ondemand service sets CPU governor to powersave after a while. Disable it: sudo systemctl disable ondemand

If cockpit is installed, make sure the performance monitoring is disabled.

sudo systemctl disable pmie.service

sudo systemctl disable pmie_farm.service

sudo systemctl disable pmie_check.timer

sudo systemctl disable pmie_daily.timer

sudo systemctl disable pmie_farm_check.timer

sudo systemctl stop pmie.service

sudo systemctl stop pmie_farm.service

sudo systemctl stop pmie_daily.timer

sudo systemctl stop pmie_check.timer

sudo systemctl stop pmie_farm_check.timer