[Gelöst]ActionDetector meldet dead

Begonnen von Tommy82, 15 Januar 2014, 21:54:22

Vorheriges Thema - Nächstes Thema

martinp876

da kann ich erst einmal nicht zustimmen. Echtzeit  bedeuted, dass eine kurze Hochlast ein Problem darstellt. Wenn du ein paar mal die Prozessorauslastung anschaust  ist das reiner Zufall. Da musst du schon mehr machen. Was für Profiler auf der FB eingebaut sind kann sicher jemand anders besser beantworten - linux bietet hier jede Mengen. Du muesstest schon durchgängig in kleinen schritten überwachen.
Fakt ist, dass jemand den FHEM prozess blockiert - immer wieder einmal. Dann ist wieder alles in Butter

Tommy82

Hallo MArtin,
hab leider noch keine Lösung für mein Problem gefunden....

Hast du eine idee wie ich Echtzeit die Box überwachen kann?

Aber wenn es wirklich an der Auslastung liegen sollte, wieso ist dann immer nur der der gleiche Kontakt dead?

Danke
Fhem Cubitruck  Armbian Buster with Linux 5.3.9-sunxi
HM-CC_RT-DN, HM-Sec-RHS,HM-Sec-SD, HM-Sec-SCo,IT1500,1xIT GRR-3500 Fritz!Dect200,Powerline546E,Enigma2 Modul mit 3 Vu+,Wol Modul für WinServer2016 und WinServer 2019,FB6590
Allnetl Wandtablett mit FTUI

martinp876

Hi,

du könntest dir ein script (perl? bsh? ) schreiben.
Erst einmal brauchst du daten, die du loggen kannst und die Hinweise geben.
Da gibt es
top
cat  /proc/stat

letzteres ist sehr interessant - aber kryptisch. Du musst es eben selbst interpretieren. Siehe
http://man7.org/linux/man-pages/man5/proc.5.html

Du kannst die ProcessId mit unter anderen mit ps herausbekommen.
cat /proc/<pid>/stat
siehst du jeden Process einzeln.
In Spalte 14 - 16 sind dann Timings zu sehen. Hier könntest du sehen, wer einmal einen großen Brocken abbeisst...

So kannst du es mit bordmitteln versuchen. Regelmässig lesen und logen. Dann nachsehen und auswerten.
Mühselig, klar.

Wenn du einen Process in verdacht hast ist es einfacher.
Gruss Martin

Tommy82

