Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Einsteigerfragen
  4. Skripte werden häufig nicht gespeichert (Blockly)

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.2k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.2k

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.6k

Skripte werden häufig nicht gespeichert (Blockly)

Geplant Angeheftet Gesperrt Verschoben Einsteigerfragen
31 Beiträge 6 Kommentatoren 2.5k Aufrufe 5 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • CodierknechtC Codierknecht

    @gismoh
    OK, die Hardware ist jedenfalls potent genug ;-)

    Ich meine den Ordner "global", der auf der gleichen Ebene liegt wie "common".
    Sieht man nur im Experten-Modus.
    0f300f6c-a043-49fa-9a7f-774e1ad49e07-image.png

    G Offline
    G Offline
    Gismoh
    schrieb am zuletzt editiert von Gismoh
    #11

    @codierknecht
    Merci, gefunden :+1:
    In diesem Ordner war nur ein leerer Ordner drin, den hatte ich mal falsch angelegt, dieser wurde gerade von mir gelöscht.
    Edit:
    Der "Common" ist bei mir auch leer.
    Erwähne es, weil scheinbar bei Dir deine Skripte dort drin liegen.

    ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

    1 Antwort Letzte Antwort
    0
    • CodierknechtC Codierknecht

      @gismoh sagte in Skripte werden häufig nicht gespeichert (Blockly):

      Der Wert vom "system.host.raspberry.cpu" liegt durchschnittlich bei ca. einem Wert von 45.

      Klingt etwas hoch.
      Mein ioBroker läuft als Container auf dem NAS. Zusammen mit 5 weiteren Containern und jeder Menge anderem Zeug. Der kommt nur selten mal über 10%.

      G Offline
      G Offline
      Gismoh
      schrieb am zuletzt editiert von Gismoh
      #12

      @codierknecht
      Meiner läuft auch unter Docker,
      hatte damals mal eine youtube Anleitung, danach habe ich es mithilfe eines Bekannten welcher Programmierer ist eingerichtet. Es kennt sich zwar nicht mit diesem System selber aus, kannte auch kein Docker, aber kam wohl zurecht.
      Bis vor wenigen Wochen lief es auch noch zufriedenstellend,
      aber nun ist es ziemlich langsam geworden, gemerkt bei den Skripten und eben auch bei der Auslösung von z.B. Bewegungsmeldern.

      docker.jpg

      ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

      1 Antwort Letzte Antwort
      0
      • CodierknechtC Codierknecht

        @gismoh sagte in Skripte werden häufig nicht gespeichert (Blockly):

        Der Wert vom "system.host.raspberry.cpu" liegt durchschnittlich bei ca. einem Wert von 45.

        Klingt etwas hoch.
        Mein ioBroker läuft als Container auf dem NAS. Zusammen mit 5 weiteren Containern und jeder Menge anderem Zeug. Der kommt nur selten mal über 10%.

        G Offline
        G Offline
        Gismoh
        schrieb am zuletzt editiert von
        #13

        @codierknecht
        Also, meinst du, das meine Probleme daher rühren, das die CPU mit ca. 40% zu viel ausgelastet ist. Woran könnte dies liegen?

        ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

        CodierknechtC 1 Antwort Letzte Antwort
        0
        • G Gismoh

          @codierknecht
          Also, meinst du, das meine Probleme daher rühren, das die CPU mit ca. 40% zu viel ausgelastet ist. Woran könnte dies liegen?

          CodierknechtC Offline
          CodierknechtC Offline
          Codierknecht
          Developer Most Active
          schrieb am zuletzt editiert von
          #14

          @gismoh sagte in Skripte werden häufig nicht gespeichert (Blockly):

          Woran könnte dies liegen?

          Versuch mal auf dem Raspi rauszukriegen, wer da am meisten CPU-Last prodiziert

          ps aux --sort -%cpu
          

          Sonst müssen da die Linux-Spezis ran.

          "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

          Proxmox 9.1.1 LXC|8 GB|Core i7-6700
          HmIP|ZigBee|Tasmota|Unifi
          Zabbix Certified Specialist
          Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

          G 1 Antwort Letzte Antwort
          0
          • CodierknechtC Codierknecht

            @gismoh sagte in Skripte werden häufig nicht gespeichert (Blockly):

            Woran könnte dies liegen?

            Versuch mal auf dem Raspi rauszukriegen, wer da am meisten CPU-Last prodiziert

            ps aux --sort -%cpu
            

            Sonst müssen da die Linux-Spezis ran.

            G Offline
            G Offline
            Gismoh
            schrieb am zuletzt editiert von
            #15

            @codierknecht
            Dies liefert das Ergebnis,
            was normal ist, oder nicht, kann ich schwer einschätzen.
            pi-auslastungh.png

            ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

            HomoranH 1 Antwort Letzte Antwort
            0
            • G Gismoh

              @codierknecht
              Dies liefert das Ergebnis,
              was normal ist, oder nicht, kann ich schwer einschätzen.
              pi-auslastungh.png

              HomoranH Nicht stören
              HomoranH Nicht stören
              Homoran
              Global Moderator Administrators
              schrieb am zuletzt editiert von
              #16

              @gismoh sagte in Skripte werden häufig nicht gespeichert (Blockly):

              Dies liefert das Ergebnis,

              da fehlen die Kopfzeilen.

              kein Support per PN! - Fragen im Forum stellen -

              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

              ioBroker freut sich auch über eine Spende für das Forum. Benutzt dazu den Spendenbutton im Header. Danke!

              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

              G 1 Antwort Letzte Antwort
              0
              • HomoranH Homoran

                @gismoh sagte in Skripte werden häufig nicht gespeichert (Blockly):

                Dies liefert das Ergebnis,

                da fehlen die Kopfzeilen.

                G Offline
                G Offline
                Gismoh
                schrieb am zuletzt editiert von
                #17

                @homoran
                du meinst nicht "User" "PID" "%CPU" ?
                das sind die Kopfzeilen, welche mir angezeigt werden.

                ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                HomoranH 1 Antwort Letzte Antwort
                0
                • G Gismoh

                  @homoran
                  du meinst nicht "User" "PID" "%CPU" ?
                  das sind die Kopfzeilen, welche mir angezeigt werden.

                  HomoranH Nicht stören
                  HomoranH Nicht stören
                  Homoran
                  Global Moderator Administrators
                  schrieb am zuletzt editiert von Homoran
                  #18

                  @gismoh sagte in Skripte werden häufig nicht gespeichert (Blockly):

                  @homoran
                  du meinst nicht "User" "PID" "%CPU" ?
                  das sind die Kopfzeilen, welche mir angezeigt werden.

                  Doch!
                  ...und mem, und load average... und swap......

                  EDIT!
                  Sorry, das kommt bei top

                  kein Support per PN! - Fragen im Forum stellen -

                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                  ioBroker freut sich auch über eine Spende für das Forum. Benutzt dazu den Spendenbutton im Header. Danke!

                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                  G 1 Antwort Letzte Antwort
                  0
                  • HomoranH Homoran

                    @gismoh sagte in Skripte werden häufig nicht gespeichert (Blockly):

                    @homoran
                    du meinst nicht "User" "PID" "%CPU" ?
                    das sind die Kopfzeilen, welche mir angezeigt werden.

                    Doch!
                    ...und mem, und load average... und swap......

                    EDIT!
                    Sorry, das kommt bei top

                    G Offline
                    G Offline
                    Gismoh
                    schrieb am zuletzt editiert von Gismoh
                    #19

                    @homoran
                    "%MEM" usw. ist doch auch im Screen?
                    average, swap habe ich dort allerdings nicht.

                    Edit: Weis leider nicht wie ich den Befehl mit "TOP" eingeben muss.

                    ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                    HomoranH DJMarc75D 2 Antworten Letzte Antwort
                    0
                    • G Gismoh

                      @homoran
                      "%MEM" usw. ist doch auch im Screen?
                      average, swap habe ich dort allerdings nicht.

                      Edit: Weis leider nicht wie ich den Befehl mit "TOP" eingeben muss.

                      HomoranH Nicht stören
                      HomoranH Nicht stören
                      Homoran
                      Global Moderator Administrators
                      schrieb am zuletzt editiert von Homoran
                      #20

                      @gismoh siehe edit, sorry!
                      am handy sind Screenshots kaum lesbar. deswegen so etwas immer als Text in code-tags und due Eingabezeile mitliefern

                      kein Support per PN! - Fragen im Forum stellen -

                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                      ioBroker freut sich auch über eine Spende für das Forum. Benutzt dazu den Spendenbutton im Header. Danke!

                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                      G 1 Antwort Letzte Antwort
                      0
                      • HomoranH Homoran

                        @gismoh siehe edit, sorry!
                        am handy sind Screenshots kaum lesbar. deswegen so etwas immer als Text in code-tags und due Eingabezeile mitliefern

                        G Offline
                        G Offline
                        Gismoh
                        schrieb am zuletzt editiert von
                        #21

                        @homoran
                        Kein Thema, nichts zu verzeihen.
                        Siehe bitte auch mein Edit.

                        ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                        HomoranH 1 Antwort Letzte Antwort
                        0
                        • G Gismoh

                          @homoran
                          "%MEM" usw. ist doch auch im Screen?
                          average, swap habe ich dort allerdings nicht.

                          Edit: Weis leider nicht wie ich den Befehl mit "TOP" eingeben muss.

                          DJMarc75D Online
                          DJMarc75D Online
                          DJMarc75
                          schrieb am zuletzt editiert von
                          #22

                          @gismoh sagte in Skripte werden häufig nicht gespeichert (Blockly):

                          wie ich den Befehl mit "TOP" eingeben muss

                          top
                          

                          Lehrling seit 1975 !!!
                          Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
                          https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

                          1 Antwort Letzte Antwort
                          0
                          • G Gismoh

                            @homoran
                            Kein Thema, nichts zu verzeihen.
                            Siehe bitte auch mein Edit.

                            HomoranH Nicht stören
                            HomoranH Nicht stören
                            Homoran
                            Global Moderator Administrators
                            schrieb am zuletzt editiert von
                            #23

                            @gismoh sagte in Skripte werden häufig nicht gespeichert (Blockly):

                            @homoran
                            Kein Thema, nichts zu verzeihen.
                            Siehe bitte auch mein Edit.

                            einfach top

                            kein Support per PN! - Fragen im Forum stellen -

                            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                            ioBroker freut sich auch über eine Spende für das Forum. Benutzt dazu den Spendenbutton im Header. Danke!

                            der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                            G 2 Antworten Letzte Antwort
                            0
                            • HomoranH Homoran

                              @gismoh sagte in Skripte werden häufig nicht gespeichert (Blockly):

                              @homoran
                              Kein Thema, nichts zu verzeihen.
                              Siehe bitte auch mein Edit.

                              einfach top

                              G Offline
                              G Offline
                              Gismoh
                              schrieb am zuletzt editiert von
                              #24

                              @homoran

                              USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
                              pi        1853 41.9  3.4 399184 276760 ?       Sl   11:26  16:01 iobroker.js-con
                              pi        1955 10.1  2.3 295644 186452 ?       Sl   11:26   3:51 io.javascript.0
                              pi        2510  8.1  1.4 230704 118612 ?       Sl   11:27   2:59 io.web.0
                              999       1838  7.1  2.9 1275036 236592 ?      Sl   11:26   2:44 /usr/bin/influx
                              pi        1933  6.3  1.1 203604 90440 ?        Sl   11:26   2:25 io.influxdb.0
                              pi        2516  5.5  1.1 205732 90924 ?        Sl   11:27   2:03 io.tado.0
                              pi        2107  4.6  1.1 207364 93436 ?        Sl   11:26   1:46 io.sonoff.0
                              pi        2263  3.1  0.9 191144 77600 ?        Sl   11:27   1:11 io.deconz.0
                              pi        1249  2.8  0.5 140616 45256 ?        Ssl  11:25   1:06 /usr/bin/deCONZ
                              pi        1915  2.8  1.7 252788 138900 ?       Sl   11:26   1:06 io.admin.0
                              pi        2295  2.8  1.1 203556 89788 ?        Sl   11:27   1:03 io.fb-checkpres
                              pi        2136  2.4  1.1 207300 90988 ?        Sl   11:26   0:55 io.shelly.0
                              idash    10794  1.7  0.0  14744  6840 ?        Ss   12:04   0:00 /lib/systemd/sy
                              pi        2350  1.5  1.0 195112 80852 ?        Sl   11:27   0:34 io.hue-extended
                              pi        2054  1.4  1.0 199928 83340 ?        Sl   11:26   0:33 io.alexa2.0
                              pi        2062  1.4  0.9 191332 76684 ?        Sl   11:26   0:33 io.hue.0
                              idash    10809  1.0  0.0   8360  3588 pts/0    Ss   12:04   0:00 -bash
                              pi        2030  0.8  1.0 196588 83436 ?        Sl   11:26   0:18 io.telegram.0
                              pi        2212  0.8  0.9 195520 79488 ?        Sl   11:27   0:19 io.shelly.1
                              root       677  0.7  0.7 1006028 58328 ?       Ssl  11:25   0:17 /usr/bin/docker
                              pi        2528  0.7  0.7 183660 62356 ?        Sl   11:27   0:16 io.ble.0
                              pi        2598  0.7  0.9 190272 73604 ?        Sl   11:27   0:16 io.pvforecast.0
                              root       648  0.6  0.4 965144 37780 ?        Ssl  11:25   0:16 /usr/bin/contai
                              pi        2143  0.5  0.8 188908 72192 ?        Sl   11:26   0:12 io.daikin-cloud
                              pi        2382  0.5  0.8 191640 72248 ?        Sl   11:27   0:11 io.info.0
                              pi        2401  0.5  1.0 198976 85088 ?        Sl   11:27   0:11 io.iot.0
                              pi        2587  0.5  0.9 191088 73628 ?        Sl   11:27   0:12 io.fiat.0
                              root         1  0.4  0.1  34784  8280 ?        Ss   11:25   0:10 /sbin/init
                              pi        2335  0.4  0.7 182076 60232 ?        Sl   11:27   0:10 io.fullybrowser
                              root     10774  0.4  0.0  12240  6460 ?        Ss   12:04   0:00 sshd: idash [pr
                              472       1251  0.3  0.6 846132 51336 ?        Ssl  11:25   0:07 grafana-server
                              pi        2174  0.3  0.9 194092 76176 ?        Sl   11:27   0:08 io.meross.0
                              pi        2672  0.2  0.5 124112 40540 ?        Sl   11:28   0:05 /usr/bin/node /
                              root      1120  0.1  0.0 803500  7864 ?        Sl   11:25   0:02 /usr/bin/contai
                              root      1123  0.1  0.0 803756  7880 ?        Sl   11:25   0:04 /usr/bin/contai
                              root      1257  0.1  0.5 856864 47824 ?        Ssl  11:25   0:04 /traefik --api
                              root         2  0.0  0.0      0     0 ?        S    11:25   0:00 [kthreadd]
                              root         3  0.0  0.0      0     0 ?        I<   11:25   0:00 [rcu_gp]
                              root         4  0.0  0.0      0     0 ?        I<   11:25   0:00 [rcu_par_gp]
                              root         8  0.0  0.0      0     0 ?        I<   11:25   0:00 [mm_percpu_wq]
                              root         9  0.0  0.0      0     0 ?        S    11:25   0:00 [rcu_tasks_rude
                              root        10  0.0  0.0      0     0 ?        S    11:25   0:00 [rcu_tasks_trac
                              root        11  0.0  0.0      0     0 ?        S    11:25   0:01 [ksoftirqd/0]
                              root        12  0.0  0.0      0     0 ?        I    11:25   0:01 [rcu_sched]
                              root        13  0.0  0.0      0     0 ?        S    11:25   0:00 [migration/0]
                              root        14  0.0  0.0      0     0 ?        S    11:25   0:00 [cpuhp/0]
                              root        15  0.0  0.0      0     0 ?        S    11:25   0:00 [cpuhp/1]
                              root        16  0.0  0.0      0     0 ?        S    11:25   0:00 [migration/1]
                              root        17  0.0  0.0      0     0 ?        S    11:25   0:00 [ksoftirqd/1]
                              root        20  0.0  0.0      0     0 ?        S    11:25   0:00 [cpuhp/2]
                              root        21  0.0  0.0      0     0 ?        S    11:25   0:00 [migration/2]
                              root        22  0.0  0.0      0     0 ?        S    11:25   0:00 [ksoftirqd/2]
                              root        25  0.0  0.0      0     0 ?        S    11:25   0:00 [cpuhp/3]
                              root        26  0.0  0.0      0     0 ?        S    11:25   0:00 [migration/3]
                              root        27  0.0  0.0      0     0 ?        S    11:25   0:00 [ksoftirqd/3]
                              root        30  0.0  0.0      0     0 ?        S    11:25   0:00 [kdevtmpfs]
                              root        31  0.0  0.0      0     0 ?        I<   11:25   0:00 [netns]
                              root        35  0.0  0.0      0     0 ?        S    11:25   0:00 [kauditd]
                              root        36  0.0  0.0      0     0 ?        S    11:25   0:00 [khungtaskd]
                              root        37  0.0  0.0      0     0 ?        S    11:25   0:00 [oom_reaper]
                              root        38  0.0  0.0      0     0 ?        I<   11:25   0:00 [writeback]
                              root        39  0.0  0.0      0     0 ?        S    11:25   0:00 [kcompactd0]
                              root        57  0.0  0.0      0     0 ?        I<   11:25   0:00 [kblockd]
                              root        58  0.0  0.0      0     0 ?        I<   11:25   0:00 [blkcg_punt_bio
                              root        59  0.0  0.0      0     0 ?        S    11:25   0:00 [watchdogd]
                              root        62  0.0  0.0      0     0 ?        I<   11:25   0:00 [rpciod]
                              root        63  0.0  0.0      0     0 ?        I<   11:25   0:00 [kworker/u9:0-h
                              root        64  0.0  0.0      0     0 ?        I<   11:25   0:00 [xprtiod]
                              root        65  0.0  0.0      0     0 ?        S    11:25   0:00 [kswapd0]
                              root        66  0.0  0.0      0     0 ?        I<   11:25   0:00 [nfsiod]
                              root        67  0.0  0.0      0     0 ?        I<   11:25   0:00 [kthrotld]
                              root        68  0.0  0.0      0     0 ?        I<   11:25   0:00 [iscsi_eh]
                              root        69  0.0  0.0      0     0 ?        I<   11:25   0:00 [iscsi_destroy]
                              root        72  0.0  0.0      0     0 ?        I<   11:25   0:00 [DWC Notificati
                              root        73  0.0  0.0      0     0 ?        I<   11:25   0:00 [uas]
                              root        75  0.0  0.0      0     0 ?        S<   11:25   0:00 [vchiq-slot/0]
                              root        76  0.0  0.0      0     0 ?        S<   11:25   0:00 [vchiq-recy/0]
                              root        77  0.0  0.0      0     0 ?        S<   11:25   0:00 [vchiq-sync/0]
                              root        78  0.0  0.0      0     0 ?        I<   11:25   0:00 [zswap-shrink]
                              root        79  0.0  0.0      0     0 ?        I<   11:25   0:00 [sdhci]
                              root        80  0.0  0.0      0     0 ?        S    11:25   0:00 [irq/47-mmc0]
                              root        82  0.0  0.0      0     0 ?        I<   11:25   0:00 [mmc_complete]
                              root        83  0.0  0.0      0     0 ?        I<   11:25   0:01 [kworker/2:1H-k
                              root        85  0.0  0.0      0     0 ?        S    11:25   0:01 [jbd2/mmcblk0p2
                              root        86  0.0  0.0      0     0 ?        I<   11:25   0:00 [ext4-rsv-conve
                              root        88  0.0  0.0      0     0 ?        I<   11:25   0:00 [ipv6_addrconf]
                              root        96  0.0  0.0      0     0 ?        I<   11:25   0:01 [kworker/1:1H-k
                              root       108  0.0  0.0      0     0 ?        I<   11:25   0:00 [kworker/3:2H-k
                              root       120  0.0  0.0  21248  8044 ?        Ss   11:25   0:00 /lib/systemd/sy
                              root       154  0.0  0.0      0     0 ?        S<   11:25   0:00 [loop0]
                              root       157  0.0  0.0  18124  3868 ?        Ss   11:25   0:00 /lib/systemd/sy
                              root       158  0.0  0.0      0     0 ?        S<   11:25   0:00 [loop1]
                              root       162  0.0  0.0      0     0 ?        S<   11:25   0:00 [loop2]
                              root       163  0.0  0.0      0     0 ?        S<   11:25   0:00 [loop3]
                              root       172  0.0  0.0      0     0 ?        S<   11:25   0:00 [loop4]
                              root       173  0.0  0.0      0     0 ?        S<   11:25   0:00 [loop5]
                              root       193  0.0  0.0      0     0 ?        S    11:25   0:00 [vchiq-keep/0]
                              root       196  0.0  0.0      0     0 ?        S<   11:25   0:00 [SMIO]
                              root       214  0.0  0.0      0     0 ?        I<   11:25   0:00 [mmal-vchiq]
                              root       215  0.0  0.0      0     0 ?        I<   11:25   0:00 [mmal-vchiq]
                              root       218  0.0  0.0      0     0 ?        S    11:25   0:00 [v3d_bin]
                              root       219  0.0  0.0      0     0 ?        I<   11:25   0:00 [mmal-vchiq]
                              root       220  0.0  0.0      0     0 ?        S    11:25   0:00 [v3d_render]
                              root       221  0.0  0.0      0     0 ?        S    11:25   0:00 [v3d_tfu]
                              root       224  0.0  0.0      0     0 ?        S    11:25   0:00 [v3d_csd]
                              root       225  0.0  0.0      0     0 ?        S    11:25   0:00 [v3d_cache_clea
                              root       226  0.0  0.0      0     0 ?        I<   11:25   0:00 [mmal-vchiq]
                              root       264  0.0  0.0      0     0 ?        I<   11:25   0:00 [cfg80211]
                              root       273  0.0  0.0      0     0 ?        I<   11:25   0:00 [brcmf_wq/mmc1:
                              root       275  0.0  0.0      0     0 ?        S    11:25   0:00 [brcmf_wdog/mmc
                              root       303  0.0  0.0      0     0 ?        I    11:25   0:00 [kworker/3:2-mm
                              systemd+   326  0.0  0.0  22416  5460 ?        Ssl  11:25   0:00 /lib/systemd/sy
                              root       362  0.0  0.0   3692   776 ?        SNs  11:25   0:00 /usr/sbin/alsac
                              avahi      364  0.0  0.0   5900  2468 ?        Ss   11:25   0:00 avahi-daemon: r
                              nobody     367  0.0  0.0   4320  2008 ?        Ss   11:25   0:00 /usr/sbin/thd -
                              root       369  0.0  0.0  13044  5800 ?        Ss   11:25   0:00 /lib/systemd/sy
                              root       370  0.0  0.0  25512  2724 ?        Ssl  11:25   0:00 /usr/sbin/rsysl
                              message+   371  0.0  0.0   6652  3528 ?        Ss   11:25   0:01 /usr/bin/dbus-d
                              root       379  0.0  0.0   7948  2408 ?        Ss   11:25   0:00 /usr/sbin/cron
                              avahi      384  0.0  0.0   5768   252 ?        S    11:25   0:00 avahi-daemon: c
                              root       385  0.0  0.0  10744  3740 ?        Ss   11:25   0:00 /sbin/wpa_suppl
                              root       391  0.0  0.2 939148 22912 ?        Ssl  11:25   0:02 /usr/lib/snapd/
                              root       393  0.0  0.0  27656    80 ?        SLsl 11:25   0:00 /usr/sbin/rngd
                              root       492  0.0  0.0  11004  1964 ?        Ss   11:25   0:00 wpa_supplicant
                              root       570  0.0  0.0      0     0 ?        I<   11:25   0:00 [kworker/u9:1-h
                              root       572  0.0  0.0   2140   128 ?        S    11:25   0:00 /usr/bin/hciatt
                              root       575  0.0  0.0   9536  3356 ?        Ss   11:25   0:00 /usr/lib/blueto
                              root       640  0.0  0.0   3100  2268 ?        Ss   11:25   0:00 /sbin/dhcpcd -q
                              root       647  0.0  0.0   4308  1236 tty1     Ss+  11:25   0:00 /sbin/agetty -o
                              root       649  0.0  0.0  10728  5324 ?        Ss   11:25   0:00 /usr/sbin/sshd
                              root       951  0.0  0.0 852720  2184 ?        Sl   11:25   0:00 /usr/bin/docker
                              root       964  0.0  0.0 862196  2256 ?        Sl   11:25   0:00 /usr/bin/docker
                              root       987  0.0  0.0 862196  2956 ?        Sl   11:25   0:00 /usr/bin/docker
                              root       988  0.0  0.0 852976  2220 ?        Sl   11:25   0:00 /usr/bin/docker
                              root      1014  0.0  0.0 852976  2980 ?        Sl   11:25   0:00 /usr/bin/docker
                              root      1015  0.0  0.0 870392  2896 ?        Sl   11:25   0:00 /usr/bin/docker
                              root      1022  0.0  0.0 852976  2392 ?        Sl   11:25   0:00 /usr/bin/docker
                              root      1028  0.0  0.0 862196  2352 ?        Sl   11:25   0:00 /usr/bin/docker
                              root      1051  0.0  0.0 861940  3028 ?        Sl   11:25   0:00 /usr/bin/docker
                              root      1057  0.0  0.0 843500  2400 ?        Sl   11:25   0:00 /usr/bin/docker
                              root      1117  0.0  0.1 803500  8168 ?        Sl   11:25   0:00 /usr/bin/contai
                              root      1118  0.0  0.0 803500  7416 ?        Sl   11:25   0:00 /usr/bin/contai
                              root      1121  0.0  0.1 803500  8796 ?        Sl   11:25   0:00 /usr/bin/contai
                              root      1124  0.0  0.1 803756  8668 ?        Sl   11:25   0:00 /usr/bin/contai
                              root      1234  0.0  0.0   7168  2316 ?        Ss   11:25   0:00 /bin/bash /opt/
                              root      1235  0.0  0.0   1272   340 ?        Ss   11:25   0:00 /usr/bin/dumb-i
                              root      1247  0.0  0.3 827672 25044 ?        Ssl  11:25   0:01 /portainer
                              root      1535  0.0  0.1  67196 13836 ?        Ssl  11:25   0:00 /bitwarden_rs
                              root      3682  0.0  0.0      0     0 ?        I<   11:30   0:01 [kworker/0:0H-m
                              root      4980  0.0  0.0      0     0 ?        I    11:36   0:00 [kworker/2:0-ev
                              root      5861  0.0  0.0      0     0 ?        I    11:40   0:00 [kworker/u8:0-e
                              root      7316  0.0  0.0      0     0 ?        I    11:47   0:00 [kworker/3:1]
                              root      7532  0.0  0.0      0     0 ?        I    11:48   0:00 [kworker/1:1-mm
                              root      7968  0.0  0.0      0     0 ?        I    11:50   0:00 [kworker/0:0-ev
                              root      8201  0.0  0.0      0     0 ?        I    11:52   0:00 [kworker/u8:2-e
                              root      8202  0.0  0.0      0     0 ?        I<   11:52   0:00 [kworker/3:0H]
                              root      8582  0.0  0.0      0     0 ?        I<   11:53   0:00 [kworker/0:2H]
                              root      8622  0.0  0.0      0     0 ?        I    11:54   0:00 [kworker/1:0-ev
                              root      8678  0.0  0.0      0     0 ?        I<   11:54   0:00 [kworker/2:0H]
                              root      9076  0.0  0.0      0     0 ?        I    11:56   0:00 [kworker/0:2-ev
                              root      9290  0.0  0.0      0     0 ?        I    11:57   0:00 [kworker/u8:1-e
                              root      9427  0.0  0.0      0     0 ?        I    11:57   0:00 [kworker/2:1-ev
                              root      9732  0.0  0.0      0     0 ?        I    11:59   0:00 [kworker/1:2-mm
                              root      9749  0.0  0.0      0     0 ?        I<   11:59   0:00 [kworker/1:0H]
                              root      9827  0.0  0.0      0     0 ?        I    11:59   0:00 [kworker/1:3-ev
                              root      9849  0.0  0.0      0     0 ?        I<   11:59   0:00 [kworker/2:2H]
                              root      9850  0.0  0.0      0     0 ?        I    11:59   0:00 [kworker/u8:3-e
                              root      9875  0.0  0.0      0     0 ?        I<   11:59   0:00 [kworker/3:1H]
                              root     10182  0.0  0.0      0     0 ?        I    12:01   0:00 [kworker/0:1-mm
                              root     10507  0.0  0.0      0     0 ?        I    12:02   0:00 [kworker/2:2-ev
                              idash    10795  0.0  0.0  36324  3628 ?        S    12:04   0:00 (sd-pam)
                              idash    10808  0.0  0.0  12240  3716 ?        S    12:04   0:00 sshd: idash@pts
                              idash    10846  0.0  0.0   9944  2672 pts/0    R+   12:04   0:00 ps aux --sort -
                              
                              

                              ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                              HomoranH 1 Antwort Letzte Antwort
                              0
                              • G Gismoh

                                @homoran

                                USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
                                pi        1853 41.9  3.4 399184 276760 ?       Sl   11:26  16:01 iobroker.js-con
                                pi        1955 10.1  2.3 295644 186452 ?       Sl   11:26   3:51 io.javascript.0
                                pi        2510  8.1  1.4 230704 118612 ?       Sl   11:27   2:59 io.web.0
                                999       1838  7.1  2.9 1275036 236592 ?      Sl   11:26   2:44 /usr/bin/influx
                                pi        1933  6.3  1.1 203604 90440 ?        Sl   11:26   2:25 io.influxdb.0
                                pi        2516  5.5  1.1 205732 90924 ?        Sl   11:27   2:03 io.tado.0
                                pi        2107  4.6  1.1 207364 93436 ?        Sl   11:26   1:46 io.sonoff.0
                                pi        2263  3.1  0.9 191144 77600 ?        Sl   11:27   1:11 io.deconz.0
                                pi        1249  2.8  0.5 140616 45256 ?        Ssl  11:25   1:06 /usr/bin/deCONZ
                                pi        1915  2.8  1.7 252788 138900 ?       Sl   11:26   1:06 io.admin.0
                                pi        2295  2.8  1.1 203556 89788 ?        Sl   11:27   1:03 io.fb-checkpres
                                pi        2136  2.4  1.1 207300 90988 ?        Sl   11:26   0:55 io.shelly.0
                                idash    10794  1.7  0.0  14744  6840 ?        Ss   12:04   0:00 /lib/systemd/sy
                                pi        2350  1.5  1.0 195112 80852 ?        Sl   11:27   0:34 io.hue-extended
                                pi        2054  1.4  1.0 199928 83340 ?        Sl   11:26   0:33 io.alexa2.0
                                pi        2062  1.4  0.9 191332 76684 ?        Sl   11:26   0:33 io.hue.0
                                idash    10809  1.0  0.0   8360  3588 pts/0    Ss   12:04   0:00 -bash
                                pi        2030  0.8  1.0 196588 83436 ?        Sl   11:26   0:18 io.telegram.0
                                pi        2212  0.8  0.9 195520 79488 ?        Sl   11:27   0:19 io.shelly.1
                                root       677  0.7  0.7 1006028 58328 ?       Ssl  11:25   0:17 /usr/bin/docker
                                pi        2528  0.7  0.7 183660 62356 ?        Sl   11:27   0:16 io.ble.0
                                pi        2598  0.7  0.9 190272 73604 ?        Sl   11:27   0:16 io.pvforecast.0
                                root       648  0.6  0.4 965144 37780 ?        Ssl  11:25   0:16 /usr/bin/contai
                                pi        2143  0.5  0.8 188908 72192 ?        Sl   11:26   0:12 io.daikin-cloud
                                pi        2382  0.5  0.8 191640 72248 ?        Sl   11:27   0:11 io.info.0
                                pi        2401  0.5  1.0 198976 85088 ?        Sl   11:27   0:11 io.iot.0
                                pi        2587  0.5  0.9 191088 73628 ?        Sl   11:27   0:12 io.fiat.0
                                root         1  0.4  0.1  34784  8280 ?        Ss   11:25   0:10 /sbin/init
                                pi        2335  0.4  0.7 182076 60232 ?        Sl   11:27   0:10 io.fullybrowser
                                root     10774  0.4  0.0  12240  6460 ?        Ss   12:04   0:00 sshd: idash [pr
                                472       1251  0.3  0.6 846132 51336 ?        Ssl  11:25   0:07 grafana-server
                                pi        2174  0.3  0.9 194092 76176 ?        Sl   11:27   0:08 io.meross.0
                                pi        2672  0.2  0.5 124112 40540 ?        Sl   11:28   0:05 /usr/bin/node /
                                root      1120  0.1  0.0 803500  7864 ?        Sl   11:25   0:02 /usr/bin/contai
                                root      1123  0.1  0.0 803756  7880 ?        Sl   11:25   0:04 /usr/bin/contai
                                root      1257  0.1  0.5 856864 47824 ?        Ssl  11:25   0:04 /traefik --api
                                root         2  0.0  0.0      0     0 ?        S    11:25   0:00 [kthreadd]
                                root         3  0.0  0.0      0     0 ?        I<   11:25   0:00 [rcu_gp]
                                root         4  0.0  0.0      0     0 ?        I<   11:25   0:00 [rcu_par_gp]
                                root         8  0.0  0.0      0     0 ?        I<   11:25   0:00 [mm_percpu_wq]
                                root         9  0.0  0.0      0     0 ?        S    11:25   0:00 [rcu_tasks_rude
                                root        10  0.0  0.0      0     0 ?        S    11:25   0:00 [rcu_tasks_trac
                                root        11  0.0  0.0      0     0 ?        S    11:25   0:01 [ksoftirqd/0]
                                root        12  0.0  0.0      0     0 ?        I    11:25   0:01 [rcu_sched]
                                root        13  0.0  0.0      0     0 ?        S    11:25   0:00 [migration/0]
                                root        14  0.0  0.0      0     0 ?        S    11:25   0:00 [cpuhp/0]
                                root        15  0.0  0.0      0     0 ?        S    11:25   0:00 [cpuhp/1]
                                root        16  0.0  0.0      0     0 ?        S    11:25   0:00 [migration/1]
                                root        17  0.0  0.0      0     0 ?        S    11:25   0:00 [ksoftirqd/1]
                                root        20  0.0  0.0      0     0 ?        S    11:25   0:00 [cpuhp/2]
                                root        21  0.0  0.0      0     0 ?        S    11:25   0:00 [migration/2]
                                root        22  0.0  0.0      0     0 ?        S    11:25   0:00 [ksoftirqd/2]
                                root        25  0.0  0.0      0     0 ?        S    11:25   0:00 [cpuhp/3]
                                root        26  0.0  0.0      0     0 ?        S    11:25   0:00 [migration/3]
                                root        27  0.0  0.0      0     0 ?        S    11:25   0:00 [ksoftirqd/3]
                                root        30  0.0  0.0      0     0 ?        S    11:25   0:00 [kdevtmpfs]
                                root        31  0.0  0.0      0     0 ?        I<   11:25   0:00 [netns]
                                root        35  0.0  0.0      0     0 ?        S    11:25   0:00 [kauditd]
                                root        36  0.0  0.0      0     0 ?        S    11:25   0:00 [khungtaskd]
                                root        37  0.0  0.0      0     0 ?        S    11:25   0:00 [oom_reaper]
                                root        38  0.0  0.0      0     0 ?        I<   11:25   0:00 [writeback]
                                root        39  0.0  0.0      0     0 ?        S    11:25   0:00 [kcompactd0]
                                root        57  0.0  0.0      0     0 ?        I<   11:25   0:00 [kblockd]
                                root        58  0.0  0.0      0     0 ?        I<   11:25   0:00 [blkcg_punt_bio
                                root        59  0.0  0.0      0     0 ?        S    11:25   0:00 [watchdogd]
                                root        62  0.0  0.0      0     0 ?        I<   11:25   0:00 [rpciod]
                                root        63  0.0  0.0      0     0 ?        I<   11:25   0:00 [kworker/u9:0-h
                                root        64  0.0  0.0      0     0 ?        I<   11:25   0:00 [xprtiod]
                                root        65  0.0  0.0      0     0 ?        S    11:25   0:00 [kswapd0]
                                root        66  0.0  0.0      0     0 ?        I<   11:25   0:00 [nfsiod]
                                root        67  0.0  0.0      0     0 ?        I<   11:25   0:00 [kthrotld]
                                root        68  0.0  0.0      0     0 ?        I<   11:25   0:00 [iscsi_eh]
                                root        69  0.0  0.0      0     0 ?        I<   11:25   0:00 [iscsi_destroy]
                                root        72  0.0  0.0      0     0 ?        I<   11:25   0:00 [DWC Notificati
                                root        73  0.0  0.0      0     0 ?        I<   11:25   0:00 [uas]
                                root        75  0.0  0.0      0     0 ?        S<   11:25   0:00 [vchiq-slot/0]
                                root        76  0.0  0.0      0     0 ?        S<   11:25   0:00 [vchiq-recy/0]
                                root        77  0.0  0.0      0     0 ?        S<   11:25   0:00 [vchiq-sync/0]
                                root        78  0.0  0.0      0     0 ?        I<   11:25   0:00 [zswap-shrink]
                                root        79  0.0  0.0      0     0 ?        I<   11:25   0:00 [sdhci]
                                root        80  0.0  0.0      0     0 ?        S    11:25   0:00 [irq/47-mmc0]
                                root        82  0.0  0.0      0     0 ?        I<   11:25   0:00 [mmc_complete]
                                root        83  0.0  0.0      0     0 ?        I<   11:25   0:01 [kworker/2:1H-k
                                root        85  0.0  0.0      0     0 ?        S    11:25   0:01 [jbd2/mmcblk0p2
                                root        86  0.0  0.0      0     0 ?        I<   11:25   0:00 [ext4-rsv-conve
                                root        88  0.0  0.0      0     0 ?        I<   11:25   0:00 [ipv6_addrconf]
                                root        96  0.0  0.0      0     0 ?        I<   11:25   0:01 [kworker/1:1H-k
                                root       108  0.0  0.0      0     0 ?        I<   11:25   0:00 [kworker/3:2H-k
                                root       120  0.0  0.0  21248  8044 ?        Ss   11:25   0:00 /lib/systemd/sy
                                root       154  0.0  0.0      0     0 ?        S<   11:25   0:00 [loop0]
                                root       157  0.0  0.0  18124  3868 ?        Ss   11:25   0:00 /lib/systemd/sy
                                root       158  0.0  0.0      0     0 ?        S<   11:25   0:00 [loop1]
                                root       162  0.0  0.0      0     0 ?        S<   11:25   0:00 [loop2]
                                root       163  0.0  0.0      0     0 ?        S<   11:25   0:00 [loop3]
                                root       172  0.0  0.0      0     0 ?        S<   11:25   0:00 [loop4]
                                root       173  0.0  0.0      0     0 ?        S<   11:25   0:00 [loop5]
                                root       193  0.0  0.0      0     0 ?        S    11:25   0:00 [vchiq-keep/0]
                                root       196  0.0  0.0      0     0 ?        S<   11:25   0:00 [SMIO]
                                root       214  0.0  0.0      0     0 ?        I<   11:25   0:00 [mmal-vchiq]
                                root       215  0.0  0.0      0     0 ?        I<   11:25   0:00 [mmal-vchiq]
                                root       218  0.0  0.0      0     0 ?        S    11:25   0:00 [v3d_bin]
                                root       219  0.0  0.0      0     0 ?        I<   11:25   0:00 [mmal-vchiq]
                                root       220  0.0  0.0      0     0 ?        S    11:25   0:00 [v3d_render]
                                root       221  0.0  0.0      0     0 ?        S    11:25   0:00 [v3d_tfu]
                                root       224  0.0  0.0      0     0 ?        S    11:25   0:00 [v3d_csd]
                                root       225  0.0  0.0      0     0 ?        S    11:25   0:00 [v3d_cache_clea
                                root       226  0.0  0.0      0     0 ?        I<   11:25   0:00 [mmal-vchiq]
                                root       264  0.0  0.0      0     0 ?        I<   11:25   0:00 [cfg80211]
                                root       273  0.0  0.0      0     0 ?        I<   11:25   0:00 [brcmf_wq/mmc1:
                                root       275  0.0  0.0      0     0 ?        S    11:25   0:00 [brcmf_wdog/mmc
                                root       303  0.0  0.0      0     0 ?        I    11:25   0:00 [kworker/3:2-mm
                                systemd+   326  0.0  0.0  22416  5460 ?        Ssl  11:25   0:00 /lib/systemd/sy
                                root       362  0.0  0.0   3692   776 ?        SNs  11:25   0:00 /usr/sbin/alsac
                                avahi      364  0.0  0.0   5900  2468 ?        Ss   11:25   0:00 avahi-daemon: r
                                nobody     367  0.0  0.0   4320  2008 ?        Ss   11:25   0:00 /usr/sbin/thd -
                                root       369  0.0  0.0  13044  5800 ?        Ss   11:25   0:00 /lib/systemd/sy
                                root       370  0.0  0.0  25512  2724 ?        Ssl  11:25   0:00 /usr/sbin/rsysl
                                message+   371  0.0  0.0   6652  3528 ?        Ss   11:25   0:01 /usr/bin/dbus-d
                                root       379  0.0  0.0   7948  2408 ?        Ss   11:25   0:00 /usr/sbin/cron
                                avahi      384  0.0  0.0   5768   252 ?        S    11:25   0:00 avahi-daemon: c
                                root       385  0.0  0.0  10744  3740 ?        Ss   11:25   0:00 /sbin/wpa_suppl
                                root       391  0.0  0.2 939148 22912 ?        Ssl  11:25   0:02 /usr/lib/snapd/
                                root       393  0.0  0.0  27656    80 ?        SLsl 11:25   0:00 /usr/sbin/rngd
                                root       492  0.0  0.0  11004  1964 ?        Ss   11:25   0:00 wpa_supplicant
                                root       570  0.0  0.0      0     0 ?        I<   11:25   0:00 [kworker/u9:1-h
                                root       572  0.0  0.0   2140   128 ?        S    11:25   0:00 /usr/bin/hciatt
                                root       575  0.0  0.0   9536  3356 ?        Ss   11:25   0:00 /usr/lib/blueto
                                root       640  0.0  0.0   3100  2268 ?        Ss   11:25   0:00 /sbin/dhcpcd -q
                                root       647  0.0  0.0   4308  1236 tty1     Ss+  11:25   0:00 /sbin/agetty -o
                                root       649  0.0  0.0  10728  5324 ?        Ss   11:25   0:00 /usr/sbin/sshd
                                root       951  0.0  0.0 852720  2184 ?        Sl   11:25   0:00 /usr/bin/docker
                                root       964  0.0  0.0 862196  2256 ?        Sl   11:25   0:00 /usr/bin/docker
                                root       987  0.0  0.0 862196  2956 ?        Sl   11:25   0:00 /usr/bin/docker
                                root       988  0.0  0.0 852976  2220 ?        Sl   11:25   0:00 /usr/bin/docker
                                root      1014  0.0  0.0 852976  2980 ?        Sl   11:25   0:00 /usr/bin/docker
                                root      1015  0.0  0.0 870392  2896 ?        Sl   11:25   0:00 /usr/bin/docker
                                root      1022  0.0  0.0 852976  2392 ?        Sl   11:25   0:00 /usr/bin/docker
                                root      1028  0.0  0.0 862196  2352 ?        Sl   11:25   0:00 /usr/bin/docker
                                root      1051  0.0  0.0 861940  3028 ?        Sl   11:25   0:00 /usr/bin/docker
                                root      1057  0.0  0.0 843500  2400 ?        Sl   11:25   0:00 /usr/bin/docker
                                root      1117  0.0  0.1 803500  8168 ?        Sl   11:25   0:00 /usr/bin/contai
                                root      1118  0.0  0.0 803500  7416 ?        Sl   11:25   0:00 /usr/bin/contai
                                root      1121  0.0  0.1 803500  8796 ?        Sl   11:25   0:00 /usr/bin/contai
                                root      1124  0.0  0.1 803756  8668 ?        Sl   11:25   0:00 /usr/bin/contai
                                root      1234  0.0  0.0   7168  2316 ?        Ss   11:25   0:00 /bin/bash /opt/
                                root      1235  0.0  0.0   1272   340 ?        Ss   11:25   0:00 /usr/bin/dumb-i
                                root      1247  0.0  0.3 827672 25044 ?        Ssl  11:25   0:01 /portainer
                                root      1535  0.0  0.1  67196 13836 ?        Ssl  11:25   0:00 /bitwarden_rs
                                root      3682  0.0  0.0      0     0 ?        I<   11:30   0:01 [kworker/0:0H-m
                                root      4980  0.0  0.0      0     0 ?        I    11:36   0:00 [kworker/2:0-ev
                                root      5861  0.0  0.0      0     0 ?        I    11:40   0:00 [kworker/u8:0-e
                                root      7316  0.0  0.0      0     0 ?        I    11:47   0:00 [kworker/3:1]
                                root      7532  0.0  0.0      0     0 ?        I    11:48   0:00 [kworker/1:1-mm
                                root      7968  0.0  0.0      0     0 ?        I    11:50   0:00 [kworker/0:0-ev
                                root      8201  0.0  0.0      0     0 ?        I    11:52   0:00 [kworker/u8:2-e
                                root      8202  0.0  0.0      0     0 ?        I<   11:52   0:00 [kworker/3:0H]
                                root      8582  0.0  0.0      0     0 ?        I<   11:53   0:00 [kworker/0:2H]
                                root      8622  0.0  0.0      0     0 ?        I    11:54   0:00 [kworker/1:0-ev
                                root      8678  0.0  0.0      0     0 ?        I<   11:54   0:00 [kworker/2:0H]
                                root      9076  0.0  0.0      0     0 ?        I    11:56   0:00 [kworker/0:2-ev
                                root      9290  0.0  0.0      0     0 ?        I    11:57   0:00 [kworker/u8:1-e
                                root      9427  0.0  0.0      0     0 ?        I    11:57   0:00 [kworker/2:1-ev
                                root      9732  0.0  0.0      0     0 ?        I    11:59   0:00 [kworker/1:2-mm
                                root      9749  0.0  0.0      0     0 ?        I<   11:59   0:00 [kworker/1:0H]
                                root      9827  0.0  0.0      0     0 ?        I    11:59   0:00 [kworker/1:3-ev
                                root      9849  0.0  0.0      0     0 ?        I<   11:59   0:00 [kworker/2:2H]
                                root      9850  0.0  0.0      0     0 ?        I    11:59   0:00 [kworker/u8:3-e
                                root      9875  0.0  0.0      0     0 ?        I<   11:59   0:00 [kworker/3:1H]
                                root     10182  0.0  0.0      0     0 ?        I    12:01   0:00 [kworker/0:1-mm
                                root     10507  0.0  0.0      0     0 ?        I    12:02   0:00 [kworker/2:2-ev
                                idash    10795  0.0  0.0  36324  3628 ?        S    12:04   0:00 (sd-pam)
                                idash    10808  0.0  0.0  12240  3716 ?        S    12:04   0:00 sshd: idash@pts
                                idash    10846  0.0  0.0   9944  2672 pts/0    R+   12:04   0:00 ps aux --sort -
                                
                                
                                HomoranH Nicht stören
                                HomoranH Nicht stören
                                Homoran
                                Global Moderator Administrators
                                schrieb am zuletzt editiert von
                                #25

                                @gismoh und die Kopfzeilen? :joy:

                                kein Support per PN! - Fragen im Forum stellen -

                                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                ioBroker freut sich auch über eine Spende für das Forum. Benutzt dazu den Spendenbutton im Header. Danke!

                                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                1 Antwort Letzte Antwort
                                0
                                • HomoranH Homoran

                                  @gismoh sagte in Skripte werden häufig nicht gespeichert (Blockly):

                                  @homoran
                                  Kein Thema, nichts zu verzeihen.
                                  Siehe bitte auch mein Edit.

                                  einfach top

                                  G Offline
                                  G Offline
                                  Gismoh
                                  schrieb am zuletzt editiert von
                                  #26

                                  @homoran

                                  top - 12:17:49 up 52 min,  1 user,  load average: 1,04, 0,99, 1,04
                                  Tasks: 173 total,   3 running, 170 sleeping,   0 stopped,   0 zombie
                                  %Cpu(s): 13,1 us,  4,3 sy,  0,0 ni, 82,0 id,  0,2 wa,  0,0 hi,  0,4 si,  0,0 st
                                  MiB Mem :   7875,3 total,   4842,6 free,   1938,9 used,   1093,8 buff/cache
                                  MiB Swap:    100,0 total,    100,0 free,      0,0 used.   6048,7 avail Mem
                                  
                                    PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND
                                   1853 pi        20   0  399028 276968  34616 R  28,8   3,4  20:09.97 iobroker.js-con
                                   2136 pi        20   0  210652  93748  29844 S   9,3   1,2   1:11.66 io.shelly.0
                                   2107 pi        20   0  208936  94972  29752 S   4,3   1,2   2:20.05 io.sonoff.0
                                   2510 pi        20   0  230608 118560  30468 S   4,0   1,5   3:48.05 io.web.0
                                   1933 pi        20   0  204136  91036  29856 S   3,3   1,1   3:04.68 io.influxdb.0
                                   1955 pi        20   0  294496 185676  35276 S   3,3   2,3   4:36.26 io.javascript.0
                                   2263 pi        20   0  193240  78072  29944 S   3,3   1,0   1:23.99 io.deconz.0
                                   1249 pi        20   0  140616  45524  27024 S   2,6   0,6   1:28.22 deCONZ
                                    648 root      20   0  965144  38224  26164 S   2,0   0,5   0:21.78 containerd
                                      1 root      20   0   34784   8280   6488 S   1,3   0,1   0:13.19 systemd
                                    677 root      20   0 1006028  59080  38448 S   1,3   0,7   0:23.02 dockerd
                                  10794 idash     20   0   14744   6840   5996 S   1,0   0,1   0:02.22 systemd
                                   1123 root      20   0  803756   7804   6332 S   0,7   0,1   0:05.47 containerd-shim
                                  13834 root      20   0    2304    572    484 R   0,7   0,0   0:00.02 healthcheck.sh
                                     11 root      20   0       0      0      0 S   0,3   0,0   0:01.72 ksoftirqd/0
                                    371 message+  20   0    6652   3528   3036 S   0,3   0,0   0:02.21 dbus-daemon
                                   1257 root      20   0  856864  47824  33364 S   0,3   0,6   0:05.04 traefik
                                   1838 999       20   0 1275172 242892  23288 S   0,3   3,0   4:09.80 influxd
                                   2062 pi        20   0  191872  77580  30384 S   0,3   1,0   0:43.15 io.hue.0
                                   2143 pi        20   0  189624  72728  31192 S   0,3   0,9   0:13.48 io.daikin-cloud
                                   2350 pi        20   0  196096  82300  29944 S   0,3   1,0   0:44.10 io.hue-extended
                                   2672 pi        20   0  124112  40900  29160 S   0,3   0,5   0:07.92 node
                                  13732 idash     20   0   10344   2888   2464 R   0,3   0,0   0:00.15 top
                                      2 root      20   0       0      0      0 S   0,0   0,0   0:00.01 kthreadd
                                      3 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 rcu_gp
                                      4 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 rcu_par_gp
                                      8 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 mm_percpu_wq
                                      9 root      20   0       0      0      0 S   0,0   0,0   0:00.00 rcu_tasks_rude_
                                     10 root      20   0       0      0      0 S   0,0   0,0   0:00.00 rcu_tasks_trace
                                     12 root      20   0       0      0      0 I   0,0   0,0   0:02.49 rcu_sched
                                     13 root      rt   0       0      0      0 S   0,0   0,0   0:00.01 migration/0
                                     14 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/0
                                     15 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/1
                                     16 root      rt   0       0      0      0 S   0,0   0,0   0:00.01 migration/1
                                     17 root      20   0       0      0      0 S   0,0   0,0   0:00.41 ksoftirqd/1
                                     20 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/2
                                     21 root      rt   0       0      0      0 S   0,0   0,0   0:00.01 migration/2
                                     22 root      20   0       0      0      0 S   0,0   0,0   0:00.42 ksoftirqd/2
                                     25 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/3
                                     26 root      rt   0       0      0      0 S   0,0   0,0   0:00.01 migration/3
                                     27 root      20   0       0      0      0 S   0,0   0,0   0:00.47 ksoftirqd/3
                                     30 root      20   0       0      0      0 S   0,0   0,0   0:00.00 kdevtmpfs
                                     31 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 netns
                                     35 root      20   0       0      0      0 S   0,0   0,0   0:00.00 kauditd
                                     36 root      20   0       0      0      0 S   0,0   0,0   0:00.00 khungtaskd
                                     37 root      20   0       0      0      0 S   0,0   0,0   0:00.00 oom_reaper
                                     38 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 writeback
                                  
                                  

                                  ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                                  HomoranH 2 Antworten Letzte Antwort
                                  0
                                  • G Gismoh

                                    @homoran

                                    top - 12:17:49 up 52 min,  1 user,  load average: 1,04, 0,99, 1,04
                                    Tasks: 173 total,   3 running, 170 sleeping,   0 stopped,   0 zombie
                                    %Cpu(s): 13,1 us,  4,3 sy,  0,0 ni, 82,0 id,  0,2 wa,  0,0 hi,  0,4 si,  0,0 st
                                    MiB Mem :   7875,3 total,   4842,6 free,   1938,9 used,   1093,8 buff/cache
                                    MiB Swap:    100,0 total,    100,0 free,      0,0 used.   6048,7 avail Mem
                                    
                                      PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND
                                     1853 pi        20   0  399028 276968  34616 R  28,8   3,4  20:09.97 iobroker.js-con
                                     2136 pi        20   0  210652  93748  29844 S   9,3   1,2   1:11.66 io.shelly.0
                                     2107 pi        20   0  208936  94972  29752 S   4,3   1,2   2:20.05 io.sonoff.0
                                     2510 pi        20   0  230608 118560  30468 S   4,0   1,5   3:48.05 io.web.0
                                     1933 pi        20   0  204136  91036  29856 S   3,3   1,1   3:04.68 io.influxdb.0
                                     1955 pi        20   0  294496 185676  35276 S   3,3   2,3   4:36.26 io.javascript.0
                                     2263 pi        20   0  193240  78072  29944 S   3,3   1,0   1:23.99 io.deconz.0
                                     1249 pi        20   0  140616  45524  27024 S   2,6   0,6   1:28.22 deCONZ
                                      648 root      20   0  965144  38224  26164 S   2,0   0,5   0:21.78 containerd
                                        1 root      20   0   34784   8280   6488 S   1,3   0,1   0:13.19 systemd
                                      677 root      20   0 1006028  59080  38448 S   1,3   0,7   0:23.02 dockerd
                                    10794 idash     20   0   14744   6840   5996 S   1,0   0,1   0:02.22 systemd
                                     1123 root      20   0  803756   7804   6332 S   0,7   0,1   0:05.47 containerd-shim
                                    13834 root      20   0    2304    572    484 R   0,7   0,0   0:00.02 healthcheck.sh
                                       11 root      20   0       0      0      0 S   0,3   0,0   0:01.72 ksoftirqd/0
                                      371 message+  20   0    6652   3528   3036 S   0,3   0,0   0:02.21 dbus-daemon
                                     1257 root      20   0  856864  47824  33364 S   0,3   0,6   0:05.04 traefik
                                     1838 999       20   0 1275172 242892  23288 S   0,3   3,0   4:09.80 influxd
                                     2062 pi        20   0  191872  77580  30384 S   0,3   1,0   0:43.15 io.hue.0
                                     2143 pi        20   0  189624  72728  31192 S   0,3   0,9   0:13.48 io.daikin-cloud
                                     2350 pi        20   0  196096  82300  29944 S   0,3   1,0   0:44.10 io.hue-extended
                                     2672 pi        20   0  124112  40900  29160 S   0,3   0,5   0:07.92 node
                                    13732 idash     20   0   10344   2888   2464 R   0,3   0,0   0:00.15 top
                                        2 root      20   0       0      0      0 S   0,0   0,0   0:00.01 kthreadd
                                        3 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 rcu_gp
                                        4 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 rcu_par_gp
                                        8 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 mm_percpu_wq
                                        9 root      20   0       0      0      0 S   0,0   0,0   0:00.00 rcu_tasks_rude_
                                       10 root      20   0       0      0      0 S   0,0   0,0   0:00.00 rcu_tasks_trace
                                       12 root      20   0       0      0      0 I   0,0   0,0   0:02.49 rcu_sched
                                       13 root      rt   0       0      0      0 S   0,0   0,0   0:00.01 migration/0
                                       14 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/0
                                       15 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/1
                                       16 root      rt   0       0      0      0 S   0,0   0,0   0:00.01 migration/1
                                       17 root      20   0       0      0      0 S   0,0   0,0   0:00.41 ksoftirqd/1
                                       20 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/2
                                       21 root      rt   0       0      0      0 S   0,0   0,0   0:00.01 migration/2
                                       22 root      20   0       0      0      0 S   0,0   0,0   0:00.42 ksoftirqd/2
                                       25 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/3
                                       26 root      rt   0       0      0      0 S   0,0   0,0   0:00.01 migration/3
                                       27 root      20   0       0      0      0 S   0,0   0,0   0:00.47 ksoftirqd/3
                                       30 root      20   0       0      0      0 S   0,0   0,0   0:00.00 kdevtmpfs
                                       31 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 netns
                                       35 root      20   0       0      0      0 S   0,0   0,0   0:00.00 kauditd
                                       36 root      20   0       0      0      0 S   0,0   0,0   0:00.00 khungtaskd
                                       37 root      20   0       0      0      0 S   0,0   0,0   0:00.00 oom_reaper
                                       38 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 writeback
                                    
                                    
                                    HomoranH Nicht stören
                                    HomoranH Nicht stören
                                    Homoran
                                    Global Moderator Administrators
                                    schrieb am zuletzt editiert von
                                    #27

                                    @gismoh danke

                                    kein Support per PN! - Fragen im Forum stellen -

                                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                    ioBroker freut sich auch über eine Spende für das Forum. Benutzt dazu den Spendenbutton im Header. Danke!

                                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                    G 1 Antwort Letzte Antwort
                                    0
                                    • HomoranH Homoran

                                      @gismoh danke

                                      G Offline
                                      G Offline
                                      Gismoh
                                      schrieb am zuletzt editiert von Gismoh
                                      #28

                                      @homoran
                                      Ne, danke Dir und Euch.
                                      Habe auch mal die SD Karde gewechselt, an der CPU Auslastung scheint es aber nichts zu ändern.

                                      Edit
                                      Gleich kann mir auch ein Bekannter für ne Stunde versuchen zu helfen.
                                      Habe daran gedacht evtl. Container zu erneuern, selbst hatte ich es nicht geschafft.

                                      ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                                      HomoranH 1 Antwort Letzte Antwort
                                      0
                                      • G Gismoh

                                        @homoran

                                        top - 12:17:49 up 52 min,  1 user,  load average: 1,04, 0,99, 1,04
                                        Tasks: 173 total,   3 running, 170 sleeping,   0 stopped,   0 zombie
                                        %Cpu(s): 13,1 us,  4,3 sy,  0,0 ni, 82,0 id,  0,2 wa,  0,0 hi,  0,4 si,  0,0 st
                                        MiB Mem :   7875,3 total,   4842,6 free,   1938,9 used,   1093,8 buff/cache
                                        MiB Swap:    100,0 total,    100,0 free,      0,0 used.   6048,7 avail Mem
                                        
                                          PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND
                                         1853 pi        20   0  399028 276968  34616 R  28,8   3,4  20:09.97 iobroker.js-con
                                         2136 pi        20   0  210652  93748  29844 S   9,3   1,2   1:11.66 io.shelly.0
                                         2107 pi        20   0  208936  94972  29752 S   4,3   1,2   2:20.05 io.sonoff.0
                                         2510 pi        20   0  230608 118560  30468 S   4,0   1,5   3:48.05 io.web.0
                                         1933 pi        20   0  204136  91036  29856 S   3,3   1,1   3:04.68 io.influxdb.0
                                         1955 pi        20   0  294496 185676  35276 S   3,3   2,3   4:36.26 io.javascript.0
                                         2263 pi        20   0  193240  78072  29944 S   3,3   1,0   1:23.99 io.deconz.0
                                         1249 pi        20   0  140616  45524  27024 S   2,6   0,6   1:28.22 deCONZ
                                          648 root      20   0  965144  38224  26164 S   2,0   0,5   0:21.78 containerd
                                            1 root      20   0   34784   8280   6488 S   1,3   0,1   0:13.19 systemd
                                          677 root      20   0 1006028  59080  38448 S   1,3   0,7   0:23.02 dockerd
                                        10794 idash     20   0   14744   6840   5996 S   1,0   0,1   0:02.22 systemd
                                         1123 root      20   0  803756   7804   6332 S   0,7   0,1   0:05.47 containerd-shim
                                        13834 root      20   0    2304    572    484 R   0,7   0,0   0:00.02 healthcheck.sh
                                           11 root      20   0       0      0      0 S   0,3   0,0   0:01.72 ksoftirqd/0
                                          371 message+  20   0    6652   3528   3036 S   0,3   0,0   0:02.21 dbus-daemon
                                         1257 root      20   0  856864  47824  33364 S   0,3   0,6   0:05.04 traefik
                                         1838 999       20   0 1275172 242892  23288 S   0,3   3,0   4:09.80 influxd
                                         2062 pi        20   0  191872  77580  30384 S   0,3   1,0   0:43.15 io.hue.0
                                         2143 pi        20   0  189624  72728  31192 S   0,3   0,9   0:13.48 io.daikin-cloud
                                         2350 pi        20   0  196096  82300  29944 S   0,3   1,0   0:44.10 io.hue-extended
                                         2672 pi        20   0  124112  40900  29160 S   0,3   0,5   0:07.92 node
                                        13732 idash     20   0   10344   2888   2464 R   0,3   0,0   0:00.15 top
                                            2 root      20   0       0      0      0 S   0,0   0,0   0:00.01 kthreadd
                                            3 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 rcu_gp
                                            4 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 rcu_par_gp
                                            8 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 mm_percpu_wq
                                            9 root      20   0       0      0      0 S   0,0   0,0   0:00.00 rcu_tasks_rude_
                                           10 root      20   0       0      0      0 S   0,0   0,0   0:00.00 rcu_tasks_trace
                                           12 root      20   0       0      0      0 I   0,0   0,0   0:02.49 rcu_sched
                                           13 root      rt   0       0      0      0 S   0,0   0,0   0:00.01 migration/0
                                           14 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/0
                                           15 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/1
                                           16 root      rt   0       0      0      0 S   0,0   0,0   0:00.01 migration/1
                                           17 root      20   0       0      0      0 S   0,0   0,0   0:00.41 ksoftirqd/1
                                           20 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/2
                                           21 root      rt   0       0      0      0 S   0,0   0,0   0:00.01 migration/2
                                           22 root      20   0       0      0      0 S   0,0   0,0   0:00.42 ksoftirqd/2
                                           25 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/3
                                           26 root      rt   0       0      0      0 S   0,0   0,0   0:00.01 migration/3
                                           27 root      20   0       0      0      0 S   0,0   0,0   0:00.47 ksoftirqd/3
                                           30 root      20   0       0      0      0 S   0,0   0,0   0:00.00 kdevtmpfs
                                           31 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 netns
                                           35 root      20   0       0      0      0 S   0,0   0,0   0:00.00 kauditd
                                           36 root      20   0       0      0      0 S   0,0   0,0   0:00.00 khungtaskd
                                           37 root      20   0       0      0      0 S   0,0   0,0   0:00.00 oom_reaper
                                           38 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 writeback
                                        
                                        
                                        HomoranH Nicht stören
                                        HomoranH Nicht stören
                                        Homoran
                                        Global Moderator Administrators
                                        schrieb am zuletzt editiert von
                                        #29

                                        @gismoh sieht nicht dramatisch aus.
                                        was mir allerdings auffällt ist der Unterschied in %CPU. erst 42% jetzt nur noch 28%

                                        bei top ist das sogar nur die Last eines Kerns, wie das beim anderen Befehl aussieht muss @Codierknecht sagen

                                        kein Support per PN! - Fragen im Forum stellen -

                                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                        ioBroker freut sich auch über eine Spende für das Forum. Benutzt dazu den Spendenbutton im Header. Danke!

                                        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                        CodierknechtC 1 Antwort Letzte Antwort
                                        0
                                        • G Gismoh

                                          @homoran
                                          Ne, danke Dir und Euch.
                                          Habe auch mal die SD Karde gewechselt, an der CPU Auslastung scheint es aber nichts zu ändern.

                                          Edit
                                          Gleich kann mir auch ein Bekannter für ne Stunde versuchen zu helfen.
                                          Habe daran gedacht evtl. Container zu erneuern, selbst hatte ich es nicht geschafft.

                                          HomoranH Nicht stören
                                          HomoranH Nicht stören
                                          Homoran
                                          Global Moderator Administrators
                                          schrieb am zuletzt editiert von
                                          #30

                                          @gismoh sagte in Skripte werden häufig nicht gespeichert (Blockly):

                                          Habe auch mal die SD Karde gewechselt,

                                          bei zu langsamen Karten würde der I/O hochgehen und damit die Load average. Die liegt bei dir mit ca. 1 im absolut grünen Bereich

                                          kein Support per PN! - Fragen im Forum stellen -

                                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                          ioBroker freut sich auch über eine Spende für das Forum. Benutzt dazu den Spendenbutton im Header. Danke!

                                          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                          1 Antwort Letzte Antwort
                                          1
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          573

                                          Online

                                          32.7k

                                          Benutzer

                                          82.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe