WS3600 Cannot allocate memory

Begonnen von PitpatV, 28 November 2014, 23:17:29

Vorheriges Thema - Nächstes Thema

PitpatV

Hallo,

das WS3600 Modul läuft bei mir auf der FB7390 meist ca. 1 Woche stabil, dann werden keine Werte mehr aufgezeichnet. Parallel dazu werden die Werte der HomeMatic-, AVM-Komponenten und des SolarLogs weiterhin aufgezeichnet.
WS3600 holt Daten einer WH1080 Wetterstation zyklisch alle 15 Minuten mittels fowsr über USB ab.

Konfiguration:
define myWH1080 WS3600 "./fowsr/fowsr -c" 900

Im globalen Logfile ist kein Ausfall zu erkennen:
2014.11.28 13:58:46 3: GetUpdate Solarlog 192.26.178.29...
2014.11.28 14:00:00 3: WS3600(Msg): myWH1080 Read started
2014.11.28 14:03:46 3: GetUpdate Solarlog 192.26.178.29...
2014.11.28 14:08:46 3: GetUpdate Solarlog 192.26.178.29...
2014.11.28 14:13:46 3: GetUpdate Solarlog 192.26.178.29...
2014.11.28 14:15:00 3: WS3600(Msg): myWH1080 Read started
2014.11.28 14:18:46 3: GetUpdate Solarlog 192.26.178.29...
2014.11.28 14:23:46 3: GetUpdate Solarlog 192.26.178.29...
2014.11.28 14:28:46 3: GetUpdate Solarlog 192.26.178.29...
2014.11.28 14:30:01 3: WS3600(Msg): myWH1080 Read started
2014.11.28 14:33:46 3: GetUpdate Solarlog 192.26.178.29...
2014.11.28 14:38:46 3: GetUpdate Solarlog 192.26.178.29...
2014.11.28 14:43:46 3: GetUpdate Solarlog 192.26.178.29...
2014.11.28 14:45:00 3: WS3600(Msg): myWH1080 Read started
2014.11.28 14:48:46 3: GetUpdate Solarlog 192.26.178.29...
2014.11.28 14:53:46 3: GetUpdate Solarlog 192.26.178.29...
2014.11.28 14:58:46 3: GetUpdate Solarlog 192.26.178.29...
2014.11.28 15:00:00 3: WS3600(Msg): myWH1080 Read started
2014.11.28 15:03:46 3: GetUpdate Solarlog 192.26.178.29...

Das Daten-Logfile zu myWH1080 endet m 14:30 Uhr mit der Aufzeichnung.

Fehler beim Speichern der fhem.cfg im Fehlerzustand:
WS3600(Err): Can't start ./fowsr/fowsr -c: Cannot allocate memory Please define myWH1080 first

Ein Aufruf von fowsr über eine Telnetverbindung auf der FB7390 funktioniert ohne Probleme.
# ./fowsr -c
usb_set_debug: Setting debugging level to 1 (on)
DTime 28-11-2014 22:53:00
RHi 63.0
Ti 16.2
RHo 98.0
To 1.0
RP 1013.5
WS 2.0
WG 3.1
DIR 0.0
Rtot 598.8
state 00


Hier das Resultat von "free":
# free
             total         used         free       shared      buffers
Mem:        107696        95240        12456            0         1288
-/+ buffers:              93952        13744
Swap:        16376          208        16168

und "ps":
# ps
  PID USER       VSZ STAT COMMAND
1268 root      4856 S <  perl watchdog.pl
1272 root     41228 S <  /opt/bin/perl fhem.pl fhem.cfg


Ein An-/Abstecken der USB-Verbindung zur WH1080, die dann resettet, da keine Batterien eingelegt sind, löst das Problem nicht.

Hat von Euch einer eine Ahnung, an was es noch liegen könnte?
Bitte scheut Euch nicht nach weiteren Angaben zu fragen, falls diese hilfreich sein könnten.

Viele Grüße
PitpatV


Nachtrag 23:57:
Es könnte sich um das selbe Problem, wie bereits beschrieben handeln.
2014.11.28 23:35:00 1: Cannot fork: Cannot allocate memory
Ein Update konnte nun nur ohne die automatische Backup-Generierung durchgeführt werden.