#33
Hallo Martin, hab jetzt mal mit einem Cron und * * * * * top -n 1 | head -n 12 >> /var/media/ftp/555/Test.txt
geloogt, das Ergebnis ist:
Mem: 88432K used, 21396K free, 0K shrd, 2688K buff, 21656K cached
CPU:  60% usr  40% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.79 3.48 3.37 2/118 24404
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
24392 24391 root     R     1260   1%  20% {busybox} top -n 1
4761  3282 root     R     1464   1%  13% {rc.usb2serial} /bin/ash /mod/external
29179     1 fhem     S    18884  17%   7% /mod/external/usr/share/fhem/fhem /mod
  229     2 root     RW<      0   0%   7% [avm_dect_thread]
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11256  10%   0% upnpd
Mem: 89856K used, 19972K free, 0K shrd, 2832K buff, 22916K cached
CPU:  66% usr  27% sys   0% nic   0% idle   0% io   0% irq   5% sirq
Load average: 3.39 3.42 3.35 3/118 29008
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
28995 28994 root     R     1260   1%  22% {busybox} top -n 1
17871 17870 root     S <   3076   3%   6% oscam -b -c /mod/external/mod/etc/conf
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89792K used, 20036K free, 0K shrd, 2832K buff, 22924K cached
CPU:  60% usr  40% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.71 3.49 3.38 3/118 6374
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
6359  6358 root     R     1260   1%  20% {busybox} top -n 1
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
1442     1 root     S    10684  10%   0% pbd
Mem: 89828K used, 20000K free, 0K shrd, 2832K buff, 22928K cached
CPU:  58% usr  41% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.56 3.46 3.37 2/118 11222
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
11206 11205 root     R     1260   1%  18% {busybox} top -n 1
4761  3282 root     R     1464   1%   6% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89828K used, 20000K free, 0K shrd, 2832K buff, 22932K cached
CPU:  57% usr  42% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.61 3.49 3.38 2/118 16063
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
16050 16049 root     R     1260   1%  29% {busybox} top -n 1
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
1442     1 root     S    10684  10%   0% pbd
Mem: 89752K used, 20076K free, 0K shrd, 2832K buff, 22932K cached
CPU:  75% usr  25% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.21 3.37 3.35 5/118 20882
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
29179     1 fhem     R    18884  17%  31% /mod/external/usr/share/fhem/fhem /mod
20872 20871 root     R     1260   1%  19% {busybox} top -n 1
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
1442     1 root     S    10684  10%   0% pbd
Mem: 89780K used, 20048K free, 0K shrd, 2832K buff, 22940K cached
CPU:  58% usr  35% sys   0% nic   0% idle   0% io   5% irq   0% sirq
Load average: 2.71 3.18 3.28 2/118 25717
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
25703 25702 root     R     1260   1%  18% {busybox} top -n 1
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
1442     1 root     S    10684  10%   0% pbd
Mem: 89780K used, 20048K free, 0K shrd, 2832K buff, 22940K cached
CPU:  66% usr  33% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.08 3.21 3.28 2/118 30557
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
30543 30542 root     R     1260   1%  27% {busybox} top -n 1
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
1442     1 root     S    10684  10%   0% pbd
Mem: 89812K used, 20016K free, 0K shrd, 2832K buff, 22940K cached
CPU:  66% usr  33% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 2.94 3.15 3.25 3/118 3041
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
3024  3023 root     R     1260   1%  20% {busybox} top -n 1
4761  3282 root     R     1464   1%   7% {rc.usb2serial} /bin/ash /mod/external
  229     2 root     RW<      0   0%   7% [avm_dect_thread]
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
Mem: 89812K used, 20016K free, 0K shrd, 2832K buff, 22944K cached
CPU:  62% usr  37% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 2.96 3.12 3.24 2/118 7912
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
7897  7896 root     R     1260   1%  25% {busybox} top -n 1
4761  3282 root     R     1464   1%   6% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89812K used, 20016K free, 0K shrd, 2832K buff, 22944K cached
CPU:  50% usr  42% sys   0% nic   0% idle   0% io   7% irq   0% sirq
Load average: 3.23 3.17 3.25 2/118 12771
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
12757 12756 root     R     1260   1%  21% {busybox} top -n 1
  879     1 root     S    19440  18%   7% /usr/bin/vdsld ats
4761  3282 root     R     1464   1%   7% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89812K used, 20016K free, 0K shrd, 2832K buff, 22944K cached
CPU:  64% usr  35% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.21 3.17 3.24 2/118 17641
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
17630 17629 root     R     1260   1%  21% {busybox} top -n 1
4761  3282 root     R     1464   1%   7% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89812K used, 20016K free, 0K shrd, 2832K buff, 22948K cached
CPU:  64% usr  35% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.14 3.16 3.23 2/118 22507
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
22494 22493 root     R     1260   1%  21% {busybox} top -n 1
4761  3282 root     R     1464   1%   7% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89784K used, 20044K free, 0K shrd, 2832K buff, 22948K cached
CPU:  66% usr  33% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.30 3.19 3.24 3/118 27374
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
27359 27358 root     R     1260   1%  20% {busybox} top -n 1
  879     1 root     S    19440  18%   7% /usr/bin/vdsld ats
4761  3282 root     R     1464   1%   7% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89756K used, 20072K free, 0K shrd, 2832K buff, 22948K cached
CPU:  60% usr  40% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.26 3.19 3.23 2/118 32246
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
32233 32232 root     R     1260   1%  20% {busybox} top -n 1
4761  3282 root     R     1464   1%   7% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89756K used, 20072K free, 0K shrd, 2832K buff, 22948K cached
CPU:  62% usr  37% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.44 3.23 3.24 2/118 4711
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
4696  4695 root     R     1260   1%  19% {busybox} top -n 1
  879     1 root     S    19440  18%   6% /usr/bin/vdsld ats
