Playbook für die Nextcloud Notfalleinrichtung.

This commit is contained in:
2025-08-18 10:08:39 +02:00
parent 99a9fbc8ae
commit 3a876c13a9
24 changed files with 516 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#! /bin/bash
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
vcgencmd measure_temp
echo -n "Fan-Speed beim Start: "
cat /sys/devices/platform/cooling_fan/hwmon/hwmon2/fan1_input
sysbench cpu --cpu-max-prime=1000 --threads=4 run >/dev/null 2>&1
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
sysbench cpu --cpu-max-prime=50000 --threads=4 run
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
vcgencmd measure_temp
echo -n "Fan-Speed am Ende: "
cat /sys/devices/platform/cooling_fan/hwmon/hwmon2/fan1_input