Leider hat sich zwischenzeitlich auch die FB7390 aufgrund des Fehlers geresettet, so dass ich erst in ca. 1 Woche weiß, ob durch das Update das Problem behoben ist.

rudolfkoenig

In Perl-Programmen muss man normalerweise nicht um Speicherfreigabe kuemmern, da nicht benutzter Speicher automatisch freigegeben wird. Eine Ausnahme sind kompexere Datenstrukturen mit zirkularen Referenzen, z.Bsp. geparste XML-Dateien, diese muss der Programmier explizit freigeben.

Mir faellt nur folgende Methode ein um festzustellen welches der FHEM Module Speicher nicht freigibt:
- Die Speichernutzung von FHEM eine Weile lang auf dem FM mit ps beobachten (die dritte Spalte ist relevant), um ein Gefuehl dafuer zu kriegen, wie schnell es waechst.
- Danach der Reihe nach alle Module vermeiden, um zu schauen, ob es Verbesserung bringt. Am besten mit solchen anfangen, die XML Dateien parsen.

Wer eine einfachere Methode kennt, der soll sich bitte melden.
Leider ist der FB ist wegen seinen relativ knappen Speichers von solchen Problemen besonders betroffen.

PitpatV

#2
Danke für den Hinweis.

Bei mir kommt bzgl. Parsen nur das 99_Solarlog.pm in Frage. Dieses habe ich an die Situation bei mir angepasst, da die Logdatei-Inhalte des SolarLogs von den WR-Herstellern, -Typen und der Anzahl der WR abhängig ist. Für interessierte ist die Datei als Anhang beigefügt.
Ansonsten parst das 70_WS3600 Modul noch die Rückgabe von fowsr.

Bzgl. Speicherverbrauch bin ich noch nicht wirklich weitergekommen. Was ich mit ps sehen kann ist, dass der Speicherverbrauch von den über den Browser aufgerufene FHEM-WEB-Seiten abhängig ist. Die Erhöhungen des Speicherverbrauchs in der folgenden Aufzeichnung wurden jeweils nach neu aufgerufenen FHEM-Web-Seiten mittels Browser registriert.
Mon Dec  1 19:50:14 CET 2014    10556 root     23688 S <  /opt/bin/perl fhem.pl fhem.cfg (Kurz nach Neustart von FHEM nach Update)
Mon Dec  1 19:51:15 CET 2014    10556 root     23816 S <  /opt/bin/perl fhem.pl fhem.cfg (Erhöhung nach Abfrage von ... über FHEMWEB)
Mon Dec  1 19:57:15 CET 2014    10556 root     23816 S <  /opt/bin/perl fhem.pl fhem.cfg
Mon Dec  1 19:57:35 CET 2014    10556 root     23768 S <  /opt/bin/perl fhem.pl fhem.cfg (Verringerung nach Wechsel der Seite in FHEMWEB)
Mon Dec  1 19:58:07 CET 2014    10556 root     23832 S <  /opt/bin/perl fhem.pl fhem.cfg (Erhöhung nach Abfrage von ... über FHEMWEB)
Mon Dec  1 19:58:47 CET 2014    10556 root     23832 S <  /opt/bin/perl fhem.pl fhem.cfg
Mon Dec  1 20:00:27 CET 2014    10556 root     24400 S <  /opt/bin/perl fhem.pl fhem.cfg (Erhöhung nach Abfrage von ... über FHEMWEB)
Mon Dec  1 20:22:41 CET 2014    10556 root     24400 S <  /opt/bin/perl fhem.pl fhem.cfg
Mon Dec  1 20:24:33 CET 2014    10556 root     24528 S <  /opt/bin/perl fhem.pl fhem.cfg (Erhöhung nach Abfrage von ... über FHEMWEB)
Mon Dec  1 20:40:10 CET 2014    10556 root     24528 S <  /opt/bin/perl fhem.pl fhem.cfg
Mon Dec  1 20:41:46 CET 2014    10556 root     24588 S <  /opt/bin/perl fhem.pl fhem.cfg (Erhöhung nach Abfrage von ... über FHEMWEB)
Mon Dec  1 20:44:21 CET 2014    10556 root     24716 S <  /opt/bin/perl fhem.pl fhem.cfg (Erhöhung nach Abfrage von FHEM Logfile von November über FHEMWEB)
Mon Dec  1 21:05:46 CET 2014    10556 root     24716 S <  /opt/bin/perl fhem.pl fhem.cfg
Mon Dec  1 21:07:55 CET 2014    10556 root     25104 S <  /opt/bin/perl fhem.pl fhem.cfg (Erhöhung nach Abfrage von "version" über FHEMWEB)
Mon Dec  2 06:19:00 CET 2014    10556 root     25104 S <  /opt/bin/perl fhem.pl fhem.cfg

Es scheint als würde der von perl reservierte Speicher nicht mehr freigegeben sondern wiederverwendet. Jedenfalls passt der Speicherverbrauch zeitlich gesehen nicht zu den oberen beiden Modulen, die alle 5 (WS3600) bzw. 15 (Solarlog) Minuten aufgerufen werden.

Hier noch meine Konfiguration zur Übersicht:
- FB7390
- 2x Fritz!Dect 200 über DECT
- 1x CUL über USB
- 2x Homematic Temperatursensoren über CUL
- 1x Wetterstation WH1080 über USB
- 1x SolarLog über LAN

Aktive Module:
# $Id: fhem.pl 7097 2014-11-30 07:41:36Z rudolfkoenig $
# $Id: 00_CUL.pm 6980 2014-11-15 13:06:08Z rudolfkoenig $
# $Id: 10_CUL_HM.pm 7106 2014-11-30 19:24:42Z martinp876 $
# $Id: 00_FBAHA.pm 7098 2014-11-30 08:48:03Z rudolfkoenig $
# $Id: 10_FBDECT.pm 6771 2014-10-15 17:59:23Z rudolfkoenig $
# $Id: 72_FB_CALLMONITOR.pm 6852 2014-11-01 17:23:29Z markusbloch $
# $Id: 01_FHEMWEB.pm 7024 2014-11-19 23:07:39Z rudolfkoenig $
# $Id: 72_FRITZBOX.pm 7107 2014-11-30 20:56:54Z tpoitzsch $
# $Id: 92_FileLog.pm 7062 2014-11-25 09:15:57Z rudolfkoenig $
# $Id: 98_HMinfo.pm 7086 2014-11-29 09:40:41Z martinp876 $
# $Id: 99_SUNRISE_EL.pm 6765 2014-10-14 18:24:29Z rudolfkoenig $
# $Id: 98_SVG.pm 7075 2014-11-27 20:59:58Z rudolfkoenig $
# $Id: 99_Solarlog.pm 0002 2014-09-09 21-30-00Z PitpatV $
# $Id: 99_Utils.pm 6660 2014-10-03 06:35:43Z rudolfkoenig $
# $Id: 70_WS3600.pm 5189 2014-09-25 22:00:00Z PitpatV $
# $Id: 59_Weather.pm 6705 2014-10-07 17:41:42Z borisneubert $
# $Id: 90_at.pm 7000 2014-11-16 16:51:50Z rudolfkoenig $
# $Id: 98_autocreate.pm 6505 2014-09-06 12:24:48Z rudolfkoenig $
# $Id: 91_eventTypes.pm 6792 2014-10-19 16:03:13Z rudolfkoenig $
# $Id: 99_myUtilsWdg.pm ---- 2014-08-26 18:57:00Z PitpatV $
# $Id: 91_notify.pm 7002 2014-11-16 17:23:35Z rudolfkoenig $
# $Id: 98_telnet.pm 6611 2014-09-24 07:48:32Z rudolfkoenig $
# $Id: 98_update.pm 6784 2014-10-18 09:12:57Z rudolfkoenig $
# $Id: 98_weblink.pm 5608 2014-04-23 10:57:16Z rudolfkoenig $

rudolfkoenig

Keiner der beiden Module verarbeitet XML so wie ich meinte, mit XML-DOM-Bibliotheken wie XML::LibXML.