4761  3282 root     R     1464   1%   6% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89728K used, 20100K free, 0K shrd, 2832K buff, 22948K cached
CPU:  71% usr  28% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.22 3.20 3.23 2/118 9589
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
9574  9573 root     R     1260   1%  29% {busybox} top -n 1
4761  3282 root     R     1464   1%   7% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89728K used, 20100K free, 0K shrd, 2832K buff, 22952K cached
CPU:  60% usr  40% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.28 3.21 3.23 2/118 14450
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
14437 14436 root     R     1260   1%  27% {busybox} top -n 1
4761  3282 root     R     1464   1%   7% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89728K used, 20100K free, 0K shrd, 2832K buff, 22952K cached
CPU:  71% usr  28% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.19 3.21 3.22 3/118 19330
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
19316 19315 root     R     1260   1%  29% {busybox} top -n 1
  879     1 root     S    19440  18%   7% /usr/bin/vdsld ats
4761  3282 root     R     1464   1%   7% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89756K used, 20072K free, 0K shrd, 2832K buff, 22952K cached
CPU:  57% usr  42% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.25 3.22 3.22 2/118 24191
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
24179 24178 root     R     1260   1%  29% {busybox} top -n 1
4761  3282 root     R     1464   1%   7% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89728K used, 20100K free, 0K shrd, 2832K buff, 22952K cached
CPU:  62% usr  37% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.24 3.21 3.22 3/118 29057
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
29043 29042 root     R     1260   1%  19% {busybox} top -n 1
4761  3282 root     R     1464   1%   6% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89728K used, 20100K free, 0K shrd, 2832K buff, 22952K cached
CPU:  80% usr  20% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.03 3.14 3.19 3/118 1430
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
1414  1413 root     R     1260   1%  27% {busybox} top -n 1
  229     2 root     RW<      0   0%   7% [avm_dect_thread]
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89728K used, 20100K free, 0K shrd, 2832K buff, 22952K cached
CPU:  52% usr  41% sys   0% nic   0% idle   0% io   5% irq   0% sirq
Load average: 3.21 3.17 3.19 2/118 6329
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
6314  6313 root     R     1260   1%  24% {busybox} top -n 1
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
1442     1 root     S    10684  10%   0% pbd
Mem: 89728K used, 20100K free, 0K shrd, 2832K buff, 22960K cached
CPU:  56% usr  37% sys   0% nic   0% idle   0% io   6% irq   0% sirq
Load average: 3.15 3.17 3.18 3/118 11209
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
11195 11194 root     R     1260   1%  19% {busybox} top -n 1
29179     1 fhem     S    18884  17%   6% /mod/external/usr/share/fhem/fhem /mod
4761  3282 root     R     1464   1%   6% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89728K used, 20100K free, 0K shrd, 2832K buff, 22964K cached
CPU:  61% usr  38% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.22 3.17 3.18 2/118 16081
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
16069 16068 root     R     1260   1%  15% {busybox} top -n 1
17871 17870 root     S <   3076   3%   8% oscam -b -c /mod/external/mod/etc/conf
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89728K used, 20100K free, 0K shrd, 2832K buff, 22964K cached
CPU:  66% usr  33% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.24 3.19 3.19 2/118 20955
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
20942 20941 root     R     1260   1%  27% {busybox} top -n 1
29179     1 fhem     S    18884  17%   7% /mod/external/usr/share/fhem/fhem /mod
4761  3282 root     R     1464   1%   7% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89728K used, 20100K free, 0K shrd, 2832K buff, 22968K cached
CPU:  62% usr  37% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.39 3.27 3.21 2/118 25826
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
25812 25811 root     R     1260   1%  25% {busybox} top -n 1
4761  3282 root     R     1464   1%   6% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89728K used, 20100K free, 0K shrd, 2832K buff, 22968K cached
CPU:  60% usr  40% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.18 3.25 3.21 3/118 30707
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
30692 30691 root     R     1260   1%  27% {busybox} top -n 1
4761  3282 root     R     1464   1%   7% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89728K used, 20100K free, 0K shrd, 2832K buff, 22980K cached
CPU:  57% usr  35% sys   0% nic   0% idle   0% io   7% irq   0% sirq
Load average: 2.84 3.15 3.17 3/118 3170
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
3156  3155 root     R     1260   1%  21% {busybox} top -n 1
4761  3282 root     R     1464   1%  14% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89728K used, 20100K free, 0K shrd, 2832K buff, 22980K cached
CPU:  64% usr  35% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 2.83 3.09 3.15 3/118 8056
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
8042  8041 root     R     1260   1%  29% {busybox} top -n 1
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
1442     1 root     S    10684  10%   0% pbd
Mem: 89728K used, 20100K free, 0K shrd, 2832K buff, 22984K cached
CPU:  75% usr  25% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.03 3.07 3.14 3/118 12903
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
12890 12889 root     R     1260   1%  19% {busybox} top -n 1
  879     1 root     S    19440  18%   6% /usr/bin/vdsld ats
