[Gelöst] Freezes in exaktem Minutenabstand - Bitte um Hilfe bei der Fehlersuche

Begonnen von hauwech, 18 Januar 2019, 10:19:23

Vorheriges Thema - Nächstes Thema

Wernieman

Dann geh doch mal einen anderen Weg:
Was wird bei Dir alle Stunde aufgerufen?

Eine Stunde ist jetzt nicht gerade ein Wert, der in allen Modulen zu finden ist.
- Bitte um Input für Output
- When there is a Shell, there is a Way
- Wann war Dein letztes Backup?

Wie man Fragen stellt: https://tty1.net/smart-questions_de.html

hauwech

Das Intervall ist eine Minute. Ich habe nur ein einziges "at", das jede Minute aufgerufen wird:
Internals:
   COMMAND    {
# my $traffic = InternalVal("HMLAN1","msgLoadCurrent","???");
my $UART1traffic = InternalVal("HmUART1","msgLoadCurrent","???");
my $UART2traffic = InternalVal("HmUART2","msgLoadCurrent","???");
my $UART3traffic = InternalVal("HmUART3","msgLoadCurrent","???");
# fhem("setreading HMLAN1 hmTrf ".$traffic." %" );
fhem("setreading HmUART1 Uart1Trf ".$UART1traffic." %" );
fhem("setreading HmUART2 Uart2Trf ".$UART2traffic." %" );
fhem("setreading HmUART3 Uart3Trf ".$UART3traffic." %" );
}
   DEF        +*00:01:00 {
# my $traffic = InternalVal("HMLAN1","msgLoadCurrent","???");
my $UART1traffic = InternalVal("HmUART1","msgLoadCurrent","???");
my $UART2traffic = InternalVal("HmUART2","msgLoadCurrent","???");
my $UART3traffic = InternalVal("HmUART3","msgLoadCurrent","???");
# fhem("setreading HMLAN1 hmTrf ".$traffic." %" );
fhem("setreading HmUART1 Uart1Trf ".$UART1traffic." %" );
fhem("setreading HmUART2 Uart2Trf ".$UART2traffic." %" );
fhem("setreading HmUART3 Uart3Trf ".$UART3traffic." %" );
}
   NAME       a_hmlan_internals
   NR         642
   NTM        19:08:10
   PERIODIC   yes
   RELATIVE   yes
   REP        -1
   STATE      Next: 19:08:10
   TIMESPEC   00:01:00
   TRIGGERTIME 1547834890.29296
   TRIGGERTIME_FMT 2019-01-18 19:08:10
   TYPE       at
   READINGS:
     2019-01-18 19:07:10   state           Next: 19:08:10
   helper:
     bm:
       at_Attr:
         cnt        2
         dmx        -1000
         dtot       0
         dtotcnt    0
         mTS        18.01. 18:42:30
         max        0.0308651924133301
         tot        0.0501031875610352
         mAr:
           set
           a_hmlan_internals
           disable
           1
       at_Set:
         cnt        704
         dmx        -1000
         dtot       0
         dtotcnt    0
         mTS        18.01. 14:32:10
         max        0.000527858734130859
         tot        0.0281474590301514
         mAr:
           HASH(a_hmlan_internals)
           a_hmlan_internals
           ?
Attributes:
   room       Funktionen
Das macht aber keinen großartigen zeitfressenden Zauber. Das schreibt nur ein reading und ein FileLog für einen Plot zur Überwachung der Funklast. Den auskommentierten HMLAN habe ich aus dem System entfernt, weil der auf Grund der Situation andauernd auf "disconnect" ging.
Wenn ich das "a_hmlan_internals" auf disabled=1 setze, gehen die freezes aber zuverlässig weiter.
Ich fürchte daher, daß es sich um einen Modul- oder fhem-Internen Timer handelt, der zyklisch alle 60 Sekunden aufgerufen wird. Da fehlen mir leider die Kenntnisse zur weiteren Analyse.

Ich werde aber alle Hinweise verfolgen, so es in meiner Macht steht.

Gruß Roland
Fhem auf Intel NUC11TNKi5+M2 NVMe+32GB RAM mit Ubuntu 22.04 LTS

hauwech

Guten Morgen zusammen,
hier ein aktueller Log-Auszug von freezemon.
Wenn man herausbekommen könnte, was der Logeintrag "telnetPort_127.0.0.1_xxxxx" ff. bedeutet und welche Routine das aufruft, sollte man doch den Verursacher ermitteln können, oder? Wie kann man dem beikommen? Kann man den fhem Prozess während der Laufzeit debuggen? Ein Blick auf htop zeigt IMMER genau kurz vor diesem (Log-)Zeitpunkt, daß der fhem Prozess einen CPU Core für die Dauer des freeze auf 100% zieht.
Ich habe derweil noch ein HueBridge device mit Interval=60 gefunden. Aber disable=1 darauf bewirkt ... keine Änderung der freezes :'(