Ich wuerde diese PS-Ausgabe automatisch in einer Datei aufzeichnen, indem ich es per at alle 10 Minuten starte:
define psAt at +*00:10 "echo `date +%Y-%m-%d_%H:%M:%S ;; ps | grep fhem.cfg$` >> ./log/ps.out"
Und danach einmal taeglich jeweils ein Modul auskonfigurieren.

Falls jemand bessere Ideen hat, dann moege er sich bitte melden.

PitpatV

Hier nun die erste Aufzeichnung, wie der Speicherverbrauch ansteigt. Bei dieser Aufzeichnung waren noch alle Module aktiv.

2014-12-02_08:47:06 1257 0 21992 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_08:57:06 1257 0 21992 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_09:07:06 1257 0 21992 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_09:17:06 1257 0 22008 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_09:27:06 1257 0 22016 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_09:37:06 1257 0 22088 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_09:47:06 1257 0 22088 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_09:57:06 1257 0 22092 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_10:07:06 1257 0 22112 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_10:17:06 1257 0 22148 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_10:27:06 1257 0 22188 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_10:37:06 1257 0 22244 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_10:47:06 1257 0 22244 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_10:57:06 1257 0 22252 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_11:07:06 1257 0 22284 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_11:17:06 1257 0 22300 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_11:27:06 1257 0 22324 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_11:37:06 1257 0 22392 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_11:47:06 1257 0 22400 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_11:57:06 1257 0 22412 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_12:07:06 1257 0 22444 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_12:17:06 1257 0 22484 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_12:27:06 1257 0 22520 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_12:37:06 1257 0 22592 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_12:47:06 1257 0 22604 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_12:57:06 1257 0 22636 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_13:07:06 1257 0 22692 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_13:17:06 1257 0 22712 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_13:27:06 1257 0 22768 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_13:37:06 1257 0 22824 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_13:47:06 1257 0 22864 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_13:57:06 1257 0 22900 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_14:07:06 1257 0 22924 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_14:17:06 1257 0 22976 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_14:27:06 1257 0 23016 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_14:37:06 1257 0 23056 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_14:47:06 1257 0 23088 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_14:57:06 1257 0 23144 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_15:07:06 1257 0 23184 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_15:17:06 1257 0 23236 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_15:27:06 1257 0 23260 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_15:37:06 1257 0 23364 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_15:47:06 1257 0 23364 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_15:57:06 1257 0 23408 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_16:07:06 1257 0 23432 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_16:17:06 1257 0 23488 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_16:27:06 1257 0 23556 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_16:37:06 1257 0 23600 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_16:47:06 1257 0 23628 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_16:57:06 1257 0 23700 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_17:07:06 1257 0 23728 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_17:17:06 1257 0 23756 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_17:27:06 1257 0 23784 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_17:37:06 1257 0 23860 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_17:47:06 1257 0 23860 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_17:57:06 1257 0 23868 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_18:07:06 1257 0 23896 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_18:17:06 1257 0 23924 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_18:27:06 1257 0 23952 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_18:37:06 1257 0 24032 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_18:47:06 1257 0 24032 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_18:57:06 1257 0 24036 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_19:07:06 1257 0 24064 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_19:17:06 1257 0 24092 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_19:27:06 1257 0 24124 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_19:37:06 1257 0 24200 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_19:47:06 1257 0 24200 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_19:57:06 1257 0 24208 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_20:07:06 1257 0 24236 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_20:17:06 1257 0 24264 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_20:27:06 1257 0 24292 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_20:37:06 1257 0 24368 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_20:47:06 1257 0 24368 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_20:57:06 1257 0 24376 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_21:07:07 1257 0 24404 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_21:17:06 1257 0 24432 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_21:27:07 1257 0 24460 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_21:37:07 1257 0 24540 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_21:47:07 1257 0 24540 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_21:57:07 1257 0 24544 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_22:07:07 1257 0 24576 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_22:17:07 1257 0 24604 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_22:27:07 1257 0 24632 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_22:37:07 1257 0 24708 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_22:47:07 1257 0 24708 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_22:57:07 1257 0 24716 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_23:07:07 1257 0 24744 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_23:17:07 1257 0 24772 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_23:27:07 1257 0 24800 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_23:37:07 1257 0 24876 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_23:47:07 1257 0 24876 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-02_23:57:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_00:07:06 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_00:17:06 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_00:27:06 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_00:37:06 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_00:47:06 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_00:57:06 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_01:07:06 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_01:17:06 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_01:27:06 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_01:37:06 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_01:47:06 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_01:57:06 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_02:07:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_02:17:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_02:27:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_02:37:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_02:47:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_02:57:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_03:07:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_03:17:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_03:27:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_03:37:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_03:47:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_03:57:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_04:07:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_04:17:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_04:27:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_04:37:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_04:47:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_04:57:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_05:07:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_05:17:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_05:27:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_05:37:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_05:47:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_05:57:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_06:07:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_06:17:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_06:27:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_06:37:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_06:47:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_06:57:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_07:07:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_07:17:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_07:27:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_07:37:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_07:47:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_07:57:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_08:07:07 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_08:17:08 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_08:27:08 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_08:37:08 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_08:47:08 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_08:57:08 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_09:07:08 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_09:17:08 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_09:27:08 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_09:37:08 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_09:47:08 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_09:57:08 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_10:07:08 1257 0 24884 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_10:17:08 1257 0 24896 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_10:27:08 1257 0 24904 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_10:37:08 1257 0 24984 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_10:47:08 1257 0 24984 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_10:57:08 1257 0 24984 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_11:07:08 1257 0 24988 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_11:17:09 1257 0 25012 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_11:27:09 1257 0 25048 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_11:37:09 1257 0 25140 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_11:47:09 1257 0 25140 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_11:57:09 1257 0 25140 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_12:07:09 1257 0 25176 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_12:17:09 1257 0 25192 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_12:27:09 1257 0 25228 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_12:37:09 1257 0 25296 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_12:47:09 1257 0 25304 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_12:57:09 1257 0 25320 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_13:07:09 1257 0 25356 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_13:17:10 1257 0 25408 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_13:27:09 1257 0 25452 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_13:37:09 1257 0 25536 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_13:47:10 1257 0 25536 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_13:57:10 1257 0 25560 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_14:07:10 1257 0 25616 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_14:17:10 1257 0 25648 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_14:27:10 1257 0 25660 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_14:37:10 1257 0 25760 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_14:47:10 1257 0 25760 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_14:57:10 1257 0 25792 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_15:07:10 1257 0 25828 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_15:17:10 1257 0 25868 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_15:27:10 1257 0 25904 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_15:37:10 1257 0 25948 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_15:47:11 1257 0 25984 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_15:57:11 1257 0 26012 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_16:07:11 1257 0 26076 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_16:17:11 1257 0 26120 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_16:27:06 1257 0 26144 R < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_16:37:06 1257 0 26264 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_16:47:06 1257 0 26264 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_16:57:06 1257 0 26300 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_17:07:06 1257 0 26328 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_17:17:06 1257 0 26356 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_17:27:06 1257 0 26384 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_17:37:06 1257 0 26476 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_17:47:06 1257 0 26476 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_17:57:06 1257 0 26476 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_18:07:06 1257 0 26496 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_18:17:06 1257 0 26524 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_18:27:06 1257 0 26552 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_18:37:06 1257 0 26644 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_18:47:06 1257 0 26644 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_18:57:06 1257 0 26644 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_19:07:06 1257 0 26660 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_19:17:06 1257 0 26688 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_19:27:06 1257 0 26716 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_19:37:06 1257 0 26808 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_19:47:06 1257 0 26808 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_19:57:06 1257 0 26808 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_20:07:06 1257 0 26828 S < /opt/bin/perl fhem.pl fhem.cfg
2014-12-03_20:17:06 1257 0 26856 S < /opt/bin/perl fhem.pl fhem.cfg


Komisch ist, dass von Mitternacht bis 10:15 keine Speichererhöhung statt fand.

rudolfkoenig

#5
Und so schaut das als Diagramm aus :)

Sorry, war zu schnell: Es sind kB und nicht MB.