1620    30 root     S    28860  26%   0% /usr/bin/aha
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
1442     1 root     S    10684  10%   0% pbd
Mem: 89728K used, 20100K free, 0K shrd, 2832K buff, 22984K cached
CPU:  62% usr  37% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.23 3.11 3.14 2/118 17787
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
17774 17773 root     R     1260   1%  25% {busybox} top -n 1
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
1442     1 root     S    10684  10%   0% pbd
Mem: 89728K used, 20100K free, 0K shrd, 2832K buff, 22992K cached
CPU:  66% usr  33% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.05 3.07 3.13 2/118 22651
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
29179     1 fhem     S    18884  17%  39% /mod/external/usr/share/fhem/fhem /mod
22641 22640 root     R     1260   1%  22% {busybox} top -n 1
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
1442     1 root     S    10684  10%   0% pbd
Mem: 89720K used, 20108K free, 0K shrd, 2832K buff, 22996K cached
CPU:  53% usr  46% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.10 3.06 3.11 3/118 27525
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
27512 27511 root     R     1260   1%  23% {busybox} top -n 1
2181     1 root     S     3372   3%   8% usermand
17871 17870 root     S <   3076   3%   8% oscam -b -c /mod/external/mod/etc/conf
4761  3282 root     R     1464   1%   8% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
Mem: 89748K used, 20080K free, 0K shrd, 2832K buff, 23000K cached
CPU:  53% usr  40% sys   0% nic   0% idle   0% io   6% irq   0% sirq
Load average: 2.99 3.03 3.10 3/118 32408
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
32394 32393 root     R     1260   1%  27% {busybox} top -n 1
2181     1 root     S     3372   3%   7% usermand
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89756K used, 20072K free, 0K shrd, 2832K buff, 23000K cached
CPU:  64% usr  35% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 2.95 3.01 3.08 3/118 4859
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
4848  4847 root     R     1260   1%  29% {busybox} top -n 1
4761  3282 root     R     1464   1%  14% {rc.usb2serial} /bin/ash /mod/external
  207     2 root     SW<      0   0%   7% [yaffs-bg-1]
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
Mem: 89748K used, 20080K free, 0K shrd, 2832K buff, 23000K cached
CPU:  60% usr  40% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.33 3.11 3.11 2/118 9730
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
9719  9718 root     R     1260   1%  27% {busybox} top -n 1
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
1442     1 root     S    10684  10%   0% pbd
Mem: 89748K used, 20080K free, 0K shrd, 2832K buff, 23000K cached
CPU:  53% usr  46% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.15 3.11 3.11 2/118 14595
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
14582 14581 root     R     1260   1%  23% {busybox} top -n 1
4761  3282 root     R     1464   1%  15% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89720K used, 20108K free, 0K shrd, 2832K buff, 23000K cached
CPU:  57% usr  42% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.02 3.08 3.09 3/118 19479
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
19466 19465 root     R     1260   1%  21% {busybox} top -n 1
4761  3282 root     R     1464   1%   7% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89748K used, 20080K free, 0K shrd, 2832K buff, 23004K cached
CPU:  75% usr  25% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.32 3.16 3.12 3/118 24293
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
24279 24278 root     R     1260   1%  19% {busybox} top -n 1
4761  3282 root     R     1464   1%   6% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89784K used, 20044K free, 0K shrd, 2832K buff, 23004K cached
CPU:  66% usr  33% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.27 3.19 3.13 2/118 29156
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
29143 29142 root     R     1260   1%  27% {busybox} top -n 1
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
1442     1 root     S    10684  10%   0% pbd
Mem: 89748K used, 20080K free, 0K shrd, 2832K buff, 23004K cached
CPU:  68% usr  31% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.43 3.24 3.15 3/118 1607
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
1591  1590 root     R     1260   1%  19% {busybox} top -n 1
4761  3282 root     R     1464   1%   6% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89748K used, 20080K free, 0K shrd, 2832K buff, 23004K cached
CPU:  66% usr  33% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.46 3.26 3.16 2/118 6499
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
6487  6486 root     R     1260   1%  27% {busybox} top -n 1
4761  3282 root     R     1464   1%   7% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89748K used, 20080K free, 0K shrd, 2832K buff, 23004K cached
CPU:  53% usr  46% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.46 3.29 3.17 2/118 11378
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
11365 11364 root     R     1260   1%  20% {busybox} top -n 1
  879     1 root     S    19440  18%   7% /usr/bin/vdsld ats
