Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Warnung : Reconnection to DB.

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Warnung : Reconnection to DB.

    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      church last edited by

      Hatte ich schon, mit ca. 100 klappt es! Wollte nur mal wissen, ob das so normal ist…

      1 Reply Last reply Reply Quote 0
      • apollon77
        apollon77 last edited by

        Hängt sehr stark vom System und vielen Faktoren ab (auch Filesystem und und und)

        1 Reply Last reply Reply Quote 0
        • C
          church last edited by

          Klar, könntest Du mir mal ein Beispiel von Dir nennen! Nur so um eine Idee zu haben…

          1 Reply Last reply Reply Quote 0
          • apollon77
            apollon77 last edited by

            Ich bin inzwischen auf InfluxDB und SSDs 🙂 Also weiss ichs nicht mehr. Hatte früher mit ner HDD mehrere tausend auch mit dem normalen History. Aber ich habe keine USB/SSD erfahrungen. Vllt jemand anders?

            1 Reply Last reply Reply Quote 0
            • C
              church last edited by

              Aber es geht schon um Datenpunkte, die gleichzeitig gespeichert werden und nicht um die gesamte Anzahl?

              1 Reply Last reply Reply Quote 0
              • apollon77
                apollon77 last edited by

                Naja der Adapter läuft alle 10 Minuten alle Datenpunkte ab die du konfiguriert hast und schaut ob was gespeichert werden muss. I/O wird natürlich nur gebraucht wenn es neue Datensätze gibt, also geht es faktisch darum wieviele Datenunkte innerhalb der 10 Minuten neue Werte bekommen haben. Einer reicht schon das ein File geändert wird.

                1 Reply Last reply Reply Quote 0
                • C
                  church last edited by

                  > Hatte früher mit ner HDD mehrere tausend auch mit dem normalen History

                  Ich meinte, diesen Wert! Bezieht der sich auf die gesamten Datenpunkte oder nur die, die ohne Probleme alle 10 min. gespeichert werden können!

                  Ich habe auch einige 1000 Datenpunkte, die geloggt werden. aber der Flaschenhals (Reconnection to DB) sind ca. 200 Datenpunkte die regelmässig alle 10 min. gespeichert werden.

                  Nachdem der admin Adapter jetzt gefixt wurde, habe ich mal alle Datenpunkte auf max.1 im RAM gesetzt, jetzt wird besser verteilt und es gibt bisher keine reconnects mehr! Dafür halt mehr Schreibvorgänge!

                  Ich wolltet nur mal einen Anhaltswert, ob 200 Datenpunkte zuviel sind, oder ob was anderes nicht stimmt!

                  1 Reply Last reply Reply Quote 0
                  • apollon77
                    apollon77 last edited by

                    Warum werden nur 200 regelmäßig gespeichert? Weil nur die Daten haben?

                    Ja, jetzt hast dünnere i/o und die da Karte kann eher kaputt gehen.

                    1 Reply Last reply Reply Quote 0
                    • C
                      church last edited by

                      Die 200 Datenpunkte wurden im 10min "Pflichtintervall" gespeichert, da sie noch nicht das eingestellte RAM max. erreicht hatten!

                      Jetzt lief alles soweit ganz gut und ich habe die history Instanz von "debug" erstmal wieder auf "info" umgestellt. Seitdem startet der Adapter nicht mehr richtig. Laufend kommem immer diese Fehler:

                      history.0	2018-06-23 13:02:36.645	error	at Manager. <anonymous>(/opt/iobroker/node_modules/component-bind/index.js:21:15)
                      history.0	2018-06-23 13:02:36.645	error	at Socket.onpacket (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:233:12)
                      history.0	2018-06-23 13:02:36.645	error	at Socket.onevent (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:275:10)
                      history.0	2018-06-23 13:02:36.645	error	at Socket.Emitter.emit (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/component-emitter/index.js:133:20)
                      history.0	2018-06-23 13:02:36.645	error	at Socket. <anonymous>(/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInMemClient.js:52:30)
                      history.0	2018-06-23 13:02:36.645	error	at Object.change (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:3398:41)
                      history.0	2018-06-23 13:02:36.645	error	at Object.message (/opt/iobroker/node_modules/iobroker.history/history.js:118:9)
                      history.0	2018-06-23 13:02:36.645	error	at processMessage (/opt/iobroker/node_modules/iobroker.history/history.js:205:9)
                      history.0	2018-06-23 13:02:36.645	error	at finish (/opt/iobroker/node_modules/iobroker.history/history.js:183:9)
                      history.0	2018-06-23 13:02:36.645	error	at storeCached (/opt/iobroker/node_modules/iobroker.history/history.js:154:29)
                      history.0	2018-06-23 13:02:36.645	error	TypeError: Cannot read property 'push' of undefined
                      history.0	2018-06-23 13:02:36.596	error	message messagebox.system.adapter.history.0 [object Object] Cannot read property 'push' of undefined</anonymous></anonymous>
                      

                      Dannach dann wieder "reconnect to DB".

                      Div. Neustarts des Adapter und auch Reboots bringen keine Abhilfe!

                      Vorher lief es einige Tage ohne Probleme und das einzige, was ich verstellt hatte ist der Debug Modus wie oben erwähnt!

                      Woher kommt jetzt dieser Fehler?

                      Danke…Church

                      1 Reply Last reply Reply Quote 0
                      • apollon77
                        apollon77 last edited by

                        Gute frage. Am besten nimm mal die neueste version vom GitHub.

                        Da auch der Fehler?

                        Wenn ja bitte nochmal Fehler schicken. Kann ich dann besser prüfen.

                        Gesendet vom Handy …

                        1 Reply Last reply Reply Quote 0
                        • P
                          PrinzEisenherz1 last edited by

                          Bei mir spielt mittlerweile auch iobroker verrückt und ich weiß nicht woran es liegen könnte.

                          Die Meldungen werden immer mehr.

                          ! 2018-07-08 01:00:01.007 - [32minfo[39m: javascript.0 script.js.Technik.Servicemeldungen-neu: Homematic-Servicemeldungen: 2018-07-08 01:00:01.008 - [32minfo[39m: javascript.0 script.js.Technik.Servicemeldungen-neu: Anzahl Homematic-Servicemeldungen: 0 2018-07-08 01:00:11.834 - [32minfo[39m: host.orangepiplus2e instance system.adapter.dwd.0 terminated with code 0 (OK) 2018-07-08 01:00:14.337 - [32minfo[39m: host.orangepiplus2e instance system.adapter.tankerkoenig.0 terminated with code 0 (OK) 2018-07-08 01:00:16.856 - [32minfo[39m: host.orangepiplus2e instance system.adapter.yr.0 terminated with code 0 (OK) 2018-07-08 01:00:18.728 - [32minfo[39m: host.orangepiplus2e instance system.adapter.daswetter.0 terminated with code 0 (OK) 2018-07-08 01:00:24.991 - [32minfo[39m: host.orangepiplus2e instance system.adapter.ical.0 terminated with code 0 (OK) 2018-07-08 01:02:32.314 - [33mwarn[39m: fritzbox.0 Reconnection to DB. 2018-07-08 01:02:32.342 - [33mwarn[39m: fritzbox.0 Reconnection to DB. 2018-07-08 01:02:32.342 - [33mwarn[39m: simple-api.0 Reconnection to DB. 2018-07-08 01:02:32.536 - [33mwarn[39m: simple-api.0 Reconnection to DB. 2018-07-08 01:02:32.645 - [33mwarn[39m: nut.0 Reconnection to DB. 2018-07-08 01:02:32.709 - [33mwarn[39m: nut.0 Reconnection to DB. 2018-07-08 01:02:32.629 - [33mwarn[39m: socketio.0 Reconnection to DB. 2018-07-08 01:02:32.734 - [33mwarn[39m: socketio.0 Reconnection to DB. 2018-07-08 01:02:32.680 - [33mwarn[39m: text2command.0 Reconnection to DB. 2018-07-08 01:02:32.753 - [33mwarn[39m: text2command.0 Reconnection to DB. 2018-07-08 01:02:32.575 - [33mwarn[39m: telegram.1 Reconnection to DB. 2018-07-08 01:02:32.762 - [33mwarn[39m: telegram.1 Reconnection to DB. 2018-07-08 01:02:32.561 - [33mwarn[39m: admin.0 Reconnection to DB. 2018-07-08 01:02:32.719 - [33mwarn[39m: admin.0 Reconnection to DB. 2018-07-08 01:02:32.658 - [33mwarn[39m: web.0 Reconnection to DB. 2018-07-08 01:02:32.809 - [33mwarn[39m: web.0 Reconnection to DB. 2018-07-08 01:02:32.808 - [33mwarn[39m: hm-rpc.1 Reconnection to DB. 2018-07-08 01:02:32.869 - [33mwarn[39m: hm-rpc.1 Reconnection to DB. 2018-07-08 01:02:32.971 - [33mwarn[39m: vcard.0 Reconnection to DB. 2018-07-08 01:02:33.032 - [33mwarn[39m: vcard.0 Reconnection to DB. 2018-07-08 01:02:32.888 - [33mwarn[39m: telegram.0 Reconnection to DB. 2018-07-08 01:02:33.044 - [33mwarn[39m: telegram.0 Reconnection to DB. 2018-07-08 01:02:33.156 - [33mwarn[39m: email.0 Reconnection to DB. 2018-07-08 01:02:33.243 - [33mwarn[39m: email.0 Reconnection to DB. 2018-07-08 01:02:33.141 - [33mwarn[39m: ping.0 Reconnection to DB. 2018-07-08 01:02:33.225 - [33mwarn[39m: ping.0 Reconnection to DB. 2018-07-08 01:02:33.338 - [33mwarn[39m: samsung.0 Reconnection to DB. 2018-07-08 01:02:33.499 - [33mwarn[39m: samsung.0 Reconnection to DB. 2018-07-08 01:02:33.437 - [33mwarn[39m: opi.0 Reconnection to DB. 2018-07-08 01:02:33.524 - [33mwarn[39m: opi.0 Reconnection to DB. 2018-07-08 01:02:33.430 - [33mwarn[39m: pushover.0 Reconnection to DB. 2018-07-08 01:02:33.334 - [33mwarn[39m: cloud.0 Reconnection to DB. 2018-07-08 01:02:33.434 - [33mwarn[39m: sayit.0 Reconnection to DB. 2018-07-08 01:02:33.533 - [33mwarn[39m: pushover.0 Reconnection to DB. 2018-07-08 01:02:33.555 - [33mwarn[39m: sayit.0 Reconnection to DB. 2018-07-08 01:02:33.538 - [33mwarn[39m: cloud.0 Reconnection to DB. 2018-07-08 01:02:33.644 - [33mwarn[39m: sql.0 Reconnection to DB. 2018-07-08 01:02:33.730 - [33mwarn[39m: sql.0 Reconnection to DB. 2018-07-08 01:05:01.623 - [32minfo[39m: host.orangepiplus2e instance system.adapter.tankerkoenig.0 started with pid 15494 2018-07-08 01:05:09.323 - [32minfo[39m: host.orangepiplus2e instance system.adapter.tankerkoenig.0 terminated with code 0 (OK) 2018-07-08 01:10:00.125 - [32minfo[39m: host.orangepiplus2e instance system.adapter.tankerkoenig.0 started with pid 15686 2018-07-08 01:10:10.393 - [32minfo[39m: host.orangepiplus2e instance system.adapter.tankerkoenig.0 terminated with code 0 (OK) 2018-07-08 01:15:00.113 - [32minfo[39m: host.orangepiplus2e instance system.adapter.tankerkoenig.0 started with pid 15846 2018-07-08 01:15:00.192 - [32minfo[39m: host.orangepiplus2e instance system.adapter.ical.0 started with pid 15852 2018-07-08 01:15:11.157 - [32minfo[39m: host.orangepiplus2e instance system.adapter.tankerkoenig.0 terminated with code 0 (OK) 2018-07-08 01:15:21.480 - [32minfo[39m: host.orangepiplus2e instance system.adapter.ical.0 terminated with code 0 (OK) 2018-07-08 01:16:55.383 - [32minfo[39m: javascript.3 script.js.Zeit.Astro-Kalender: neue Tagezeit: Nacht 2018-07-08 01:19:47.377 - [32minfo[39m: javascript.0 Start javascript script.js.Kameras.Kamera_Wohnzimmer 2018-07-08 01:19:47.463 - [32minfo[39m: javascript.0 script.js.Kameras.Kamera_Wohnzimmer: registered 0 subscriptions and 0 schedules 2018-07-08 01:20:00.192 - [32minfo[39m: host.orangepiplus2e instance system.adapter.tankerkoenig.0 started with pid 16042 !

                          ! 2018-07-08 04:35:09.960 - [32minfo[39m: host.orangepiplus2e instance system.adapter.tankerkoenig.0 terminated with code 0 (OK) 2018-07-08 04:40:00.171 - [32minfo[39m: host.orangepiplus2e instance system.adapter.tankerkoenig.0 started with pid 23109 2018-07-08 04:40:08.765 - [32minfo[39m: host.orangepiplus2e instance system.adapter.tankerkoenig.0 terminated with code 0 (OK) 2018-07-08 04:44:00.643 - [32minfo[39m: host.orangepiplus2e instance system.adapter.daswetter.0 started with pid 23239 2018-07-08 04:44:11.890 - [32minfo[39m: host.orangepiplus2e instance system.adapter.daswetter.0 terminated with code 0 (OK) 2018-07-08 04:45:00.053 - [32minfo[39m: host.orangepiplus2e instance system.adapter.tankerkoenig.0 started with pid 23279 2018-07-08 04:45:00.098 - [32minfo[39m: host.orangepiplus2e instance system.adapter.ical.0 started with pid 23280 2018-07-08 04:45:10.932 - [32minfo[39m: host.orangepiplus2e instance system.adapter.tankerkoenig.0 terminated with code 0 (OK) 2018-07-08 04:45:21.125 - [32minfo[39m: host.orangepiplus2e instance system.adapter.ical.0 terminated with code 0 (OK) 2018-07-08 04:46:48.110 - [33mwarn[39m: pushover.0 Reconnection to DB. 2018-07-08 04:46:48.123 - [33mwarn[39m: text2command.0 Reconnection to DB. 2018-07-08 04:46:48.128 - [33mwarn[39m: vcard.0 Reconnection to DB. 2018-07-08 04:46:48.133 - [33mwarn[39m: nut.0 Reconnection to DB. 2018-07-08 04:46:48.142 - [33mwarn[39m: socketio.0 Reconnection to DB. 2018-07-08 04:46:48.151 - [33mwarn[39m: hm-rpc.1 Reconnection to DB. 2018-07-08 04:46:48.135 - [33mwarn[39m: pushover.0 Reconnection to DB. 2018-07-08 04:46:48.181 - [33mwarn[39m: text2command.0 Reconnection to DB. 2018-07-08 04:46:48.187 - [33mwarn[39m: telegram.1 Reconnection to DB. 2018-07-08 04:46:48.178 - [33mwarn[39m: nut.0 Reconnection to DB. 2018-07-08 04:46:48.157 - [33mwarn[39m: socketio.0 Reconnection to DB. 2018-07-08 04:46:48.176 - [33mwarn[39m: vcard.0 Reconnection to DB. 2018-07-08 04:46:48.159 - [33mwarn[39m: hm-rpc.1 Reconnection to DB. 2018-07-08 04:46:48.221 - [33mwarn[39m: telegram.1 Reconnection to DB. 2018-07-08 04:46:48.454 - [33mwarn[39m: samsung.0 Reconnection to DB. 2018-07-08 04:46:48.470 - [33mwarn[39m: email.0 Reconnection to DB. 2018-07-08 04:46:48.476 - [33mwarn[39m: samsung.0 Reconnection to DB. 2018-07-08 04:46:48.579 - [33mwarn[39m: email.0 Reconnection to DB. 2018-07-08 04:46:48.618 - [33mwarn[39m: sayit.0 Reconnection to DB. 2018-07-08 04:46:48.622 - [33mwarn[39m: simple-api.0 Reconnection to DB. 2018-07-08 04:46:48.626 - [33mwarn[39m: sayit.0 Reconnection to DB. 2018-07-08 04:46:48.633 - [33mwarn[39m: simple-api.0 Reconnection to DB. 2018-07-08 04:46:48.776 - [33mwarn[39m: javascript.0 Reconnection to DB. 2018-07-08 04:46:48.830 - [33mwarn[39m: telegram.0 Reconnection to DB. 2018-07-08 04:46:48.835 - [33mwarn[39m: fritzbox.0 Reconnection to DB. 2018-07-08 04:46:48.837 - [33mwarn[39m: telegram.0 Reconnection to DB. 2018-07-08 04:46:48.859 - [33mwarn[39m: fritzbox.0 Reconnection to DB. 2018-07-08 04:46:48.875 - [33mwarn[39m: admin.0 Reconnection to DB. 2018-07-08 04:46:48.869 - [33mwarn[39m: hm-rpc.0 Reconnection to DB. 2018-07-08 04:46:48.908 - [33mwarn[39m: javascript.0 Reconnection to DB. 2018-07-08 04:46:48.755 - [33mwarn[39m: cloud.0 Reconnection to DB. 2018-07-08 04:46:48.870 - [33mwarn[39m: cloud.0 Reconnection to DB. 2018-07-08 04:46:48.916 - [33mwarn[39m: javascript.2 Reconnection to DB. 2018-07-08 04:46:48.911 - [33mwarn[39m: admin.0 Reconnection to DB. 2018-07-08 04:46:48.960 - [33mwarn[39m: ping.0 Reconnection to DB. 2018-07-08 04:46:48.980 - [33mwarn[39m: ping.0 Reconnection to DB. 2018-07-08 04:46:48.962 - [33mwarn[39m: hm-rpc.0 Reconnection to DB. 2018-07-08 04:46:48.999 - [33mwarn[39m: javascript.2 Reconnection to DB. 2018-07-08 04:46:49.126 - [33mwarn[39m: web.0 Reconnection to DB. 2018-07-08 04:46:49.173 - [33mwarn[39m: web.0 Reconnection to DB. 2018-07-08 04:50:00.352 - [32minfo[39m: host.orangepiplus2e instance system.adapter.tankerkoenig.0 started with pid 23450 2018-07-08 04:50:07.542 - [32minfo[39m: host.orangepiplus2e instance system.adapter.tankerkoenig.0 terminated with code 0 (OK) 2018-07-08 04:54:38.255 - [32minfo[39m: javascript.0 Start javascript script.js.Kameras.Kamera_Wohnzimmer 2018-07-08 04:54:38.289 - [32minfo[39m: javascript.0 script.js.Kameras.Kamera_Wohnzimmer: registered 0 subscriptions and 0 schedules 2018-07-08 04:55:02.203 - [32minfo[39m: host.orangepiplus2e instance system.adapter.tankerkoenig.0 started with pid 23619 2018-07-08 04:55:09.691 - [32minfo[39m: host.orangepiplus2e instance system.adapter.tankerkoenig.0 terminated with code 0 (OK) 2018-07-08 04:55:23.351 - [32minfo[39m: javascript.0 Stop script script.js.Kameras.Kamera_Wohnzimmer 2018-07-08 05:00:00.162 - [32minfo[39m: host.orangepiplus2e instance system.adapter.tankerkoenig.0 started with pid 23780 2018-07-08 05:00:00.247 - [32minfo[39m: host.orangepiplus2e instance system.adapter.ical.0 started with pid 23786 2018-07-08 05:00:00.307 - [32minfo[39m: host.orangepiplus2e instance system.adapter.daswetter.0 started with pid 23792 2018-07-08 05:00:00.376 - [32minfo[39m: host.orangepiplus2e instance system.adapter.dwd.0 started with pid 23798 2018-07-08 05:00:00.568 - [32minfo[39m: host.orangepiplus2e instance system.adapter.yr.0 started with pid 23804 2018-07-08 05:00:00.952 - [32minfo[39m: javascript.0 script.js.Wetterstation.BIO-Wettervorhersage: Biowetter eingelesen !

                          ! 2018-07-08 07:05:02.265 - [32minfo[39m: host.orangepiplus2e instance system.adapter.tankerkoenig.0 started with pid 28406 2018-07-08 07:05:18.135 - [32minfo[39m: host.orangepiplus2e instance system.adapter.tankerkoenig.0 terminated with code 0 (OK) 2018-07-08 07:10:00.145 - [32minfo[39m: host.orangepiplus2e instance system.adapter.tankerkoenig.0 started with pid 28597 2018-07-08 07:10:10.550 - [32minfo[39m: host.orangepiplus2e instance system.adapter.tankerkoenig.0 terminated with code 0 (OK) 2018-07-08 07:15:00.184 - [32minfo[39m: host.orangepiplus2e instance system.adapter.tankerkoenig.0 started with pid 28755 2018-07-08 07:15:00.295 - [32minfo[39m: host.orangepiplus2e instance system.adapter.ical.0 started with pid 28763 2018-07-08 07:15:13.483 - [32minfo[39m: host.orangepiplus2e instance system.adapter.tankerkoenig.0 terminated with code 0 (OK) 2018-07-08 07:15:26.396 - [32minfo[39m: host.orangepiplus2e instance system.adapter.ical.0 terminated with code 0 (OK) 2018-07-08 07:18:14.446 - [33mwarn[39m: ping.0 Reconnection to DB. 2018-07-08 07:18:14.479 - [33mwarn[39m: nut.0 Reconnection to DB. 2018-07-08 07:18:14.478 - [33mwarn[39m: simple-api.0 Reconnection to DB. 2018-07-08 07:18:14.486 - [33mwarn[39m: hm-rpc.1 Reconnection to DB. 2018-07-08 07:18:14.484 - [33mwarn[39m: admin.0 Reconnection to DB. 2018-07-08 07:18:14.452 - [33mwarn[39m: ping.0 Reconnection to DB. 2018-07-08 07:18:14.490 - [33mwarn[39m: email.0 Reconnection to DB. 2018-07-08 07:18:14.496 - [33mwarn[39m: text2command.0 Reconnection to DB. 2018-07-08 07:18:14.517 - [33mwarn[39m: pushover.0 Reconnection to DB. 2018-07-08 07:18:14.537 - [33mwarn[39m: sayit.0 Reconnection to DB. 2018-07-08 07:18:14.508 - [33mwarn[39m: hm-rpc.1 Reconnection to DB. 2018-07-08 07:18:14.557 - [33mwarn[39m: socketio.0 Reconnection to DB. 2018-07-08 07:18:14.557 - [33mwarn[39m: email.0 Reconnection to DB. 2018-07-08 07:18:14.525 - [33mwarn[39m: pushover.0 Reconnection to DB. 2018-07-08 07:18:14.490 - [33mwarn[39m: nut.0 Reconnection to DB. 2018-07-08 07:18:14.504 - [33mwarn[39m: text2command.0 Reconnection to DB. 2018-07-08 07:18:14.549 - [33mwarn[39m: sayit.0 Reconnection to DB. 2018-07-08 07:18:14.578 - [33mwarn[39m: socketio.0 Reconnection to DB. 2018-07-08 07:18:14.533 - [33mwarn[39m: admin.0 Reconnection to DB. 2018-07-08 07:18:14.592 - [33mwarn[39m: samsung.0 Reconnection to DB. 2018-07-08 07:18:14.608 - [33mwarn[39m: vcard.0 Reconnection to DB. 2018-07-08 07:18:14.634 - [33mwarn[39m: vcard.0 Reconnection to DB. 2018-07-08 07:18:14.615 - [33mwarn[39m: samsung.0 Reconnection to DB. 2018-07-08 07:18:14.543 - [33mwarn[39m: simple-api.0 Reconnection to DB. 2018-07-08 07:18:14.653 - [33mwarn[39m: fritzbox.0 Reconnection to DB. 2018-07-08 07:18:14.685 - [33mwarn[39m: fritzbox.0 Reconnection to DB. 2018-07-08 07:18:14.722 - [33mwarn[39m: opi.0 Reconnection to DB. 2018-07-08 07:18:14.759 - [33mwarn[39m: cloud.0 Reconnection to DB. 2018-07-08 07:18:14.764 - [33mwarn[39m: opi.0 Reconnection to DB. 2018-07-08 07:18:14.805 - [33mwarn[39m: cloud.0 Reconnection to DB. 2018-07-08 07:18:14.864 - [33mwarn[39m: web.0 Reconnection to DB. 2018-07-08 07:18:14.871 - [33mwarn[39m: hm-rega.0 Reconnection to DB. 2018-07-08 07:18:14.863 - [33mwarn[39m: hm-rpc.0 Reconnection to DB. 2018-07-08 07:18:14.889 - [33mwarn[39m: sql.0 Reconnection to DB. 2018-07-08 07:18:14.982 - [33mwarn[39m: web.0 Reconnection to DB. 2018-07-08 07:18:14.973 - [33mwarn[39m: hm-rega.0 Reconnection to DB. 2018-07-08 07:18:15.144 - [33mwarn[39m: hm-rpc.0 Reconnection to DB. 2018-07-08 07:18:15.038 - [33mwarn[39m: sql.0 Reconnection to DB. 2018-07-08 07:18:15.910 - [33mwarn[39m: javascript.0 Reconnection to DB. 2018-07-08 07:18:15.920 - [33mwarn[39m: javascript.3 Reconnection to DB. 2018-07-08 07:18:15.922 - [33mwarn[39m: javascript.2 Reconnection to DB. 2018-07-08 07:18:16.162 - [33mwarn[39m: javascript.0 Reconnection to DB. 2018-07-08 07:18:16.176 - [33mwarn[39m: javascript.3 Reconnection to DB. 2018-07-08 07:18:16.164 - [33mwarn[39m: javascript.2 Reconnection to DB. 2018-07-08 07:20:00.256 - [32minfo[39m: host.orangepiplus2e instance system.adapter.tankerkoenig.0 started with pid 28916 2018-07-08 07:20:06.899 - [32minfo[39m: host.orangepiplus2e instance system.adapter.tankerkoenig.0 terminated with code 0 (OK) 2018-07-08 07:22:00.053 - [32minfo[39m: host.orangepiplus2e instance system.adapter.daswetter.0 started with pid 28986 2018-07-08 07:22:12.709 - [32minfo[39m: host.orangepiplus2e instance system.adapter.daswetter.0 terminated with code 0 (OK) 2018-07-08 07:25:00.158 - [32minfo[39m: host.orangepiplus2e instance system.adapter.tankerkoenig.0 started with pid 29120 2018-07-08 07:25:08.630 - [32minfo[39m: host.orangepiplus2e instance system.adapter.tankerkoenig.0 terminated with code 0 (OK) 2018-07-08 07:30:00.223 - [32minfo[39m: host.orangepiplus2e instance system.adapter.tankerkoenig.0 started with pid 29283 2018-07-08 07:30:00.288 - [32minfo[39m: host.orangepiplus2e instance system.adapter.ical.0 started with pid 29284 2018-07-08 07:30:00.329 - [32minfo[39m: host.orangepiplus2e instance system.adapter.yr.0 started with pid 29295 2018-07-08 07:30:00.367 - [32minfo[39m: host.orangepiplus2e instance system.adapter.dwd.0 started with pid 29301 !

                          ! ````
                          host.orangepiplus2e 2018-07-08 16:30:00.354 info instance system.adapter.dwd.0 started with pid 16071
                          host.orangepiplus2e 2018-07-08 16:30:00.279 info instance system.adapter.yr.0 started with pid 16065
                          host.orangepiplus2e 2018-07-08 16:30:00.221 info instance system.adapter.ical.0 started with pid 16059
                          host.orangepiplus2e 2018-07-08 16:30:00.141 info instance system.adapter.tankerkoenig.0 started with pid 16053
                          host.orangepiplus2e 2018-07-08 16:25:08.113 info instance system.adapter.tankerkoenig.0 terminated with code 0 (OK)
                          host.orangepiplus2e 2018-07-08 16:25:00.156 info instance system.adapter.tankerkoenig.0 started with pid 15890
                          sql.0 2018-07-08 16:23:29.117 warn Reconnection to DB.
                          sql.0 2018-07-08 16:23:29.068 warn Reconnection to DB.
                          hm-rpc.0 2018-07-08 16:23:28.903 warn Reconnection to DB.
                          ping.0 2018-07-08 16:23:28.884 warn Reconnection to DB.
                          ping.0 2018-07-08 16:23:28.854 warn Reconnection to DB.
                          hm-rpc.0 2018-07-08 16:23:28.783 warn Reconnection to DB.
                          nut.0 2018-07-08 16:23:28.693 warn Reconnection to DB.
                          vcard.0 2018-07-08 16:23:28.689 warn Reconnection to DB.
                          pushover.0 2018-07-08 16:23:28.698 warn Reconnection to DB.
                          samsung.0 2018-07-08 16:23:28.706 warn Reconnection to DB.
                          socketio.0 2018-07-08 16:23:28.681 warn Reconnection to DB.
                          nut.0 2018-07-08 16:23:28.680 warn Reconnection to DB.
                          vcard.0 2018-07-08 16:23:28.668 warn Reconnection to DB.
                          samsung.0 2018-07-08 16:23:28.650 warn Reconnection to DB.
                          pushover.0 2018-07-08 16:23:28.639 warn Reconnection to DB.
                          socketio.0 2018-07-08 16:23:28.628 warn Reconnection to DB.
                          host.orangepiplus2e 2018-07-08 16:22:11.758 info instance system.adapter.daswetter.0 terminated with code 0 (OK)
                          host.orangepiplus2e 2018-07-08 16:22:00.096 info instance system.adapter.daswetter.0 started with pid 15790
                          host.orangepiplus2e 2018-07-08 16:20:07.265 info instance system.adapter.tankerkoenig.0 terminated with code 0 (OK)
                          host.orangepiplus2e 2018-07-08 16:20:00.134 info instance system.adapter.tankerkoenig.0 started with pid 15720
                          host.orangepiplus2e 2018-07-08 16:15:20.265 info instance system.adapter.ical.0 terminated with code 0 (OK)
                          host.orangepiplus2e 2018-07-08 16:15:08.341 info instance system.adapter.tankerkoenig.0 terminated with code 0 (OK)
                          host.orangepiplus2e 2018-07-08 16:15:00.243 info instance system.adapter.ical.0 started with pid 15539
                          host.orangepiplus2e 2018-07-08 16:15:00.150 info instance system.adapter.tankerkoenig.0 started with pid 15533

                          
                          Ich hab n MultihostSystem. Master ist n Orange Pi plus2 der Slave ist n RaspberryPi 2\. Beides mit Debian Jessie. Beim OPi liegt das System auf der eMMC und beim PI auf nem Stick.
                          
                          REDIS und ne MariaDB liegen auf ner Synology mit DSM 6.2.
                          
                          Ich habe mittlerweile keinen Plan mehr woran es liegen könnte.
                          
                          Hier mal meine Adapter-Liste
                          

                          root@orangepiplus2e:/opt/iobroker# iobroker list adapters
                          system.adapter.admin : admin - 3.4.7
                          system.adapter.web : web - 2.3.6
                          system.adapter.simple-api : simple-api - 2.0.0
                          system.adapter.socketio : socketio - 2.1.1
                          system.adapter.hm-rega : hm-rega - 1.7.0
                          system.adapter.vis : vis - 1.1.4
                          system.adapter.nut : nut - 1.1.3
                          system.adapter.fritzbox : fritzbox - 0.2.1
                          system.adapter.tr-064 : tr-064 - 0.4.18
                          system.adapter.javascript : javascript - 3.6.4
                          system.adapter.text2command : text2command - 1.2.2
                          system.adapter.email : email - 1.0.4
                          system.adapter.dwd : dwd - 2.2.2
                          system.adapter.flot : flot - 1.9.1
                          system.adapter.pushover : pushover - 1.0.4
                          system.adapter.telegram : telegram - 1.2.4
                          system.adapter.sayit : sayit - 1.6.7
                          system.adapter.icons-addictive-flavour-png: icons-addictive-flavour-png - 0.1.0
                          system.adapter.icons-icons8 : icons-icons8 - 0.0.1
                          system.adapter.weatherunderground : weatherunderground - 1.1.2
                          system.adapter.yr : yr - 1.0.6
                          system.adapter.vis-timeandweather : vis-timeandweather - 1.1.7
                          system.adapter.vis-rgraph : vis-rgraph - 0.0.2
                          system.adapter.vis-metro : vis-metro - 1.1.2
                          system.adapter.vis-lcars : vis-lcars - 1.0.4
                          system.adapter.vis-keyboard : vis-keyboard - 0.0.2
                          system.adapter.vis-justgage : vis-justgage - 1.0.0
                          system.adapter.vis-jqui-mfd : vis-jqui-mfd - 1.0.12
                          system.adapter.vis-hqwidgets : vis-hqwidgets - 1.1.2
                          system.adapter.vis-google-fonts : vis-google-fonts - 0.1.0
                          system.adapter.vis-fancyswitch : vis-fancyswitch - 1.1.0
                          system.adapter.vis-colorpicker : vis-colorpicker - 1.1.1
                          system.adapter.vis-canvas-gauges : vis-canvas-gauges - 0.1.5
                          system.adapter.vis-bars : vis-bars - 0.1.4
                          system.adapter.sql : sql - 1.9.2
                          system.adapter.icons-ultimate-png : icons-ultimate-png - 1.0.1
                          system.adapter.icons-open-icon-library-png: icons-open-icon-library-png - 0.1.3
                          system.adapter.icons-mfd-png : icons-mfd-png - 1.0.2
                          system.adapter.icons-mfd-svg : icons-mfd-svg - 1.0.2
                          system.adapter.icons-material-png : icons-material-png - 0.1.0
                          system.adapter.icons-material-svg : icons-material-svg - 0.1.0
                          system.adapter.vcard : vcard - 0.0.9
                          system.adapter.opi : opi - 0.1.1
                          system.adapter.hm-rpc : hm-rpc - 1.7.4
                          system.adapter.rpi2 : rpi2 - 0.3.2
                          system.adapter.ical : ical - 1.6.1
                          system.adapter.vis-plumb : vis-plumb - 1.0.1
                          system.adapter.jeelink : jeelink - 0.0.3
                          system.adapter.motion : motion - 0.0.1
                          system.adapter.mobile : mobile - 0.4.11
                          system.adapter.daswetter : daswetter - 1.0.3
                          system.adapter.vis-weather : vis-weather - 1.2.0
                          system.adapter.snmp : snmp - 0.5.0
                          system.adapter.samsung : samsung - 0.2.9
                          system.adapter.cloud : cloud - 2.6.2
                          system.adapter.scenes : scenes - 1.1.0
                          system.adapter.info : info - 0.1.0
                          system.adapter.tankerkoenig : tankerkoenig - 1.0.4
                          system.adapter.ping : ping - 1.3.2
                          system.adapter.vis-material : vis-material - 0.1.3
                          system.adapter.vis-special-charts : vis-special-charts - 0.2.5
                          root@orangepiplus2e:/opt/iobroker#

                          
                          Kann mir da jemand vielleicht weiterhelfen?
                          
                          Gruß
                          
                          Johnny
                          1 Reply Last reply Reply Quote 0
                          • apollon77
                            apollon77 last edited by

                            War den zu diesen Zeiten etwas ungewöhnliches was sonst den Rechner belastet? Irgendetwas was parallel viel i/o erzeugt?

                            Reconnection to DB kommt wenn der Adapter quasi 20 sekunden beschäftigt war bzw blockiert war. Das sollte verhindern werden.

                            Gesendet vom Handy …

                            1 Reply Last reply Reply Quote 0
                            • K
                              klassisch Most Active last edited by

                              Wahrscheinlich kann ich Dir nicht substanziell weiter helfen. Bei mir sind die reconnects selten geworden.

                              Bei mir war eine vFAT-formatierte SSD ursächlich für die reconnects.

                              Jetzt sieht es so aus:

                              • die vfat-SSD ist nur noch für Backup-Zwecke und wird ein oder zweimal pro Tag beschrieben, aber nicht mehr ständig

                              • Das System läuft von der eMMC

                              • Die history-Daten (habe noch keine Datenbank) läuft auf einer 32GB SSD mit ext4

                              ! ````
                              root@orangepiplus2e:~# sudo blkid -o list -w /dev/null
                              device fs_type label mount point UUID


                              /dev/mmcblk0p1
                              ext4 / c895facd-8420-40fd-8e0b-bdb0a2d22370
                              /dev/sda2 vfat SSD-32GB /media/SSD E0A6-459D
                              /dev/sdb1 ext4 /media/ssd2 8d4a80af-0131-46de-bcd9-474a2082f5a7
                              /dev/mmcblk0
                              (in use)
                              /dev/sda1 (not mounted)
                              root@orangepiplus2e:~#

                              ! ````

                              Speicherbelegung sieht so aus:

                              ! ````
                              root@orangepiplus2e:~# df -hT
                              Filesystem Type Size Used Avail Use% Mounted on
                              /dev/mmcblk0p1 ext4 15G 2.4G 12G 18% /
                              udev devtmpfs 10M 0 10M 0% /dev
                              tmpfs tmpfs 403M 21M 383M 6% /run
                              tmpfs tmpfs 1008M 0 1008M 0% /dev/shm
                              tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
                              tmpfs tmpfs 1008M 0 1008M 0% /sys/fs/cgroup
                              /dev/sdb1 ext4 30G 2.7G 25G 10% /media/ssd2
                              /dev/sda2 vfat 30G 5.8G 24G 20% /media/SSD
                              tmpfs tmpfs 1008M 0 1008M 0% /tmp
                              log2ram tmpfs 50M 1.3M 49M 3% /var/log
                              tmpfs tmpfs 202M 0 202M 0% /run/user/0
                              ! root@orangepiplus2e:~# df -h
                              Filesystem Size Used Avail Use% Mounted on
                              /dev/mmcblk0p1 15G 2.4G 12G 18% /
                              udev 10M 0 10M 0% /dev
                              tmpfs 403M 21M 383M 6% /run
                              tmpfs 1008M 0 1008M 0% /dev/shm
                              tmpfs 5.0M 4.0K 5.0M 1% /run/lock
                              tmpfs 1008M 0 1008M 0% /sys/fs/cgroup
                              /dev/sdb1 30G 2.7G 25G 10% /media/ssd2
                              /dev/sda2 30G 5.8G 24G 20% /media/SSD
                              tmpfs 1008M 0 1008M 0% /tmp
                              log2ram 50M 1.3M 49M 3% /var/log
                              tmpfs 202M 0 202M 0% /run/user/0
                              ! root@orangepiplus2e:~# free -m
                              total used free shared buffers cached
                              Mem: 2014 593 1421 22 5 59
                              -/+ buffers/cache: 528 1485
                              Swap: 127 0 127
                              root@orangepiplus2e:~#

                              ! ````
                              Adapterliste ist natürlich viel kleiner als bei Dir

                              ! ````
                              root@orangepiplus2e:~# iobroker list adapters
                              system.adapter.web : web - 2.1.9
                              system.adapter.admin : admin - 2.0.7
                              system.adapter.hm-rpc : hm-rpc - 1.7.1
                              system.adapter.hm-rega : hm-rega - 1.7.0
                              system.adapter.vis : vis - 1.1.1
                              system.adapter.mobile : mobile - 0.4.11
                              system.adapter.socketio : socketio - 1.8.6
                              system.adapter.history : history - 1.8.3
                              system.adapter.hmm : hmm - 1.0.1
                              system.adapter.vis-timeandweather : vis-timeandweather - 1.1.7
                              system.adapter.terminal : terminal - 0.1.2
                              system.adapter.flot : flot - 1.7.7
                              system.adapter.mqtt : mqtt - 1.4.2
                              system.adapter.rpi2 : rpi2 - 0.3.2
                              system.adapter.email : email - 1.0.4
                              system.adapter.javascript : javascript - 3.6.3
                              system.adapter.node-red : node-red - 1.4.1
                              system.adapter.parser : parser - 1.0.1
                              system.adapter.opi : opi - 0.1.1
                              system.adapter.mihome-vacuum : mihome-vacuum - 0.6.0
                              system.adapter.vis-jqui-mfd : vis-jqui-mfd - 1.0.9
                              system.adapter.vis-hqwidgets : vis-hqwidgets - 1.1.1
                              system.adapter.icons-mfd-svg : icons-mfd-svg - 1.0.2
                              system.adapter.icons-mfd-png : icons-mfd-png - 1.0.2
                              system.adapter.tradfri : tradfri - 1.1.10
                              system.adapter.simple-api : simple-api - 1.6.2
                              system.adapter.nut : nut - 1.1.2
                              system.adapter.sonoff : sonoff - 2.0.2
                              system.adapter.rflink : rflink - 1.2.0
                              system.adapter.ical : ical - 1.6.0
                              system.adapter.paw : paw - 0.0.7
                              system.adapter.info : info - 0.1.0
                              root@orangepiplus2e:~#

                              Die Auslastung ist bei mir auch nicht sehr hoch
                              
                              >! ````
                              root@orangepiplus2e:~# armbianmonitor -m
                              Stop monitoring using [ctrl]-[c]
                              Time        CPU    load %cpu %sys %usr %nice %io %irq   CPU  C.St.
                              >! 21:19:37: 1008MHz  0.04   6%   1%   5%   0%   0%   0%   36°C  0/8
                              21:19:42: 1008MHz  0.03   9%   1%   7%   0%   0%   0%   37°C  0/8
                              21:19:47:  408MHz  0.19   2%   0%   2%   0%   0%   0%   37°C  0/8
                              21:19:52:  408MHz  0.23   4%   1%   2%   0%   0%   0%   37°C  0/8
                              21:19:58:  408MHz  0.22  18%   3%  14%   0%   0%   0%   38°C  0/8
                              21:20:03:  408MHz  0.20   6%   2%   3%   0%   0%   0%   38°C  0/8
                              21:20:08:  408MHz  0.18   4%   1%   2%   0%   0%   0%   36°C  0/8
                              21:20:13:  408MHz  0.17  11%   2%   8%   0%   0%   0%   37°C  0/8
                              21:20:18:  408MHz  0.15   2%   1%   1%   0%   0%   0%   37°C  0/8
                              21:20:24:  408MHz  0.14   4%   1%   3%   0%   0%   0%   37°C  0/8
                              21:20:29:  408MHz  0.13  11%   2%   8%   0%   0%   0%   38°C  0/8
                              21:20:34: 1008MHz  0.12   4%   1%   2%   0%   0%   0%   36°C  0/8
                              21:20:39: 1008MHz  0.11   5%   1%   3%   0%   0%   0%   37°C  0/8
                              21:20:44:  408MHz  0.10   8%   1%   6%   0%   0%   0%   36°C  0/8
                              Time        CPU    load %cpu %sys %usr %nice %io %irq   CPU  C.St.
                              21:20:49:  408MHz  0.09   4%   1%   2%   0%   0%   0%   37°C  0/8
                              21:20:55:  408MHz  0.09   5%   2%   3%   0%   0%   0%   37°C  0/8
                              21:21:00:  408MHz  0.08   8%   1%   5%   0%   0%   0%   37°C  0/8
                              21:21:05:  408MHz  0.07   4%   1%   2%   0%   0%   0%   38°C  0/8
                              21:21:10: 1008MHz  0.07   3%   1%   1%   0%   0%   0%   36°C  0/8^C
                              >! ````
                              
                              >! ````
                                PID USER      PR  NI    VIRT    RES    SHR S  %CPU %MEM     TIME+ COMMAND
                               1101 root      20   0  183984  68928   4180 S  14.9  3.3   1808:23 iobroker.j+
                               1381 root      20   0  149256  35944   4232 S   7.6  1.7 728:01.62 io.admin.0
                               1672 root      20   0  132748  20228   2900 S   6.6  1.0 671:31.69 io.history+
                               1688 root      20   0  176524  62964   2124 S   6.3  3.1 628:11.89 io.javascr+
                                 69 root      rt   0       0      0      0 S   4.3  0.0 466:53.96 cfinteract+
                               1489 root      20   0  148300  35040   3260 S   4.3  1.7 100:56.21 io.hm-rega+
                               8630 root      20   0    4552   1156    812 R   1.0  0.1   0:00.38 top
                               1425 root      20   0  125972  19932   2596 S   0.7  1.0 219:54.73 io.hm-rpc.0
                              13977 root      20   0  126496  19516   1684 S   0.7  0.9  18:12.92 io.paw.0
                                123 root      20   0       0      0      0 S   0.3  0.0   2:17.91 kworker/1:2
                               1517 root      20   0  165632  48356   1588 S   0.3  2.3  95:55.29 io.web.0
                               1554 root      20   0  133216  19412   2432 S   0.3  0.9 190:28.31 io.hm-rpc.1
                               1646 root      20   0  123484  15384   1032 S   0.3  0.7  21:41.26 io.socketi+
                               1682 root      20   0  128620  19436   1088 S   0.3  0.9  22:18.86 io.email.0
                               1703 root      20   0  137048  31124   1288 S   0.3  1.5  48:20.73 io.tradfri+
                               1718 root      20   0  146800  32504   1148 S   0.3  1.6  39:33.79 io.sonoff.0
                               1731 root      20   0  126016  19472   1388 S   0.3  0.9  31:57.00 io.nut.0
                              >! ````
                              
                              Systemkonfig
                              
                              >! ````
                               uname -rm
                              3.4.113-sun8i armv7l
                              >! root@orangepiplus2e:~# lsb_release -a
                              Unable to open /etc/lsb-release: [Errno 21] Is a directory: '/etc/lsb-release'
                              No LSB modules are available.
                              Distributor ID: Debian
                              Description:    Debian GNU/Linux 8.11 (jessie)
                              Release:        8.11
                              Codename:       jessie
                              >! root@orangepiplus2e:~# cat /proc/version
                              Linux version 3.4.113-sun8i (root@xeon) (gcc version 5.5.0 (Linaro GCC 5.5-2017.10) ) #18 SMP PREEMPT Wed Jan 24 22:10:49 CET 2018
                              root@orangepiplus2e:~#
                              >! # npm -v
                              3.10.10
                              >!  node -v
                              v6.14.3
                              >! ````
                              Vielleicht kommt Deine Synology nicht mehr mit dem Wegschreiben mit?
                              1 Reply Last reply Reply Quote 0
                              • P
                                PrinzEisenherz1 last edited by

                                Eigentlich dürfte da nichts besonderes sein.

                                Hab am System nichts großartig geändert. Die Probleme haben in etwazwischen 25-27.05. langsam begonnen (DSM update auf 6.2, Fritzbox Laborversion installiert, n paar Adapter updates) und bekomme sie nicht mehr in den Griff.

                                Wie könnte ich das am besten eingrenzen was da mein System aus der Reihe bringt?

                                Gruß

                                Johnny

                                1 Reply Last reply Reply Quote 0
                                • P
                                  PrinzEisenherz1 last edited by

                                  Hi klassisch!

                                  Ich hab irgendwie nämlich das DSM-update in verdacht. weil in etwa seit dem update auf DSM 6.2 haben die Probleme angefangen.

                                  root@orangepiplus2e:~# sudo blkid -o list -w /dev/null
                                  device     fs_type label    mount point    UUID
                                  -------------------------------------------------------------------------------
                                  /dev/mmcblk0p1
                                             ext4             /              a0d53bc8-e6d3-43f3-b24e-ef61ddd45725
                                  /dev/mmcblk0
                                                              (in use)
                                  root@orangepiplus2e:~#
                                  
                                  

                                  Speicherbelegung:

                                  root@orangepiplus2e:~# df -hT
                                  Dateisystem                                           Typ      Größe Benutzt Verf. Verw% Eingehängt auf
                                  /dev/mmcblk0p1                                        ext4       15G    3,5G   11G   26% /
                                  udev                                                  devtmpfs   10M       0   10M    0% /dev
                                  tmpfs                                                 tmpfs     403M    5,7M  398M    2% /run
                                  tmpfs                                                 tmpfs    1008M       0 1008M    0% /dev/shm
                                  tmpfs                                                 tmpfs     5,0M    4,0K  5,0M    1% /run/lock
                                  tmpfs                                                 tmpfs    1008M       0 1008M    0% /sys/fs/cgroup
                                  192.168.178.100:/volume1/backup/ioBroker-REDIS-states nfs       2,7T    1,9T  803G   71% /mnt/Backup
                                  tmpfs                                                 tmpfs    1008M       0 1008M    0% /tmp
                                  tmpfs                                                 tmpfs     202M       0  202M    0% /run/user/0
                                  192.168.178.100:/volume1/Kameraaufnahmen              nfs       2,7T    1,9T  803G   71% /mnt/NAS
                                  
                                  

                                  Auslastung:

                                  root@orangepiplus2e:~# armbianmonitor -m
                                  Stop monitoring using [ctrl]-[c]
                                  Time        CPU    load %cpu %sys %usr %nice %io %irq   CPU  C.St.
                                  
                                  21:55:26: 1296MHz  0.52  20%   3%  11%   0%   3%   1%   39°C  0/8
                                  21:55:31:  408MHz  0.48  10%   2%   6%   0%   0%   1%   34°C  0/8
                                  21:55:36: 1008MHz  0.44   8%   3%   5%   0%   0%   0%   34°C  0/8
                                  21:55:41:  408MHz  0.41   7%   2%   5%   0%   0%   0%   34°C  0/8
                                  21:55:47:  408MHz  0.37  12%   3%   7%   0%   0%   0%   34°C  0/8
                                  21:55:52:  408MHz  0.42   7%   2%   4%   0%   0%   0%   33°C  0/8
                                  21:55:57:  408MHz  0.39   7%   2%   5%   0%   0%   0%   32°C  0/8
                                  21:56:02:  408MHz  0.36   6%   2%   4%   0%   0%   0%   34°C  0/8^C
                                  
                                  root@orangepiplus2e:~#
                                  
                                  

                                  top:

                                    PID USER      PR  NI    VIRT    RES    SHR S  %CPU %MEM     TIME+ COMMAND
                                    827 root      20   0  207980  93616   3204 S  10,8  4,5   6:36.24 io.javascript.0
                                    948 root      20   0  152144  37028   2416 S   8,5  1,8   0:31.44 io.opi.0
                                    988 root      20   0  150568  35548   1904 S   6,9  1,7   3:34.85 io.sql.0
                                   1094 root      20   0  181248  67872   3180 S   6,5  3,3   2:51.28 io.javascript.2
                                   1110 root      20   0  178592  65860   2900 S   6,5  3,2   2:44.13 io.javascript.3
                                     67 root      rt   0       0      0      0 S   2,9  0,0   1:17.20 cfinteractive
                                    661 root      20   0  209012  88836   2108 S   2,9  4,3   5:54.02 iobroker.js-con
                                    762 root      20   0  164808  48060   1384 S   1,6  2,3   0:55.33 io.admin.0
                                    801 root      20   0  126868  17720   1104 S   1,0  0,9   0:14.11 io.vis.0
                                   4486 root      20   0    5028   1160    808 R   1,0  0,1   0:00.59 top
                                     24 root      20   0       0      0      0 S   0,7  0,0   0:20.31 kworker/0:1
                                    771 root      20   0  134580  21188   3140 S   0,7  1,0   0:48.94 io.web.0
                                    821 root      20   0  116164  16192   2972 S   0,7  0,8   0:26.44 io.fritzbox.0
                                   1067 root      20   0  145632  30292   3176 S   0,7  1,5   0:21.59 io.cloud.0
                                     72 root      20   0       0      0      0 S   0,3  0,0   4:01.74 mmcqd/2
                                     75 root      20   0       0      0      0 S   0,3  0,0   0:00.83 hdmi proc
                                     79 root      20   0       0      0      0 S   0,3  0,0   0:03.01 kworker/3:2
                                    650 root      20   0       0      0      0 S   0,3  0,0   0:02.58 kworker/2:2
                                    777 root      20   0  122684  16584   1472 S   0,3  0,8   0:19.42 io.simple-api.0
                                    815 root      20   0  116132  14184    680 S   0,3  0,7   0:14.24 io.nut.0
                                    978 root      20   0  131320  16648   2216 S   0,3  0,8   0:13.70 io.hm-rpc.1
                                   1057 root      20   0  123128  17508   1552 S   0,3  0,8   0:26.99 io.samsung.0
                                   4498 root      20   0    1624    524    424 S   0,3  0,0   0:00.01 ping
                                      1 root      20   0    4488   1376    320 S   0,0  0,1   0:06.77 systemd
                                      2 root      -2   0       0      0      0 S   0,0  0,0   0:00.03 kthreadd
                                      3 root      20   0       0      0      0 S   0,0  0,0   0:12.67 ksoftirqd/0
                                      5 root      20   0       0      0      0 S   0,0  0,0   0:00.26 kworker/u:0
                                      6 root      rt   0       0      0      0 S   0,0  0,0   0:00.04 migration/0
                                      7 root      rt   0       0      0      0 S   0,0  0,0   0:00.06 watchdog/0
                                      8 root      rt   0       0      0      0 S   0,0  0,0   0:00.04 migration/1
                                  
                                  

                                  Systemkonfig

                                  root@orangepiplus2e:~# uname -rm
                                  3.4.113-sun8i armv7l
                                  
                                  root@orangepiplus2e:~# lsb_release -a
                                  No LSB modules are available.
                                  Distributor ID: Debian
                                  Description:    Debian GNU/Linux 8.11 (jessie)
                                  Release:        8.11
                                  Codename:       jessie
                                  
                                  root@orangepiplus2e:~# cat /proc/version
                                  Linux version 3.4.113-sun8i (root@xeon) (gcc version 5.5.0 (Linaro GCC 5.5-2017.10) ) #18 SMP PREEMPT Wed Jan 24 22:10:49 CET 2018
                                  
                                  root@orangepiplus2e:~# npm -v
                                  3.10.10
                                  
                                  root@orangepiplus2e:~# node -v
                                  v6.14.3
                                  
                                  
                                  1 Reply Last reply Reply Quote 0
                                  • K
                                    klassisch Most Active last edited by

                                    Bin leider Laie, aber ich würde bei der Datenbank beginnen.

                                    Kann man die zumindest temporär/versuchsweise auf den OPI legen?

                                    Ich habe ja auch so eine DS215j und das ist eine lahme Ente. 512MB Speicher und Marvell Prozessorchen.

                                    1 Reply Last reply Reply Quote 0
                                    • K
                                      klassisch Most Active last edited by

                                      Ja, Dein OPI sieht in etwa aus wie meiner, ich würde sagen unauffällig.

                                      Nehme an, die IP 100 ist die DS. Da gibts auch Verbindungen zu Kameraaufnahmen. Das könnte die DS auch belasten. Läuft da die Surveillance station durch? Wie sieht es aus, wenn man die anhält?

                                      1 Reply Last reply Reply Quote 0
                                      • K
                                        klassisch Most Active last edited by

                                        Vielleicht geht auch samba besser als nfs?

                                        1 Reply Last reply Reply Quote 0
                                        • apollon77
                                          apollon77 last edited by

                                          Wenn es nur die Datenbank wäre dann wäre auchnur der SQL-Adapter betroffen …

                                          Interessant wäre es so einen Zeitpunkt wo da passiert "Beobachten" zu können. Mal collectd installieren und Daten sammeln lassen und dann schauen was zu sei einem Zeitpuntk auf dem Opi passiert?

                                          1 Reply Last reply Reply Quote 0
                                          • P
                                            PrinzEisenherz1 last edited by

                                            Hab mal sql auf den opi gelegt und das selbe Problem.

                                            Apollon wie verwende ich das collectd? Was muss ich da genau machen?

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            805
                                            Online

                                            32.0k
                                            Users

                                            80.4k
                                            Topics

                                            1.3m
                                            Posts

                                            8
                                            60
                                            4288
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo