mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
hw monitoring
This commit is contained in:
1
testenv/fakes/cpu_temp
Normal file
1
testenv/fakes/cpu_temp
Normal file
@@ -0,0 +1 @@
|
||||
36511
|
||||
1
testenv/fakes/dt_model
Normal file
1
testenv/fakes/dt_model
Normal file
@@ -0,0 +1 @@
|
||||
Virtual Raspberry Pi
|
||||
1
testenv/fakes/msd/cdrom
Normal file
1
testenv/fakes/msd/cdrom
Normal file
@@ -0,0 +1 @@
|
||||
1
|
||||
0
testenv/fakes/msd/file
Normal file
0
testenv/fakes/msd/file
Normal file
1
testenv/fakes/msd/ro
Normal file
1
testenv/fakes/msd/ro
Normal file
@@ -0,0 +1 @@
|
||||
1
|
||||
5
testenv/fakes/vcgencmd
Executable file
5
testenv/fakes/vcgencmd
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
case $1 in
|
||||
get_throttled) echo "throttled=0x0";;
|
||||
measure_temp) echo "temp=35.0'C";;
|
||||
esac
|
||||
Reference in New Issue
Block a user