Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Raspberry Pi3+ SSD + SWAP

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Raspberry Pi3+ SSD + SWAP

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

      @homoran Bin über diesen Beitrag gestolpert, da ich in letzter Zeit vermehrt Performance-Probleme bei meinem Pi4 4GB feststelle, auf dem iobroker (40 Adapter, 100 Skripte), Grafana, influxdb und deconz laufen. Nicht alle Skripte werden vollständig ausgeführt, es kommt bei der Ausführung zu unterschiedlich langen Wartezeiten, auch derr Zugriff auf die Konsole ist lahm. Gebootet wird von einer schnellen SSD Festplatte (Samsung), auf der auch die ganze Installation ist. Ich würde mich als Endanwender bezeichnen und habe keine Ahnung von Linux. In der "Hosts" Übersicht der Konsole sehe ich selten CPU Werte von unter 40%, manchmal sind es 80% oder sogar 100%. Der Swap Wert liegt gerade bei 47Mi, war eben aber auch schonmal bei 99Mi.

      pi@raspberrypi:~ $ free -h
                    gesamt       benutzt     frei      gemns.  Puffer/Cache verfügbar
      Speicher:      3,7Gi       2,7Gi       178Mi       0,0Ki       863Mi       1,2Gi
      Swap:           99Mi        47Mi        52Mi
      

      Hat jemand eine Idee, wo ich einen Fehler in der Installation gemacht haben könnte? Oder kommt der Pi einfach an seine Grenzen, sodass ich über stärkere Hardware nachdenken sollte? Ich habe noch nicht probiert, einen USB Hub mit eigenem Netzteil für die SSD zwischenzuschalten. Müsste ich erst besorgen. Wäre das evtl. ein Lösungsansatz? Vielen Dank im Voraus!

      Thomas Braun Homoran ? 3 Replies Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @kimukao last edited by

        @kimukao sagte in Raspberry Pi3+ SSD + SWAP:

        Hat jemand eine Idee, wo ich einen Fehler in der Installation gemacht haben könnte? Oder kommt der Pi einfach an seine Grenzen, sodass ich über stärkere Hardware nachdenken sollte?

        Gib uns mal die Ausgabe von

        iob diag
        

        Dann kann man vielleicht mehr sagen.

        K 1 Reply Last reply Reply Quote 0
        • Homoran
          Homoran Global Moderator Administrators @kimukao last edited by

          @kimukao sagte in Raspberry Pi3+ SSD + SWAP:

          Oder kommt der Pi einfach an seine Grenzen, sodass ich über stärkere Hardware nachdenken sollte? I

          wenn Grenzen, dann RAM. Aber da sind noch 1.2GB verfügbar.
          der Überlauf in den SWAP muss wohl kurzfristig gewesen sein.

          Als erstes käme mir da ein (zu) großes Backup in den Sinn.

          1 Reply Last reply Reply Quote 0
          • K
            kimukao @Thomas Braun last edited by

            @thomas-braun said in Raspberry Pi3+ SSD + SWAP:

            Gib uns mal die Ausgabe von
            iob diag

            ======================= SUMMARY =======================
            		     v.2023-04-02
            
            
            Operatingsystem: 	Raspbian GNU/Linux 11 (bullseye)
            Kernel: 		5.15.84-v7l+
            Installation: 		Native
            Timezone: 		Europe/Berlin (CEST, +0200)
            User-ID: 		1000
            X-Server: 		false
            Boot Target: 		graphical.target
            
            Pending OS-Updates: 	29
            Pending iob updates: 	5
            
            Nodejs-Installation: 	/usr/bin/nodejs 	v16.19.1
            			/usr/bin/node 		v16.19.1
            			/usr/bin/npm 		8.19.3
            			/usr/local/bin/npx 		8.5.0
            
            Recommended versions are nodejs 18.x.y and npm 9.x.y
            
            MEMORY: 
                           total        used        free      shared  buff/cache   available
            Mem:            3.8G        2.9G        236M        0.0K        731M        1.0G
            Swap:            99M         99M        0.0K
            Total:          3.9G        3.0G        236M
            
            Active iob-Instances: 	39
            Active repo(s): beta
            
            ioBroker Core: 		js-controller 		4.0.24
            			admin 			6.4.3
            
            ioBroker Status: 	iobroker is running on this host.
            
            
            Objects type: jsonl
            States  type: jsonl
            
            Status admin and web instance:
            + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
            + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
            
            Objects: 		47396
            States: 		30285
            
            Size of iob-Database:
            
            51M	/opt/iobroker/iobroker-data/objects.jsonl
            9.4M	/opt/iobroker/iobroker-data/objects.json.migrated
            9.4M	/opt/iobroker/iobroker-data/objects.json.bak.migrated
            59M	/opt/iobroker/iobroker-data/states.jsonl
            2.4M	/opt/iobroker/iobroker-data/states.json.migrated
            2.4M	/opt/iobroker/iobroker-data/states.json.bak.migrated
            0	/opt/iobroker/iobroker-data/states.json.broken
            
            
            
            =================== END OF SUMMARY ====================
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @kimukao last edited by

              @kimukao sagte in Raspberry Pi3+ SSD + SWAP:

              Pending OS-Updates: 29

              System aktuell halten, npx fixen und boot target auf multi-user setzen:

              sudo systemctl set-default multi-user.target
              iob stop
              sudo rm /usr/local/bin/npx
              sudo apt update
              sudo apt full-upgrade
              sudo reboot
              
              K 1 Reply Last reply Reply Quote 0
              • ?
                A Former User @kimukao last edited by

                @kimukao sagte in Raspberry Pi3+ SSD + SWAP:

                iobroker (40 Adapter, 100 Skripte), Grafana, influxdb und deconz laufen

                Moin,

                kannst Du mal anfangen, Skripte, die nicht lebenswichtig sind zu stoppen. Du musst vielleicht auch mal parallel ein Terminal (Putty) aufmachen und mit top, htop oder btop, je nachdem was bei Dir installiert ist schauen, welche Prozesse CPU / Speicher verbrauchen, wenn alles mal wieder lahm ist.

                100 Skripte, da kann schon mal eines dabei sein, dass den Rechner in die Knie zwingt, wenn es startet.

                VG
                Bernd

                Thomas Braun K 2 Replies Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @Guest last edited by

                  @dp20eic sagte in Raspberry Pi3+ SSD + SWAP:

                  100 Skripte

                  100 Skripte verbrauchen auch mehr Ressourcen als weniger, dafür umfangreichere, wenn ich mich recht entsinne.

                  1 Reply Last reply Reply Quote 0
                  • K
                    kimukao @Thomas Braun last edited by

                    @thomas-braun said in Raspberry Pi3+ SSD + SWAP:

                    System aktuell halten, npx fixen und boot target auf multi-user setzen:
                    sudo systemctl set-default multi-user.target iob stop sudo rm /usr/local/bin/npx sudo apt update sudo apt full-upgrade sudo reboot

                    Danke für die schnelle Hilfe. Hab jetzt alle Schritte mal ausgeführt. iob diag sieht jetzt so aus:

                    ======================= SUMMARY =======================
                    		     v.2023-04-02
                    
                    
                    Operatingsystem: 	Raspbian GNU/Linux 11 (bullseye)
                    Kernel: 		6.1.21-v8+
                    Installation: 		Native
                    Timezone: 		Europe/Berlin (CEST, +0200)
                    User-ID: 		1000
                    X-Server: 		false
                    Boot Target: 		multi-user.target
                    
                    Pending OS-Updates: 	0
                    Pending iob updates: 	5
                    
                    Nodejs-Installation: 	/usr/bin/nodejs 	v16.19.1
                    			/usr/bin/node 		v16.19.1
                    			/usr/bin/npm 		8.19.3
                    			/usr/bin/npx 		8.19.3
                    
                    Recommended versions are nodejs 18.x.y and npm 9.x.y
                    
                    MEMORY: 
                                   total        used        free      shared  buff/cache   available
                    Mem:            3.8G        2.5G        228M        0.0K        1.0G        1.3G
                    Swap:            99M          0B         99M
                    Total:          3.9G        2.5G        328M
                    
                    Active iob-Instances: 	38
                    Active repo(s): beta
                    
                    ioBroker Core: 		js-controller 		4.0.24
                    			admin 			6.4.3
                    
                    ioBroker Status: 	iobroker is running on this host.
                    
                    
                    Objects type: jsonl
                    States  type: jsonl
                    
                    Status admin and web instance:
                    + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                    + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                    
                    Objects: 		47479
                    States: 		30447
                    
                    Size of iob-Database:
                    
                    53M	/opt/iobroker/iobroker-data/objects.jsonl
                    9.4M	/opt/iobroker/iobroker-data/objects.json.migrated
                    9.4M	/opt/iobroker/iobroker-data/objects.json.bak.migrated
                    64M	/opt/iobroker/iobroker-data/states.jsonl
                    2.4M	/opt/iobroker/iobroker-data/states.json.migrated
                    2.4M	/opt/iobroker/iobroker-data/states.json.bak.migrated
                    0	/opt/iobroker/iobroker-data/states.json.broken
                    
                    
                    
                    =================== END OF SUMMARY ====================
                    

                    Beobachte jetzt mal, wie es sich weiter verhält. Denke aber, es sieht schon besser aus 🙂

                    Thomas Braun ? 2 Replies Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @kimukao last edited by

                      @kimukao sagte in Raspberry Pi3+ SSD + SWAP:

                      Pending iob updates: 5

                      und

                      Recommended versions are nodejs 18.x.y and npm 9.x.y

                      würde ich noch angehen.

                      K 1 Reply Last reply Reply Quote 0
                      • ?
                        A Former User @kimukao last edited by

                        @kimukao sagte in Raspberry Pi3+ SSD + SWAP:

                        Beobachte jetzt mal, wie es sich weiter verhält. Denke aber, es sieht schon besser aus

                        Moin,

                        klar, sieht das jetzt erstmal besser aus, Du hast ja auch einen Reboot gemacht, warte mal ab und beobachte das System mal mit einem der von mir oben genannten Programme, wenn erst mal wieder alle Skripte einmal angelaufen sind, sieht das vielleicht schon wieder anders aus.

                        VG
                        Bernd

                        1 Reply Last reply Reply Quote 0
                        • K
                          kimukao @Guest last edited by

                          @dp20eic said in Raspberry Pi3+ SSD + SWAP:

                          kannst Du mal anfangen, Skripte, die nicht lebenswichtig sind zu stoppen.

                          Danke. Tatsächlich brauche ich alle. Bewegungsmelder- und Lichtschalter-Skripte könnte ich zusammenführen, das würde einige Skripte einsparen. Wenn das zu besserer Performance führt wäre das eine Überlegung wert. Ich fand es so irgendwie übersichtlicher.

                          1 Reply Last reply Reply Quote 0
                          • K
                            kimukao @Thomas Braun last edited by

                            @thomas-braun said in Raspberry Pi3+ SSD + SWAP:

                            Pending iob updates: 5

                            und

                            Recommended versions are nodejs 18.x.y and npm 9.x.y

                            würde ich noch angehen.

                            Hab ich jetzt auch gemacht. Allerdings jetzt neue Probleme: die 5 Adapter Updates lassen sich nicht durchführen. Bzw. sie laufen durch und zeigen keinen Fehler während des Updates an, anschließend zeigen sie aber immer noch die alte Versionsnummer und definieren sich als updatefähig. Der Klimaanlagenadapter daikin-cloud lässt sich gar nicht mehr starten. Sind da Probleme im Zusammenhang mit der nodejs Verison 18.15.0 bekannt?

                            ======================= SUMMARY =======================
                            		     v.2023-04-02
                            
                            
                            Operatingsystem: 	Raspbian GNU/Linux 11 (bullseye)
                            Kernel: 		6.1.21-v8+
                            Installation: 		Native
                            Timezone: 		Europe/Berlin (CEST, +0200)
                            User-ID: 		1000
                            X-Server: 		false
                            Boot Target: 		multi-user.target
                            
                            Pending OS-Updates: 	0
                            Pending iob updates: 	5
                            
                            Nodejs-Installation: 	/usr/bin/nodejs 	v18.15.0
                            			/usr/bin/node 		v18.15.0
                            			/usr/bin/npm 		9.5.0
                            			/usr/bin/npx 		9.5.0
                            
                            Recommended versions are nodejs 18.x.y and npm 9.x.y
                            
                            MEMORY: 
                                           total        used        free      shared  buff/cache   available
                            Mem:            3.8G        2.4G        147M        0.0K        1.2G        1.3G
                            Swap:            99M          0B         99M
                            Total:          3.9G        2.4G        247M
                            
                            Active iob-Instances: 	38
                            Active repo(s): beta
                            
                            ioBroker Core: 		js-controller 		4.0.24
                            			admin 			6.4.3
                            
                            ioBroker Status: 	iobroker is running on this host.
                            
                            
                            Objects type: jsonl
                            States  type: jsonl
                            
                            Status admin and web instance:
                            + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                            + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                            
                            Objects: 		49581
                            States: 		32105
                            
                            Size of iob-Database:
                            
                            45M	/opt/iobroker/iobroker-data/objects.jsonl
                            9.4M	/opt/iobroker/iobroker-data/objects.json.migrated
                            9.4M	/opt/iobroker/iobroker-data/objects.json.bak.migrated
                            26M	/opt/iobroker/iobroker-data/states.jsonl
                            2.4M	/opt/iobroker/iobroker-data/states.json.migrated
                            2.4M	/opt/iobroker/iobroker-data/states.json.bak.migrated
                            0	/opt/iobroker/iobroker-data/states.json.broken
                            
                            
                            
                            =================== END OF SUMMARY ====================
                            
                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @kimukao last edited by

                              @kimukao

                              Jag den fixer über das System.

                              K 2 Replies Last reply Reply Quote 0
                              • K
                                kimukao @Thomas Braun last edited by

                                @thomas-braun said in Raspberry Pi3+ SSD + SWAP:

                                Jag den fixer über das System.

                                Hatte ich gleich nach dem nodejs Update gemacht. Aber doppelt gemoppelt hält besser 🙂 Nach zweitem Fix klappt's. Und das Problem mit dem daikin-cloud Adapter ist tatsächlich nach Installation der Github Version jetzt auch Geschichte. Startet wieder. Vielen Dank für die Hilfe!

                                1 Reply Last reply Reply Quote 0
                                • K
                                  kimukao @Thomas Braun last edited by

                                  @thomas-braun Iobroker scheint erstmal wieder zu laufen. Nach dem Nodejs Update bekomme ich den Unifi Controller auf meinem Pi aber nicht mehr ans Laufen. Gehört zwar vmtl. nicht hier ins Forum, vielleicht weißt Du aber trotzdem Rat?

                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @kimukao last edited by

                                    @kimukao sagte in Raspberry Pi3+ SSD + SWAP:

                                    Nach dem Nodejs Update bekomme ich den Unifi Controller auf meinem Pi aber nicht mehr ans Laufen.

                                    Läuft das auch mit nodejs als Laufzeitumgebung?
                                    Ansonsten kann das mit dem Upgrade nichts zu tun haben.

                                    K Homoran 2 Replies Last reply Reply Quote 0
                                    • K
                                      kimukao @Thomas Braun last edited by

                                      @thomas-braun Das weiß ich leider nicht. Nur, dass es bis zum Update ging und jetzt nicht mehr. Aber vielleicht liegt die Ursache woanders.

                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @kimukao last edited by

                                        @kimukao sagte in Raspberry Pi3+ SSD + SWAP:

                                        Das weiß ich leider nicht.

                                        Ich weiß das auch nicht.
                                        Wenn du den Dienst manuell startest kommt was in der Konsole?

                                        K 1 Reply Last reply Reply Quote 0
                                        • K
                                          kimukao @Thomas Braun last edited by

                                          @thomas-braun said in Raspberry Pi3+ SSD + SWAP:

                                          Wenn du den Dienst manuell startest kommt was in der Konsole?

                                          pi@raspberrypi:~ $ sudo systemctl start unifi.service
                                          Job for unifi.service failed because the control process exited with error code.
                                          See "systemctl status unifi.service" and "journalctl -xe" for details.
                                          

                                          Wenn ich dann sudo systemctl status unifi.service fordere rödelt er ergebnislos vor sich hin. Es dauert ewig, nichts passiert...

                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @kimukao last edited by

                                            @kimukao

                                            Dann schau mir dem

                                            journalctl -xe
                                            

                                            nach.

                                            K 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

                                            464
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            11
                                            47
                                            2858
                                            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