update: summary added.

git-svn-id: https://svn.fhem.de/fhem/trunk@12831 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
hexenmeister
2016-12-19 17:03:43 +00:00
parent 57a89d83af
commit 1c5fdabc40

View File

@@ -1557,6 +1557,10 @@ SYSMON_getCPUCoreNum_intern($) {
return $hash->{helper}{sys_cpu_core_num} if $hash->{helper}{sys_cpu_core_num};
# TODO: Umstellung auf
# cat /sys/devices/system/cpu/present
# cat /sys/devices/system/cpu/online
# nur wenn verfuegbar
if(SYSMON_isSysCpuNum($hash)) {
my $str = SYSMON_execute($hash, "cat /sys/devices/system/cpu/kernel_max");
@@ -4162,6 +4166,9 @@ sub SYSMON_Log($$$) {
1;
=pod
=item device
=item summary provides some statistics about the system
=item summary_DE liefert einige Statistiken ueber das Host-System
=begin html
<!-- ================================ -->