4761  3282 root     R     1464   1%   7% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89748K used, 20080K free, 0K shrd, 2832K buff, 23004K cached
CPU:  53% usr  46% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.57 3.34 3.20 2/118 16171
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
16157 16156 root     R     1260   1%  27% {busybox} top -n 1
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
1442     1 root     S    10684  10%   0% pbd
Mem: 89756K used, 20072K free, 0K shrd, 2832K buff, 23008K cached
CPU:  62% usr  37% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.34 3.29 3.18 3/118 21037
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
21021 21020 root     R     1260   1%  19% {busybox} top -n 1
4761  3282 root     R     1464   1%   6% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89748K used, 20080K free, 0K shrd, 2832K buff, 23008K cached
CPU:  71% usr  28% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.39 3.31 3.19 3/118 25908
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
25893 25892 root     R     1260   1%  21% {busybox} top -n 1
4761  3282 root     R     1464   1%   7% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89748K used, 20080K free, 0K shrd, 2832K buff, 23008K cached
CPU:  71% usr  28% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.39 3.32 3.20 3/118 30795
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
30781 30780 root     R     1260   1%  21% {busybox} top -n 1
4761  3282 root     R     1464   1%   7% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89756K used, 20072K free, 0K shrd, 2832K buff, 23008K cached
CPU:  58% usr  41% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.25 3.29 3.20 3/118 3258
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
3244  3243 root     R     1260   1%  29% {busybox} top -n 1
29179     1 fhem     S    18884  17%   6% /mod/external/usr/share/fhem/fhem /mod
4761  3282 root     R     1464   1%   6% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89748K used, 20080K free, 0K shrd, 2832K buff, 23012K cached
CPU:  50% usr  50% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.06 3.22 3.18 3/118 8142
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
8127  8126 root     R     1260   1%  21% {busybox} top -n 1
  879     1 root     S    19440  18%   7% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   7% /mod/external/usr/share/fhem/fhem /mod
4761  3282 root     R     1464   1%   7% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89756K used, 20072K free, 0K shrd, 2832K buff, 23016K cached
CPU:  60% usr  40% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.14 3.22 3.18 2/118 12989
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
12977 12976 root     R     1260   1%  20% {busybox} top -n 1
  879     1 root     S    19440  18%   7% /usr/bin/vdsld ats