roland@fhem-nuc:~$ tail -f /opt/fhem/log/fhem-2019-01.log -n 100|grep Freeze
2019.01.19 09:48:08.035 1: [Freezemon] myFreezemon: Long running Command detected jsonlist2 TYPE=.*:FILTER=state=..*:FILTER=model!=CCU-FHEM:FILTER=model!=ActionDetector:telnetPort - 3.925146 seconds
2019.01.19 09:48:08.113 1: [Freezemon] myFreezemon: Long function call detected ReadFn:telnetPort_127.0.0.1_48322 - 4.002883 seconds
2019.01.19 09:48:08.115 1: [Freezemon] myFreezemon: possible freeze starting at 09:48:05, delay is 3.114 possibly caused by: cmd-jsonlist2 TYPE=.*:FILTER=state=..*:FILTER=model!=CCU-FHEM:FILTER=model!=ActionDetector(telnetPort) fn-ReadFn(telnetPort_127.0.0.1_48322)
2019.01.19 09:48:29.069 1: [Freezemon] myFreezemon: Long function call detected ReadFn:WEB_192.168.1.83_51075 - 0.887619 seconds
2019.01.19 09:49:08.018 1: [Freezemon] myFreezemon: Long running Command detected jsonlist2 TYPE=.*:FILTER=state=..*:FILTER=model!=CCU-FHEM:FILTER=model!=ActionDetector:telnetPort - 3.484754 seconds
2019.01.19 09:49:08.094 1: [Freezemon] myFreezemon: Long function call detected ReadFn:telnetPort_127.0.0.1_48504 - 3.561685 seconds
2019.01.19 09:49:08.097 1: [Freezemon] myFreezemon: possible freeze starting at 09:49:05, delay is 3.096 possibly caused by: cmd-jsonlist2 TYPE=.*:FILTER=state=..*:FILTER=model!=CCU-FHEM:FILTER=model!=ActionDetector(telnetPort) fn-ReadFn(telnetPort_127.0.0.1_48504)
2019.01.19 09:50:09.399 1: [Freezemon] myFreezemon: Long running Command detected jsonlist2 TYPE=.*:FILTER=state=..*:FILTER=model!=CCU-FHEM:FILTER=model!=ActionDetector:telnetPort - 3.495356 seconds
2019.01.19 09:50:09.476 1: [Freezemon] myFreezemon: Long function call detected ReadFn:telnetPort_127.0.0.1_48610 - 3.572047 seconds
2019.01.19 09:50:09.477 1: [Freezemon] myFreezemon: possible freeze starting at 09:50:06, delay is 3.477 possibly caused by: cmd-jsonlist2 TYPE=.*:FILTER=state=..*:FILTER=model!=CCU-FHEM:FILTER=model!=ActionDetector(telnetPort) fn-ReadFn(telnetPort_127.0.0.1_48610)
2019.01.19 09:51:07.750 1: [Freezemon] myFreezemon: Long running Command detected jsonlist2 TYPE=.*:FILTER=state=..*:FILTER=model!=CCU-FHEM:FILTER=model!=ActionDetector:telnetPort - 3.503531 seconds
2019.01.19 09:51:07.826 1: [Freezemon] myFreezemon: Long function call detected ReadFn:telnetPort_127.0.0.1_48776 - 3.580046 seconds
2019.01.19 09:51:07.828 1: [Freezemon] myFreezemon: possible freeze starting at 09:51:05, delay is 2.827 possibly caused by: cmd-jsonlist2 TYPE=.*:FILTER=state=..*:FILTER=model!=CCU-FHEM:FILTER=model!=ActionDetector(telnetPort) fn-ReadFn(telnetPort_127.0.0.1_48776)
2019.01.19 09:52:07.705 1: [Freezemon] myFreezemon: Long running Command detected jsonlist2 TYPE=.*:FILTER=state=..*:FILTER=model!=CCU-FHEM:FILTER=model!=ActionDetector:telnetPort - 3.48264 seconds
2019.01.19 09:52:07.781 1: [Freezemon] myFreezemon: Long function call detected ReadFn:telnetPort_127.0.0.1_48894 - 3.55872 seconds
2019.01.19 09:52:07.783 1: [Freezemon] myFreezemon: possible freeze starting at 09:52:05, delay is 2.783 possibly caused by: cmd-jsonlist2 TYPE=.*:FILTER=state=..*:FILTER=model!=CCU-FHEM:FILTER=model!=ActionDetector(telnetPort) fn-ReadFn(telnetPort_127.0.0.1_48894)
2019.01.19 09:53:07.524 1: [Freezemon] myFreezemon: Long running Command detected jsonlist2 TYPE=.*:FILTER=state=..*:FILTER=model!=CCU-FHEM:FILTER=model!=ActionDetector:telnetPort - 3.473134 seconds
2019.01.19 09:53:07.600 1: [Freezemon] myFreezemon: Long function call detected ReadFn:telnetPort_127.0.0.1_49066 - 3.548868 seconds
2019.01.19 09:53:07.601 1: [Freezemon] myFreezemon: possible freeze starting at 09:53:05, delay is 2.601 possibly caused by: cmd-jsonlist2 TYPE=.*:FILTER=state=..*:FILTER=model!=CCU-FHEM:FILTER=model!=ActionDetector(telnetPort) fn-ReadFn(telnetPort_127.0.0.1_49066)
2019.01.19 09:54:07.649 1: [Freezemon] myFreezemon: Long running Command detected jsonlist2 TYPE=.*:FILTER=state=..*:FILTER=model!=CCU-FHEM:FILTER=model!=ActionDetector:telnetPort - 3.472348 seconds
2019.01.19 09:54:07.733 1: [Freezemon] myFreezemon: Long function call detected ReadFn:telnetPort_127.0.0.1_49178 - 3.556689 seconds
2019.01.19 09:54:07.736 1: [Freezemon] myFreezemon: possible freeze starting at 09:54:05, delay is 2.735 possibly caused by: cmd-jsonlist2 TYPE=.*:FILTER=state=..*:FILTER=model!=CCU-FHEM:FILTER=model!=ActionDetector(telnetPort) fn-ReadFn(telnetPort_127.0.0.1_49178)
2019.01.19 09:55:08.367 1: [Freezemon] myFreezemon: Long running Command detected jsonlist2 TYPE=.*:FILTER=state=..*:FILTER=model!=CCU-FHEM:FILTER=model!=ActionDetector:telnetPort - 3.480753 seconds
2019.01.19 09:55:08.445 1: [Freezemon] myFreezemon: Long function call detected ReadFn:telnetPort_127.0.0.1_49360 - 3.55863 seconds
2019.01.19 09:55:08.447 1: [Freezemon] myFreezemon: possible freeze starting at 09:55:05, delay is 3.446 possibly caused by: cmd-jsonlist2 TYPE=.*:FILTER=state=..*:FILTER=model!=CCU-FHEM:FILTER=model!=ActionDetector(telnetPort) fn-ReadFn(telnetPort_127.0.0.1_49360)
2019.01.19 09:55:18.505 1: [Freezemon] myFreezemon: Long function call detected ReadFn:HmUART3 - 0.975321 seconds


Schönen Gruß
Roland
Fhem auf Intel NUC11TNKi5+M2 NVMe+32GB RAM mit Ubuntu 22.04 LTS

KernSani

Vielleicht mal ein anderer Ansatz - Hast du mal versucht mit grep o.ä. herauszufinden, ob irgendetwas auf deinem Rechner "jsonlist2" aufruft?
RasPi: RFXTRX, HM, zigbee2mqtt, mySensors, JeeLink, miLight, squeezbox, Alexa, Siri, ...

hauwech

Ich habe noch nicht "außerhalb" von fhem gekuckt, weil der fhem Prozess exakt in diesem Intervall, zeitlich und von der Dauer korrespondierend einen CPU Kern auf 100% zieht.
Ich werde das aber morgen trotzdem nachholen, für heute bin ich platt.
Ich überlege sogar schon, ob ich in einer VM mal eine neue, frische fhem Instanz aufsetze und step by step umziehe. Aber das ist der letzte Strohhalm, mit 754 fhem devices bin ich da wahrscheinlich wochenlang beschäftigt, weil ich bei einem Umzug auch alle Abhängigkeiten (IOs, notifies, subs usw.) auflösen müßte.

Gruß Roland
Fhem auf Intel NUC11TNKi5+M2 NVMe+32GB RAM mit Ubuntu 22.04 LTS

KernSani

Zitat von: hauwech am 19 Januar 2019, 21:21:30
Ich habe noch nicht "außerhalb" von fhem gekuckt, weil der fhem Prozess exakt in diesem Intervall, zeitlich und von der Dauer korrespondierend einen CPU Kern auf 100% zieht.
Das heißt ja nicht, dass nicht der FHEM-Prozess "von außen" ausgelöst werden könnte. Irgendein Amok laufendes Siri-Skript o.ä.
RasPi: RFXTRX, HM, zigbee2mqtt, mySensors, JeeLink, miLight, squeezbox, Alexa, Siri, ...