1620    30 root     S    28860  26%   0% /usr/bin/aha
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
1442     1 root     S    10684  10%   0% pbd
Mem: 89756K used, 20072K free, 0K shrd, 2832K buff, 23016K cached
CPU:  68% usr  31% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 2.84 3.13 3.15 3/118 17853
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
17838 17837 root     R     1260   1%  25% {busybox} top -n 1
4761  3282 root     R     1464   1%  13% {rc.usb2serial} /bin/ash /mod/external
29179     1 fhem     S    18884  17%   6% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   6% /usr/bin/avm/ctlmgr
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89776K used, 20052K free, 0K shrd, 2832K buff, 23020K cached
CPU:  71% usr  28% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 2.95 3.12 3.14 3/118 22714
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
22698 22697 root     R     1260   1%  21% {busybox} top -n 1
4761  3282 root     R     1464   1%   7% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89756K used, 20072K free, 0K shrd, 2832K buff, 23020K cached
CPU:  75% usr  25% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.17 3.18 3.16 2/118 27580
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
27566 27565 root     R     1260   1%  25% {busybox} top -n 1
4761  3282 root     R     1464   1%   6% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89748K used, 20080K free, 0K shrd, 2832K buff, 23020K cached
CPU:  53% usr  46% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.35 3.22 3.18 2/118 32440
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
32427 32426 root     R     1260   1%  13% {busybox} top -n 1
4761  3282 root     R     1464   1%   7% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
29179     1 fhem     S    18884  17%   0% /mod/external/usr/share/fhem/fhem /mod
1034     1 root     S    18060  16%   0% /usr/bin/avm/ctlmgr
1038     1 root     S    11096  10%   0% upnpd
1503     1 root     S    10692  10%   0% telefon a127.0.0.1
Mem: 89756K used, 20072K free, 0K shrd, 2832K buff, 23020K cached
CPU:  62% usr  37% sys   0% nic   0% idle   0% io   0% irq   0% sirq
Load average: 3.26 3.22 3.18 2/118 4913
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
4900  4899 root     R     1260   1%  25% {busybox} top -n 1
4761  3282 root     R     1464   1%   6% {rc.usb2serial} /bin/ash /mod/external
1620    30 root     S    28860  26%   0% /usr/bin/aha
  879     1 root     S    19440  18%   0% /usr/bin/vdsld ats
Fhem Cubitruck  Armbian Buster with Linux 5.3.9-sunxi
HM-CC_RT-DN, HM-Sec-RHS,HM-Sec-SD, HM-Sec-SCo,IT1500,1xIT GRR-3500 Fritz!Dect200,Powerline546E,Enigma2 Modul mit 3 Vu+,Wol Modul für WinServer2016 und WinServer 2019,FB6590
Allnetl Wandtablett mit FTUI

martinp876

nun, im wesentlichen musst du deine box schon selbst in den Griff bekommen. Einen overall service kann ich nicht bieten.
Das Log kannst du selbst auf ein Mass reduzieren und sehen, wer CPUzeit verbraucht, insbesondere zu Zeiten, wenn es Probleme gibt.
{rc.usb2serial} /bin/ash /mod/external
erzeugt eine Grundlast
Gelegentlich nutzt
oscam -b -c /mod/external/mod/etc/conf
8% - wenn das blockierend passiert könnte es probleme geben... musst du testen.

Tommy82

Hallo, das Problem besteht leider immer noch. Hab zwischenzeitlich die Box mal komplett recovert und neugemacht, und alles von Hand neugemacht ohne Backups einzuspielen, und hab auch oscam und einige andere Tools deinstalliert, aber gleiche Problem, und immer nur bei den einen Hm-sec-rhs, alle anderen funktionieren tadellos!

Was kann das noch sein?



(http://img.tapatalk.com/d/14/08/05/ypyqasur.jpg)
Fhem Cubitruck  Armbian Buster with Linux 5.3.9-sunxi
HM-CC_RT-DN, HM-Sec-RHS,HM-Sec-SD, HM-Sec-SCo,IT1500,1xIT GRR-3500 Fritz!Dect200,Powerline546E,Enigma2 Modul mit 3 Vu+,Wol Modul für WinServer2016 und WinServer 2019,FB6590
Allnetl Wandtablett mit FTUI