hauwech

Danke, dem Gedanken gehe ich mal nach. Die einzige Instanz, die - für mich bewußt - von außen auf fhem zugreift, ist der IOBroker Adapter. Den hatte ich im Verlauf der Fehlersuche als Verdächtigen schon mal deaktiviert, die Freezes laufen weiter. Ich habe es eben nochmal gegengecheckt: IOBroker fhem Adapter aus -> freezes laufen zuverlässig weiter.
Ich teste - leider erste heute abend - die restlichen Kandidaten Alexa, HueBridge, Harmony... Da könnten möglicherweise Prozesse laufen, die in fhem etwas triggern, auch wenn meine Vorstellung, was da abgeht, nur sehr vage ist. Die hat aber mein Kumpel und Kollege auch alle am Laufen - und der hat keine Freezes.
Das bringt mich auf den nächsten Gedanken: Wir werden mal abgleichen, welche Module ich laufen habe, die er nicht im Einsatz hat.

Gruß Roland

Edit: Gerade mal geschaut, minütliche cron Jobs gibts auch nicht...
Fhem auf Intel NUC11TNKi5+M2 NVMe+32GB RAM mit Ubuntu 22.04 LTS

hauwech

Ich hatte leider das ganze Wochenende keine Zeit zum Weitersuchen.
Ich habe heute alle meine eigenen 99_myUtils... rausgeschmissen, fhem neu gestartet -> freezes kommen zuverlässig in der erwarteten Sekunde.
Dann habe ich der Reihe nach (nicht gleichzeitig) die Devices der Module ProPlanta, Pollenflug, Alexa, Hue, Harmony und HMCCU disabled und jeweils mind. 3 Minuten gewartet.
Völlig egal: die freezes kommen exakt alle 60 Sekunden.
Ich habe mir auf meiner Syno neben dem normalen Backup noch einen rsync Spiegel des fhem-Verzeichnisses angelegt. Dort suche ich derzeit nach den strings "telnetPort" und "jsonlist2", um vielleicht über Fundstellen im Code Erkenntnisse zu gewinnen. Da ich kein Perl-Experte bin, würde ich mich über Eure Hilfe freuen, wenn's soweit ist.
Der Abgleich der fhem Instanzen mit meinem Kollegen hat ergeben, daß er außer Pollenflug und ProPlanta auch alles auf einem Zotac am Laufen hat - ohne nennenswerte oder gar zyklische freezes.
Nachdem ich nun alle devices der Module, die nach meiner bescheidenen Ansicht in Frage kommen _könnten_, schon mal disabled hatte, frage ich mich:
Wird bei disabled=1 tatsächlich die Tätigkeit des Moduls/devices eingestellt, oder sind die vielleicht trotzdem noch (teil-?)aktiv?
Oder anders gefragt:
Kann ich mit dem "Disablen" eines devices erwarten, daß eventuell vom Modul dieses devices generierte freezes ausbleiben?

Gruß Roland
Fhem auf Intel NUC11TNKi5+M2 NVMe+32GB RAM mit Ubuntu 22.04 LTS

sledge

Mal ein Lösungsansatz von mir - der sich mit Deinem durchaus deckt und mir letztendlich geholfen hat, freezefrei zu werden:

1. Apptime nochmal neu starten und ~alle 60 sec. aufrufen. Schauen, welche Einträge ebenfalls im Minutentakt Last erzeugen
2. Ich habe bei mir am Ende alle (!!) Devices gelöscht - auch welche, von denen ich ausging, dass sie es nicht sein können.

Was ich dabei gelernt habe:

a) XBMC sollte unbedingt mit "fork = enable" betrieben werden...
b) Selbst bei einer umfangreichen FHEM-Installation geht das löschen der Devices schnell, sofern man eine gute Sicherung der cfg (oder configdb) verwendet.

Ich habe in der Tat nach zögerlichem Beginn ganze "Räume" gelöscht. Angefangen mit der gesamten Fußbodenheizung, dann sämtliche Rollladen usw, dann die jeweiligen Interfaces... Um am Ende bei einem Device zu landen, das in "unsorted" vor sich hinvegetierte und das ich mal zu Testzwecken angelegt hatte.

Seitdem ist mein FHEm Freeze-Frei - mit einer Ausnahme, die ich aber nur zu gut kenne und toleriere.

HTH Tom
FHEM: debian Intel-NUC / 25 x MAX!, 15 x HM-bidcos, MQTT, 3 x 1wire, 20 x Shelly, 20 x Tasmota, 12 x Yeelight, Opentherm-GW, Espeasy, alexa-fhem, kodi, unifi, musiccast, ...

hauwech

Uiuiuiui, das kommt doch einem Neuanfang gleich, oder?
Das Löschen eines devices geht freilich schnell, aber die Neuanlage inkl. Auflösung aller Abhängigkeiten, subs, notifies, doif's, die ganzen Schaltlogiken...?
Oder hast Du alles rausgeschmissen und dann die Definitionen direkt wieder in die fhem.cfg kopiert?
Ich fürchte, für eine so radikale Lösung müßte ich drei Wochen Urlaub nehmen.
Ich hoffe immer noch, den - für mich - rätselhaften telnet- und jsonlist2-Aufrufen auf die Schliche zu kommen. Parallel dazu gehe ich mal den unsorted room durch, da gibt's bestimmt Potential zum Aufräumen. Mal sehen, wann der Verzweiflungslevel eine Radikallösung weiter in den Fokus rückt.

Gruß Roland
Fhem auf Intel NUC11TNKi5+M2 NVMe+32GB RAM mit Ubuntu 22.04 LTS

mumpitzstuff

Mach dir doch ein Backup, lösch dann nach und nach alles raus was dir verdächtig erscheint und spiele hinterher das Backup wieder ein, um den Ursprungszustand zu erhalten.

sledge

Radikal - vielleicht. Neuanfang: Nein.

Wie mumpitzstuff geschrieben hat: Dazu gibt es doch das Backup.

Ich habe halt "nie" beim Löschen auf "SAVE" gedrückt - somit kein Problem. Darüberhinaus verwende ich configDB - aber das sollte keinen Unterschied machen. Die fhem.cfg editiere ich nie (habe ich nie gemacht), auch nie was reinkopiert. Da nähme ich dann einfach das Backup, dazu ist es ja da.

Der ganze Spaß hat bei mir vielleicht zwei Stunden gedauert - und ich behaupte jetzt mal, dass ich eine mittelgroße Installation habe.

Bei spaßeshalber: Gerade mal ein find -type f | xargs fgrep jsonlist2|less im FHEM-Verzeichnis gemacht, um alle Vorkommnisse von jsonlist2 zu entdecken. Vielleicht ist das ja auch ein Ansatzpunkt.

Aber wie gesagt: Meine Freezes waren in einer guten Stunde identifiziert. Und den Tipp mit Apptime nicht vergessen, irgendwann taucht der Freeze dort genau richtig auf... Muss ja ein Eintrag sein, der minütlich hochzählt!

Gruß, Tom


FHEM: debian Intel-NUC / 25 x MAX!, 15 x HM-bidcos, MQTT, 3 x 1wire, 20 x Shelly, 20 x Tasmota, 12 x Yeelight, Opentherm-GW, Espeasy, alexa-fhem, kodi, unifi, musiccast, ...

hauwech

Hallo Tom,
der Tip mit dem minütlichen apptime Aufruf war gut. Ich habe jetzt 4x kurz nach dem Freeze-Log-Eintrag "apptime count" aufgerufen. Auf den ersten Blick habe ich möglicherweise Verursacher eingefangen. Hier tauchen zumindest die telnet-Aufrufe auf. Was ich aber nicht verstehe: Laut apptime haben 0.00 delay-Werte??? Ich kriege die Ergebnisse von freezemon und apptime nicht übereinander. Minütlich zählen die aber auch nicht hoch, das sind ja ~500 calls pro Minute.
Eigentlich möchte ich auf die allowed-devices nicht verzichten. Ich habe die drei Kandidaten temporär disabled, aber an den freezes ändert sich nix.
Hier der apptime output:
name                                     function                               max    count      total  average   maxDly   avgDly TS Max call     param Max call
allowedWEBhook                           allowed_Authorize                        0      514       6.00     0.01     0.00     0.00 22.01. 09:52:25 HASH(allowedWEBhook); HASH(telnetPort_127.0.0.1_55220); cmd; perl
allowed_WEB                              allowed_Authorize                        0      514       5.43     0.01     0.00     0.00 22.01. 09:53:24 HASH(allowed_WEB); HASH(WEB_88.xxx.xxx.xxx_59372); cmd; apptime
allowed_WEBphone                         allowed_Authorize                        0      514       5.45     0.01     0.00     0.00 22.01. 09:53:19 HASH(allowed_WEBphone); HASH(telnetPort_127.0.0.1_55350); devicename; HG_FL_Muell
allowed_WEBtablet                        allowed_Authorize                        0      514       5.40     0.01     0.00     0.00 22.01. 09:53:24 HASH(allowed_WEBtablet); HASH(WEB_88.xxx.xxx.xxx_59372); cmd; apptime
CUL433                                   CUL_Ready                                2      504      82.05     0.16     0.00     0.00 22.01. 09:53:19 HASH(CUL433)
Activity_chk                             notify_Exec                              1      149      41.47     0.28     0.00     0.00 22.01. 09:52:52 HASH(Activity_chk); HASH(HG_BM_IT_01)
AlleFenster                              structure_Notify                         0      149       6.51     0.04     0.00     0.00 22.01. 09:53:13 HASH(AlleFenster); HASH(rg_AnnaG)
AlleTueren                               structure_Notify                         0      149       5.13     0.03     0.00     0.00 22.01. 09:52:47 HASH(AlleTueren); HASH(Foscam)
Bewegungsmelder                          structure_Notify                         0      149       2.88     0.02     0.00     0.00 22.01. 09:53:13 HASH(Bewegungsmelder); HASH(heatingInfo)
Bozena_Laptop                            fronthemDevice_Notify                    0      149       6.23     0.04     0.00     0.00 22.01. 09:52:52 HASH(Bozena_Laptop); HASH(Foscam)
Desktop                                  fronthemDevice_Notify                    0      149       4.88     0.03     0.00     0.00 22.01. 09:52:41 HASH(Desktop); HASH(HG_AZ_TH_01)
FileLog_BadLuefter                       FileLog_Log                              2      149      27.45     0.18     0.00     0.00 22.01. 09:52:42 HASH(FileLog_BadLuefter); HASH(rg_Bewohner)
FileLog_HG_WZ_Fenster_neu                FileLog_Log                              0      149      20.07     0.13     0.00     0.00 22.01. 09:53:16 HASH(FileLog_HG_WZ_Fenster_neu); HASH(NG_CP_TH_01)
FileLog_HM_4423F3                        FileLog_Log                              0      149      18.97     0.13     0.00     0.00 22.01. 09:53:11 HASH(FileLog_HM_4423F3); HASH(myDbLog)
FileLog_HM_568966                        FileLog_Log                              0      149      18.29     0.12     0.00     0.00 22.01. 09:52:54 HASH(FileLog_HM_568966); HASH(rr_Roland)
FileLog_IT_00F000FFFF                    FileLog_Log                              0      149      18.51     0.12     0.00     0.00 22.01. 09:52:48 HASH(FileLog_IT_00F000FFFF); HASH(Foscam)
FileLog_IT_0F0F0FFF0F                    FileLog_Log                              0      149      18.23     0.12     0.00     0.00 22.01. 09:52:52 HASH(FileLog_IT_0F0F0FFF0F); HASH(HG_BM_IT_01)
FileLog_IT_0F0F0FFFFF                    FileLog_Log                              0      149      17.91     0.12     0.00     0.00 22.01. 09:53:15 HASH(FileLog_IT_0F0F0FFFFF); HASH(HG_KT_TH_01)
HM                                       HMinfo_Notify                            0      149       2.29     0.02     0.00     0.00 22.01. 09:52:52 HASH(HM); HASH(Foscam)
HV                                       fronthemDevice_Notify                    0      149       4.93     0.03     0.00     0.00 22.01. 09:52:53 HASH(HV); HASH(HG_TH_TH_01)
Handy_VPN                                fronthemDevice_Notify                    0      149       4.12     0.03     0.00     0.00 22.01. 09:52:53 HASH(Handy_VPN); HASH(HG_TH_TH_01)
Heizungswerte                            readingsGroup_Notify                     0      149      15.60     0.10     0.00     0.00 22.01. 09:52:52 HASH(Heizungswerte); HASH(HG_BM_IT_01)
Laptop                                   fronthemDevice_Notify                    0      149       4.52     0.03     0.00     0.00 22.01. 09:53:11 HASH(Laptop); HASH(myDbLog)
LaptopRemote                             fronthemDevice_Notify                    0      149       4.50     0.03     0.00     0.00 22.01. 09:52:52 HASH(LaptopRemote); HASH(Foscam)
Logfile                                  FileLog_Log                              0      149      17.76     0.12     0.00     0.00 22.01. 09:53:16 HASH(Logfile); HASH(NG_CP_TH_01)
Luftfeuchte                              readingsGroup_Notify                     1      149      10.73     0.07     0.00     0.00 22.01. 09:52:33 HASH(Luftfeuchte); HASH(heatingInfo)
N308                                     fronthemDevice_Notify                    0      149       4.90     0.03     0.00     0.00 22.01. 09:52:42 HASH(N308); HASH(rg_Bewohner)
Tab                                      fronthemDevice_Notify                    0      149       4.06     0.03     0.00     0.00 22.01. 09:53:11 HASH(Tab); HASH(myDbLog)
Termin_Alarm                             notify_Exec                              1      149      31.51     0.21     0.00     0.00 22.01. 09:52:52 HASH(Termin_Alarm); HASH(HG_BM_IT_01)
Termin_Ende                              notify_Exec                              0      149      26.06     0.17     0.00     0.00 22.01. 09:53:13 HASH(Termin_Ende); HASH(HG_BM_IT_01)
Termin_Loeschen                          notify_Exec                              0      149      24.98     0.17     0.00     0.00 22.01. 09:52:52 HASH(Termin_Loeschen); HASH(HG_BM_IT_01)
Termin_Start                             notify_Exec                              1      149      25.15     0.17     0.00     0.00 22.01. 09:52:52 HASH(Termin_Start); HASH(HG_BM_IT_01)
VURG                                     readingsGroup_Notify                     0      149       8.91     0.06     0.00     0.00 22.01. 09:52:57 HASH(VURG); HASH(UnifiController)
WEB                                      FW_Notify                                0      149       1.84     0.01     0.00     0.00 22.01. 09:53:22 HASH(WEB); HASH(HG_BM_IT_01)
WEB_127.0.0.1_33816                      FW_Notify                               21      149     475.56     3.19     0.00     0.00 22.01. 09:52:35 HASH(WEB_127.0.0.1_33816); HASH(HG_WZ_HZ_WT_Weather)
WEB_88.xxx.xxx.xxx__58755                  FW_Notify                                1      149       4.22     0.03     0.00     0.00 22.01. 09:52:49 HASH(WEB_88.xxx.xxx.xxx_58755); HASH(rg_Bewohner)
WEBhabridge                              FW_Notify                                0      149       1.08     0.01     0.00     0.00 22.01. 09:52:45 HASH(WEBhabridge); HASH(HG_TH_TH_01)
WEBhook                                  FW_Notify                                0      149       1.01     0.01     0.00     0.00 22.01. 09:52:48 HASH(WEBhook); HASH(Foscam)
WEBphone                                 FW_Notify                                0      149       1.06     0.01     0.00     0.00 22.01. 09:52:52 HASH(WEBphone); HASH(Foscam)
WEBtablet                                FW_Notify                                0      149       1.12     0.01     0.00     0.00 22.01. 09:52:53 HASH(WEBtablet); HASH(HG_TH_TH_01)
_SmartVisuHandy                          fronthemDevice_Notify                    0      149       4.33     0.03     0.00     0.00 22.01. 09:53:00 HASH(_SmartVisuHandy); HASH(TempSens2_T2)
  name                                     function                               max    count      total  average   maxDly   avgDly TS Max call     param Max call
CUL433                                   CUL_Ready                                2     1058     178.46     0.17     0.00     0.00 22.01. 09:54:19 HASH(CUL433)
allowedWEBhook                           allowed_Authorize                        0     1025      12.09     0.01     0.00     0.00 22.01. 09:52:25 HASH(allowedWEBhook); HASH(telnetPort_127.0.0.1_55220); cmd; perl
allowed_WEB                              allowed_Authorize                        0     1025      10.94     0.01     0.00     0.00 22.01. 09:54:25 HASH(allowed_WEB); HASH(WEB_88.xxx.xxx.xxx__59372); cmd; apptime
allowed_WEBphone                         allowed_Authorize                        0     1025      10.95     0.01     0.00     0.00 22.01. 09:54:25 HASH(allowed_WEBphone); HASH(WEB_88.xxx.xxx.xxx__59372); cmd; apptime
allowed_WEBtablet                        allowed_Authorize                        0     1025      10.86     0.01     0.00     0.00 22.01. 09:54:19 HASH(allowed_WEBtablet); HASH(telnetPort_127.0.0.1_55518); devicename; HG_GWC_Fenster
Activity_chk                             notify_Exec                              1      289      73.50     0.25     0.00     0.00 22.01. 09:52:52 HASH(Activity_chk); HASH(HG_BM_IT_01)
AlleFenster                              structure_Notify                         0      289      12.49     0.04     0.00     0.00 22.01. 09:53:13 HASH(AlleFenster); HASH(rg_AnnaG)
AlleTueren                               structure_Notify                         0      289       9.60     0.03     0.00     0.00 22.01. 09:52:47 HASH(AlleTueren); HASH(Foscam)
Bewegungsmelder                          structure_Notify                         0      289       5.31     0.02     0.00     0.00 22.01. 09:53:13 HASH(Bewegungsmelder); HASH(heatingInfo)
Bozena_Laptop                            fronthemDevice_Notify                    0      289      11.58     0.04     0.00     0.00 22.01. 09:52:52 HASH(Bozena_Laptop); HASH(Foscam)
Desktop                                  fronthemDevice_Notify                    0      289       9.10     0.03     0.00     0.00 22.01. 09:52:41 HASH(Desktop); HASH(HG_AZ_TH_01)
FileLog_BadLuefter                       FileLog_Log                              2      289      48.75     0.17     0.00     0.00 22.01. 09:52:42 HASH(FileLog_BadLuefter); HASH(rg_Bewohner)
FileLog_HG_WZ_Fenster_neu                FileLog_Log                              0      289      37.72     0.13     0.00     0.00 22.01. 09:53:16 HASH(FileLog_HG_WZ_Fenster_neu); HASH(NG_CP_TH_01)
FileLog_HM_4423F3                        FileLog_Log                              0      289      35.81     0.12     0.00     0.00 22.01. 09:53:45 HASH(FileLog_HM_4423F3); HASH(HG_TH_TH_01)
FileLog_HM_568966                        FileLog_Log                              0      289      34.95     0.12     0.00     0.00 22.01. 09:52:54 HASH(FileLog_HM_568966); HASH(rr_Roland)
FileLog_IT_00F000FFFF                    FileLog_Log                              0      289      35.24     0.12     0.00     0.00 22.01. 09:52:48 HASH(FileLog_IT_00F000FFFF); HASH(Foscam)
FileLog_IT_0F0F0FFF0F                    FileLog_Log                              0      289      35.43     0.12     0.00     0.00 22.01. 09:52:52 HASH(FileLog_IT_0F0F0FFF0F); HASH(HG_BM_IT_01)
FileLog_IT_0F0F0FFFFF                    FileLog_Log                              0      289      34.06     0.12     0.00     0.00 22.01. 09:53:45 HASH(FileLog_IT_0F0F0FFFFF); HASH(HG_TH_TH_01)
HM                                       HMinfo_Notify                            0      289       4.34     0.02     0.00     0.00 22.01. 09:53:48 HASH(HM); HASH(Foscam)
HV                                       fronthemDevice_Notify                    0      289       9.25     0.03     0.00     0.00 22.01. 09:53:45 HASH(HV); HASH(HG_TH_TH_01)
Handy_VPN                                fronthemDevice_Notify                    0      289       7.90     0.03     0.00     0.00 22.01. 09:54:04 HASH(Handy_VPN); HASH(HG_TR_TH_01)
Heizungswerte                            readingsGroup_Notify                    12      289      40.88     0.14     0.00     0.00 22.01. 09:53:26 HASH(Heizungswerte); HASH(NG_BZ_HZ)
Laptop                                   fronthemDevice_Notify                    0      289       8.56     0.03     0.00     0.00 22.01. 09:54:04 HASH(Laptop); HASH(HG_TR_TH_01)
LaptopRemote                             fronthemDevice_Notify                    0      289       8.60     0.03     0.00     0.00 22.01. 09:52:52 HASH(LaptopRemote); HASH(Foscam)
Logfile                                  FileLog_Log                              0      289      33.60     0.12     0.00     0.00 22.01. 09:53:16 HASH(Logfile); HASH(NG_CP_TH_01)
Luftfeuchte                              readingsGroup_Notify                     1      289      18.79     0.07     0.00     0.00 22.01. 09:52:33 HASH(Luftfeuchte); HASH(heatingInfo)
N308                                     fronthemDevice_Notify                    0      289       8.90     0.03     0.00     0.00 22.01. 09:52:42 HASH(N308); HASH(rg_Bewohner)
Tab                                      fronthemDevice_Notify                    0      289       7.62     0.03     0.00     0.00 22.01. 09:53:11 HASH(Tab); HASH(myDbLog)
Termin_Alarm                             notify_Exec                              1      289      55.65     0.19     0.00     0.00 22.01. 09:52:52 HASH(Termin_Alarm); HASH(HG_BM_IT_01)
Termin_Ende                              notify_Exec                              0      289      46.38     0.16     0.00     0.00 22.01. 09:53:13 HASH(Termin_Ende); HASH(HG_BM_IT_01)
Termin_Loeschen                          notify_Exec                              0      289      44.95     0.16     0.00     0.00 22.01. 09:52:52 HASH(Termin_Loeschen); HASH(HG_BM_IT_01)
Termin_Start                             notify_Exec                              1      289      44.76     0.15     0.00     0.00 22.01. 09:52:52 HASH(Termin_Start); HASH(HG_BM_IT_01)
VURG                                     readingsGroup_Notify                     0      289      17.27     0.06     0.00     0.00 22.01. 09:53:37 HASH(VURG); HASH(PWR_SW_1_Pwr)
WEB                                      FW_Notify                                0      289       3.53     0.01     0.00     0.00 22.01. 09:53:22 HASH(WEB); HASH(HG_BM_IT_01)
WEB_127.0.0.1_33816                      FW_Notify                               21      289     971.28     3.36     0.00     0.00 22.01. 09:52:35 HASH(WEB_127.0.0.1_33816); HASH(HG_WZ_HZ_WT_Weather)
WEB_88.xxx.xxx.xxx_58755                  FW_Notify                                1      289       6.61     0.02     0.00     0.00 22.01. 09:52:49 HASH(WEB_88.xxx.xxx.xxx_58755); HASH(rg_Bewohner)
WEBhabridge                              FW_Notify                                0      289       2.05     0.01     0.00     0.00 22.01. 09:52:45 HASH(WEBhabridge); HASH(HG_TH_TH_01)
WEBhook                                  FW_Notify                                0      289       1.93     0.01     0.00     0.00 22.01. 09:53:41 HASH(WEBhook); HASH(myDbLog)
WEBphone                                 FW_Notify                                0      289       1.99     0.01     0.00     0.00 22.01. 09:52:52 HASH(WEBphone); HASH(Foscam)
WEBtablet                                FW_Notify                                0      289       2.11     0.01     0.00     0.00 22.01. 09:52:53 HASH(WEBtablet); HASH(HG_TH_TH_01)
_SmartVisuHandy                          fronthemDevice_Notify                    0      289       8.33     0.03     0.00     0.00 22.01. 09:53:37 HASH(_SmartVisuHandy); HASH(PWR_SW_1_Pwr)
name                                     function                               max    count      total  average   maxDly   avgDly TS Max call     param Max call
allowedWEBhook                           allowed_Authorize                        0     1533      18.05     0.01     0.00     0.00 22.01. 09:52:25 HASH(allowedWEBhook); HASH(telnetPort_127.0.0.1_55220); cmd; perl
allowed_WEB                              allowed_Authorize                        0     1533      16.46     0.01     0.00     0.00 22.01. 09:55:24 HASH(allowed_WEB); HASH(WEB_88.xxx.xxx.xxx_59372); cmd; apptime
allowed_WEBphone                         allowed_Authorize                        0     1533      16.40     0.01     0.00     0.00 22.01. 09:55:24 HASH(allowed_WEBphone); HASH(WEB_88.xxx.xxx.xxx_59372); cmd; apptime
allowed_WEBtablet                        allowed_Authorize                        0     1533      16.28     0.01     0.00     0.00 22.01. 09:55:24 HASH(allowed_WEBtablet); HASH(WEB_88.xxx.xxx.xxx_59372); cmd; apptime
CUL433                                   CUL_Ready                                2     1496     248.55     0.17     0.00     0.00 22.01. 09:54:19 HASH(CUL433)
Activity_chk                             notify_Exec                              2      489     128.22     0.26     0.00     0.00 22.01. 09:55:07 HASH(Activity_chk); HASH(HG_BM_IT_01)
AlleFenster                              structure_Notify                         0      489      21.18     0.04     0.00     0.00 22.01. 09:53:13 HASH(AlleFenster); HASH(rg_AnnaG)
AlleTueren                               structure_Notify                         0      489      16.61     0.03     0.00     0.00 22.01. 09:54:34 HASH(AlleTueren); HASH(HG_TR_TH_01)
Bewegungsmelder                          structure_Notify                         0      489       9.14     0.02     0.00     0.00 22.01. 09:54:56 HASH(Bewegungsmelder); HASH(HmUART1)
Bozena_Laptop                            fronthemDevice_Notify                    0      489      19.90     0.04     0.00     0.00 22.01. 09:52:52 HASH(Bozena_Laptop); HASH(Foscam)
Desktop                                  fronthemDevice_Notify                    0      489      15.76     0.03     0.00     0.00 22.01. 09:55:08 HASH(Desktop); HASH(Foscam)
FileLog_BadLuefter                       FileLog_Log                              2      489      82.64     0.17     0.00     0.00 22.01. 09:52:42 HASH(FileLog_BadLuefter); HASH(rg_Bewohner)
FileLog_HG_WZ_Fenster_neu                FileLog_Log                              0      489      64.92     0.13     0.00     0.00 22.01. 09:55:00 HASH(FileLog_HG_WZ_Fenster_neu); HASH(HG_KT_TH_01)
FileLog_HM_4423F3                        FileLog_Log                              0      489      61.08     0.12     0.00     0.00 22.01. 09:53:45 HASH(FileLog_HM_4423F3); HASH(HG_TH_TH_01)
FileLog_HM_568966                        FileLog_Log                              0      489      60.22     0.12     0.00     0.00 22.01. 09:52:54 HASH(FileLog_HM_568966); HASH(rr_Roland)
FileLog_IT_00F000FFFF                    FileLog_Log                              0      489      60.06     0.12     0.00     0.00 22.01. 09:54:49 HASH(FileLog_IT_00F000FFFF); HASH(rr_Bozena)
FileLog_IT_0F0F0FFF0F                    FileLog_Log                              0      489      60.43     0.12     0.00     0.00 22.01. 09:55:11 HASH(FileLog_IT_0F0F0FFF0F); HASH(HG_BM_IT_01)
FileLog_IT_0F0F0FFFFF                    FileLog_Log                              0      489      58.10     0.12     0.00     0.00 22.01. 09:55:10 HASH(FileLog_IT_0F0F0FFFFF); HASH(Foscam)
HM                                       HMinfo_Notify                            0      489       7.34     0.02     0.00     0.00 22.01. 09:55:23 HASH(HM); HASH(NG_CP_TH_01)
HV                                       fronthemDevice_Notify                    0      489      15.78     0.03     0.00     0.00 22.01. 09:55:09 HASH(HV); HASH(Foscam)
Handy_VPN                                fronthemDevice_Notify                    0      489      13.29     0.03     0.00     0.00 22.01. 09:54:04 HASH(Handy_VPN); HASH(HG_TR_TH_01)
Heizungswerte                            readingsGroup_Notify                    12      489      61.54     0.13     0.00     0.00 22.01. 09:53:26 HASH(Heizungswerte); HASH(NG_BZ_HZ)
Laptop                                   fronthemDevice_Notify                    0      489      14.39     0.03     0.00     0.00 22.01. 09:54:04 HASH(Laptop); HASH(HG_TR_TH_01)
LaptopRemote                             fronthemDevice_Notify                    0      489      14.34     0.03     0.00     0.00 22.01. 09:52:52 HASH(LaptopRemote); HASH(Foscam)
Logfile                                  FileLog_Log                              0      489      57.02     0.12     0.00     0.00 22.01. 09:54:49 HASH(Logfile); HASH(rr_Bozena)
Luftfeuchte                              readingsGroup_Notify                     1      489      30.32     0.06     0.00     0.00 22.01. 09:52:33 HASH(Luftfeuchte); HASH(heatingInfo)
N308                                     fronthemDevice_Notify                    0      489      14.64     0.03     0.00     0.00 22.01. 09:52:42 HASH(N308); HASH(rg_Bewohner)
Tab                                      fronthemDevice_Notify                    0      489      12.96     0.03     0.00     0.00 22.01. 09:53:11 HASH(Tab); HASH(myDbLog)
Termin_Alarm                             notify_Exec                              1      489      95.48     0.20     0.00     0.00 22.01. 09:55:11 HASH(Termin_Alarm); HASH(HG_BM_IT_01)
Termin_Ende                              notify_Exec                              1      489      79.49     0.16     0.00     0.00 22.01. 09:55:11 HASH(Termin_Ende); HASH(HG_BM_IT_01)
Termin_Loeschen                          notify_Exec                              0      489      77.34     0.16     0.00     0.00 22.01. 09:52:52 HASH(Termin_Loeschen); HASH(HG_BM_IT_01)
Termin_Start                             notify_Exec                              1      489      76.68     0.16     0.00     0.00 22.01. 09:52:52 HASH(Termin_Start); HASH(HG_BM_IT_01)
VURG                                     readingsGroup_Notify                     0      489      29.30     0.06     0.00     0.00 22.01. 09:53:37 HASH(VURG); HASH(PWR_SW_1_Pwr)
WEB                                      FW_Notify                                0      489       6.07     0.01     0.00     0.00 22.01. 09:54:47 HASH(WEB); HASH(rg_Klima)
WEB_127.0.0.1_33816                      FW_Notify                               21      489    1477.78     3.02     0.00     0.00 22.01. 09:52:35 HASH(WEB_127.0.0.1_33816); HASH(HG_WZ_HZ_WT_Weather)
WEBhabridge                              FW_Notify                                0      489       3.46     0.01     0.00     0.00 22.01. 09:52:45 HASH(WEBhabridge); HASH(HG_TH_TH_01)
WEBhook                                  FW_Notify                                0      489       3.26     0.01     0.00     0.00 22.01. 09:55:01 HASH(WEBhook); HASH(Foscam)
WEBphone                                 FW_Notify                                0      489       3.38     0.01     0.00     0.00 22.01. 09:52:52 HASH(WEBphone); HASH(Foscam)
WEBtablet                                FW_Notify                                0      489       3.57     0.01     0.00     0.00 22.01. 09:52:53 HASH(WEBtablet); HASH(HG_TH_TH_01)
_SmartVisuHandy                          fronthemDevice_Notify                    0      489      14.07     0.03     0.00     0.00 22.01. 09:53:37 HASH(_SmartVisuHandy); HASH(PWR_SW_1_Pwr)
alarm0.on.N                              notify_Exec                              6      489     256.76     0.53     0.00     0.00 22.01. 09:53:27 HASH(alarm0.on.N); HASH(heatingInfo)
name                                     function                               max    count      total  average   maxDly   avgDly TS Max call     param Max call
allowedWEBhook                           allowed_Authorize                        0     2047      24.26     0.01     0.00     0.00 22.01. 09:55:26 HASH(allowedWEBhook); HASH(telnetPort_127.0.0.1_55644); cmd; perl
allowed_WEB                              allowed_Authorize                        0     2047      22.08     0.01     0.00     0.00 22.01. 09:55:24 HASH(allowed_WEB); HASH(WEB_88.xxx.xxx.xxx_59372); cmd; apptime
allowed_WEBphone                         allowed_Authorize                        0     2047      21.93     0.01     0.00     0.00 22.01. 09:55:24 HASH(allowed_WEBphone); HASH(WEB_88.xxx.xxx.xxx_59372); cmd; apptime
allowed_WEBtablet                        allowed_Authorize                        0     2047      21.72     0.01     0.00     0.00 22.01. 09:55:24 HASH(allowed_WEBtablet); HASH(WEB_88.xxx.xxx.xxx_59372); cmd; apptime
CUL433                                   CUL_Ready                                4     2034     348.59     0.17     0.00     0.00 22.01. 09:56:19 HASH(CUL433)
Activity_chk                             notify_Exec                              2      640     165.90     0.26     0.00     0.00 22.01. 09:55:07 HASH(Activity_chk); HASH(HG_BM_IT_01)
AlleFenster                              structure_Notify                         0      640      27.49     0.04     0.00     0.00 22.01. 09:53:13 HASH(AlleFenster); HASH(rg_AnnaG)
AlleTueren                               structure_Notify                         0      640      21.80     0.03     0.00     0.00 22.01. 09:55:40 HASH(AlleTueren); HASH(Foscam)
Bewegungsmelder                          structure_Notify                         0      640      11.91     0.02     0.00     0.00 22.01. 09:54:56 HASH(Bewegungsmelder); HASH(HmUART1)
Bozena_Laptop                            fronthemDevice_Notify                    0      640      25.89     0.04     0.00     0.00 22.01. 09:55:26 HASH(Bozena_Laptop); HASH(HG_TH_TH_01)
Desktop                                  fronthemDevice_Notify                    0      640      20.27     0.03     0.00     0.00 22.01. 09:55:08 HASH(Desktop); HASH(Foscam)
FileLog_BadLuefter                       FileLog_Log                              2      640     106.57     0.17     0.00     0.00 22.01. 09:52:42 HASH(FileLog_BadLuefter); HASH(rg_Bewohner)
FileLog_HG_WZ_Fenster_neu                FileLog_Log                              0      640      84.60     0.13     0.00     0.00 22.01. 09:55:00 HASH(FileLog_HG_WZ_Fenster_neu); HASH(HG_KT_TH_01)
FileLog_HM_4423F3                        FileLog_Log                              0      640      79.60     0.12     0.00     0.00 22.01. 09:53:45 HASH(FileLog_HM_4423F3); HASH(HG_TH_TH_01)
FileLog_HM_568966                        FileLog_Log                              0      640      78.46     0.12     0.00     0.00 22.01. 09:52:54 HASH(FileLog_HM_568966); HASH(rr_Roland)
FileLog_IT_00F000FFFF                    FileLog_Log                              0      640      78.24     0.12     0.00     0.00 22.01. 09:54:49 HASH(FileLog_IT_00F000FFFF); HASH(rr_Bozena)
FileLog_IT_0F0F0FFF0F                    FileLog_Log                              0      640      79.09     0.12     0.00     0.00 22.01. 09:55:11 HASH(FileLog_IT_0F0F0FFF0F); HASH(HG_BM_IT_01)
FileLog_IT_0F0F0FFFFF                    FileLog_Log                              0      640      75.77     0.12     0.00     0.00 22.01. 09:55:10 HASH(FileLog_IT_0F0F0FFFFF); HASH(Foscam)
HM                                       HMinfo_Notify                            0      640       9.63     0.02     0.00     0.00 22.01. 09:55:26 HASH(HM); HASH(HG_TH_TH_01)
HV                                       fronthemDevice_Notify                    0      640      20.59     0.03     0.00     0.00 22.01. 09:55:09 HASH(HV); HASH(Foscam)
Handy_VPN                                fronthemDevice_Notify                    0      640      17.21     0.03     0.00     0.00 22.01. 09:54:04 HASH(Handy_VPN); HASH(HG_TR_TH_01)
Heizungswerte                            readingsGroup_Notify                    12      640      76.29     0.12     0.00     0.00 22.01. 09:53:26 HASH(Heizungswerte); HASH(NG_BZ_HZ)
Laptop                                   fronthemDevice_Notify                    0      640      18.63     0.03     0.00     0.00 22.01. 09:54:04 HASH(Laptop); HASH(HG_TR_TH_01)
LaptopRemote                             fronthemDevice_Notify                    0      640      18.57     0.03     0.00     0.00 22.01. 09:52:52 HASH(LaptopRemote); HASH(Foscam)
Logfile                                  FileLog_Log                              1      640      76.37     0.12     0.00     0.00 22.01. 09:56:22 HASH(Logfile); HASH(HG_KU_TH_01)
Luftfeuchte                              readingsGroup_Notify                     1      640      38.90     0.06     0.00     0.00 22.01. 09:52:33 HASH(Luftfeuchte); HASH(heatingInfo)
N308                                     fronthemDevice_Notify                    0      640      18.80     0.03     0.00     0.00 22.01. 09:52:42 HASH(N308); HASH(rg_Bewohner)
Tab                                      fronthemDevice_Notify                    0      640      16.85     0.03     0.00     0.00 22.01. 09:53:11 HASH(Tab); HASH(myDbLog)
Termin_Alarm                             notify_Exec                              4      640     127.34     0.20     0.00     0.00 22.01. 09:56:19 HASH(Termin_Alarm); HASH(VUDUO)
Termin_Ende                              notify_Exec                              1      640     103.64     0.16     0.00     0.00 22.01. 09:55:37 HASH(Termin_Ende); HASH(HG_BM_IT_01)
Termin_Loeschen                          notify_Exec                              0      640     100.54     0.16     0.00     0.00 22.01. 09:52:52 HASH(Termin_Loeschen); HASH(HG_BM_IT_01)
Termin_Start                             notify_Exec                              1      640      99.50     0.16     0.00     0.00 22.01. 09:52:52 HASH(Termin_Start); HASH(HG_BM_IT_01)
VURG                                     readingsGroup_Notify                     0      640      38.71     0.06     0.00     0.00 22.01. 09:56:06 HASH(VURG); HASH(NG_BZ_HZ_Clima)
WEB                                      FW_Notify                                0      640       8.02     0.01     0.00     0.00 22.01. 09:54:47 HASH(WEB); HASH(rg_Klima)
WEB_127.0.0.1_33816                      FW_Notify                               21      640    1872.01     2.93     0.00     0.00 22.01. 09:52:35 HASH(WEB_127.0.0.1_33816); HASH(HG_WZ_HZ_WT_Weather)
WEBhabridge                              FW_Notify                                0      640       4.54     0.01     0.00     0.00 22.01. 09:52:45 HASH(WEBhabridge); HASH(HG_TH_TH_01)
WEBhook                                  FW_Notify                                0      640       4.31     0.01     0.00     0.00 22.01. 09:55:49 HASH(WEBhook); HASH(Hikvision)
WEBphone                                 FW_Notify                                0      640       4.45     0.01     0.00     0.00 22.01. 09:52:52 HASH(WEBphone); HASH(Foscam)
WEBtablet                                FW_Notify                                0      640       4.67     0.01     0.00     0.00 22.01. 09:52:53 HASH(WEBtablet); HASH(HG_TH_TH_01)
...
Fhem auf Intel NUC11TNKi5+M2 NVMe+32GB RAM mit Ubuntu 22.04 LTS

mumpitzstuff

Mir ist nicht ganz klar, weshalb du count verwendest. Es ist doch völlig egal wie oft etwas aufgerufen wird, wenn es keine Laufzeit in Anspruch nimmt. Schau doch mal nach max und such nach Langläufern. Vermutlich findest du da eher einen Kandidaten.

KölnSolar

...und dabei fiel mir zumindest dieser
Zitatalarm0.on.N                              notify_Exec                              6      489     256.76     0.53     
auf. Ein notify aus dem Alarmanlagen-Modul.
RPi3/2 buster/stretch-SamsungAV_E/N-RFXTRX-IT-RSL-NC5462-Oregon-CUL433-GT-TMBBQ-01e-CUL868-FS20-EMGZ-1W(GPIO)-DS18B20-CO2-USBRS232-USBRS422-Betty_Boop-EchoDot-OBIS(Easymeter-Q3/EMH-KW8)-PCA301(S'duino)-Deebot(mqtt2)-zigbee2mqtt