Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. iob diag - Skript

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.0k

iob diag - Skript

iob diag - Skript

Scheduled Pinned Locked Moved ioBroker Allgemein
738 Posts 49 Posters 206.2k Views 38 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Thomas BraunT Thomas Braun

    @emil70

    Magst du noch mal testen?
    Interessant für mich ist der Block
    *** BASE SYSTEM ***
    aus dem Hauptteil und die ersten Zeilen aus der Summary (bis zur Anzahl der Updates).

    M Online
    M Online
    mrjeschke
    wrote on last edited by
    #403

    @thomas-braun
    In Zeile 65 ist noch ein d zu viel. Nach entfernen sieht es bei mir so aus.

    Skript v.2023-05-28
    
    *** BASE SYSTEM ***
    Kernel          : x86_64
    Userland        : amd64
    Docker          : v8.0.1
    
    Kernel          : x86_64
    Userland        : amd64
    Docker          : v8.0.1
    Virtualization  : Unknown (buanet/Synology?)
    
    Systemuptime and Load:
     14:26:49 up 12 days,  2:47,  0 users,  load average: 0.22, 0.32, 0.35
    CPU threads: 6
    
    ======================= SUMMARY =======================
                         v.2023-05-28
    
    
    Kernel          : x86_64
    Userland        : amd64
    Docker          : v8.0.1
    
    Installation:           Docker
    Kernel:                 x86_64
    Userland:               amd64
    Timezone:               Europe/Berlin
    User-ID:                0
    X-Server:               false
    
    1 Reply Last reply
    0
    • Thomas BraunT Thomas Braun

      @emil70

      Magst du noch mal testen?
      Interessant für mich ist der Block
      *** BASE SYSTEM ***
      aus dem Hauptteil und die ersten Zeilen aus der Summary (bis zur Anzahl der Updates).

      GlasfaserG Offline
      GlasfaserG Offline
      Glasfaser
      wrote on last edited by
      #404

      @thomas-braun
      Keine Ausgabe

      root@iobroker:/opt/iobroker# grep Model /proc/cpuinfo
      root@iobroker:/opt/iobroker#
      

      meinst du so :

      root@iobroker:/opt/iobroker# grep 'model name' /proc/cpuinfo
      model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
      model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
      model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
      model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
      root@iobroker:/opt/iobroker# grep 'model name' /proc/cpuinfo | tail -1
      model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
      root@iobroker:/opt/iobroker#
      

      Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

      Thomas BraunT 1 Reply Last reply
      0
      • GlasfaserG Glasfaser

        @thomas-braun
        Keine Ausgabe

        root@iobroker:/opt/iobroker# grep Model /proc/cpuinfo
        root@iobroker:/opt/iobroker#
        

        meinst du so :

        root@iobroker:/opt/iobroker# grep 'model name' /proc/cpuinfo
        model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
        model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
        model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
        model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
        root@iobroker:/opt/iobroker# grep 'model name' /proc/cpuinfo | tail -1
        model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
        root@iobroker:/opt/iobroker#
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        wrote on last edited by
        #405

        @glasfaser @mrjeschke

        Bitte nochmal durchorgeln 🙂

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        GlasfaserG M 3 Replies Last reply
        0
        • Thomas BraunT Thomas Braun

          @glasfaser @mrjeschke

          Bitte nochmal durchorgeln 🙂

          GlasfaserG Offline
          GlasfaserG Offline
          Glasfaser
          wrote on last edited by
          #406

          @thomas-braun

          root@iobroker:/opt/iobroker# grep -i model /proc/cpuinfo
          model           : 92
          model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
          model           : 92
          model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
          model           : 92
          model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
          model           : 92
          model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
          root@iobroker:/opt/iobroker#
          
          

          Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

          1 Reply Last reply
          0
          • Thomas BraunT Thomas Braun

            @glasfaser @mrjeschke

            Bitte nochmal durchorgeln 🙂

            GlasfaserG Offline
            GlasfaserG Offline
            Glasfaser
            wrote on last edited by
            #407

            @thomas-braun sagte in iob diag - Skript:

            @glasfaser @mrjeschke

            Bitte nochmal durchorgeln 🙂

            Hast du nicht mein ... gesehn :

            @glasfaser sagte in iob diag - Skript:

            meinst du so :

            root@iobroker:/opt/iobroker# grep 'model name' /proc/cpuinfo
            model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
            model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
            model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
            model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
            root@iobroker:/opt/iobroker# grep 'model name' /proc/cpuinfo | tail -1
            model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
            root@iobroker:/opt/iobroker#
            

            Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

            Thomas BraunT 1 Reply Last reply
            0
            • GlasfaserG Glasfaser

              @thomas-braun sagte in iob diag - Skript:

              @glasfaser @mrjeschke

              Bitte nochmal durchorgeln 🙂

              Hast du nicht mein ... gesehn :

              @glasfaser sagte in iob diag - Skript:

              meinst du so :

              root@iobroker:/opt/iobroker# grep 'model name' /proc/cpuinfo
              model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
              model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
              model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
              model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
              root@iobroker:/opt/iobroker# grep 'model name' /proc/cpuinfo | tail -1
              model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
              root@iobroker:/opt/iobroker#
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              wrote on last edited by
              #408

              @glasfaser

              echad@chet:~/iob_diag $ cat /proc/cpuinfo
              processor       : 0
              BogoMIPS        : 108.00
              Features        : fp asimd evtstrm crc32 cpuid
              CPU implementer : 0x41
              CPU architecture: 8
              CPU variant     : 0x0
              CPU part        : 0xd08
              CPU revision    : 3
              
              processor       : 1
              BogoMIPS        : 108.00
              Features        : fp asimd evtstrm crc32 cpuid
              CPU implementer : 0x41
              CPU architecture: 8
              CPU variant     : 0x0
              CPU part        : 0xd08
              CPU revision    : 3
              
              processor       : 2
              BogoMIPS        : 108.00
              Features        : fp asimd evtstrm crc32 cpuid
              CPU implementer : 0x41
              CPU architecture: 8
              CPU variant     : 0x0
              CPU part        : 0xd08
              CPU revision    : 3
              
              processor       : 3
              BogoMIPS        : 108.00
              Features        : fp asimd evtstrm crc32 cpuid
              CPU implementer : 0x41
              CPU architecture: 8
              CPU variant     : 0x0
              CPU part        : 0xd08
              CPU revision    : 3
              
              Hardware        : BCM2835
              Revision        : d03114
              Serial          : 10000000b60d25ed
              Model           : Raspberry Pi 4 Model B Rev 1.4
              

              Da scheint die Ausgabe von System zu System unterschiedlich zu sein. Ziel ist es eigentlich das 'Model' aus der letzten Zeile auszulesen.

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              GlasfaserG 1 Reply Last reply
              0
              • Thomas BraunT Thomas Braun

                @glasfaser @mrjeschke

                Bitte nochmal durchorgeln 🙂

                M Online
                M Online
                mrjeschke
                wrote on last edited by
                #409

                @thomas-braun

                Skript v.2023-05-28-1
                
                *** BASE SYSTEM ***
                model           : 158
                model name      : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz
                model           : 158
                model name      : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz
                model           : 158
                model name      : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz
                model           : 158
                model name      : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz
                model           : 158
                model name      : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz
                model           : 158
                model name      : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz
                Kernel          : x86_64
                Userland        : amd64
                Docker          : v8.0.1
                
                model           : 158
                model name      : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz
                model           : 158
                model name      : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz
                model           : 158
                model name      : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz
                model           : 158
                model name      : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz
                model           : 158
                model name      : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz
                model           : 158
                model name      : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz
                Virtualization  : Unknown (buanet/Synology?)
                
                Systemuptime and Load:
                 14:45:01 up 12 days,  3:05,  0 users,  load average: 0.69, 0.46, 0.40
                CPU threads: 6
                
                ======================= SUMMARY =======================
                                     v.2023-05-28-1
                
                
                Kernel          : x86_64
                Userland        : amd64
                Docker          : v8.0.1
                
                Installation:           Docker
                Kernel:                 x86_64
                Userland:               amd64
                Timezone:               Europe/Berlin
                User-ID:                0
                X-Server:               false
                
                1 Reply Last reply
                0
                • Thomas BraunT Thomas Braun

                  @glasfaser

                  echad@chet:~/iob_diag $ cat /proc/cpuinfo
                  processor       : 0
                  BogoMIPS        : 108.00
                  Features        : fp asimd evtstrm crc32 cpuid
                  CPU implementer : 0x41
                  CPU architecture: 8
                  CPU variant     : 0x0
                  CPU part        : 0xd08
                  CPU revision    : 3
                  
                  processor       : 1
                  BogoMIPS        : 108.00
                  Features        : fp asimd evtstrm crc32 cpuid
                  CPU implementer : 0x41
                  CPU architecture: 8
                  CPU variant     : 0x0
                  CPU part        : 0xd08
                  CPU revision    : 3
                  
                  processor       : 2
                  BogoMIPS        : 108.00
                  Features        : fp asimd evtstrm crc32 cpuid
                  CPU implementer : 0x41
                  CPU architecture: 8
                  CPU variant     : 0x0
                  CPU part        : 0xd08
                  CPU revision    : 3
                  
                  processor       : 3
                  BogoMIPS        : 108.00
                  Features        : fp asimd evtstrm crc32 cpuid
                  CPU implementer : 0x41
                  CPU architecture: 8
                  CPU variant     : 0x0
                  CPU part        : 0xd08
                  CPU revision    : 3
                  
                  Hardware        : BCM2835
                  Revision        : d03114
                  Serial          : 10000000b60d25ed
                  Model           : Raspberry Pi 4 Model B Rev 1.4
                  

                  Da scheint die Ausgabe von System zu System unterschiedlich zu sein. Ziel ist es eigentlich das 'Model' aus der letzten Zeile auszulesen.

                  GlasfaserG Offline
                  GlasfaserG Offline
                  Glasfaser
                  wrote on last edited by
                  #410

                  @thomas-braun sagte in iob diag - Skript:

                  Da scheint die Ausgabe von System zu System unterschiedlich zu sein. Ziel ist es eigentlich das 'Model' aus der letzten Zeile auszulesen.

                  SYNOLOGY

                  root@iobroker:/opt/iobroker# cat /proc/cpuinfo
                  processor       : 0
                  vendor_id       : GenuineIntel
                  cpu family      : 6
                  model           : 92
                  model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
                  stepping        : 9
                  microcode       : 0x3c
                  cpu MHz         : 1501.000
                  cache size      : 1024 KB
                  physical id     : 0
                  siblings        : 4
                  core id         : 0
                  cpu cores       : 4
                  apicid          : 0
                  initial apicid  : 0
                  fpu             : yes
                  fpu_exception   : yes
                  cpuid level     : 21
                  wp              : yes
                  flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 ds_cpl vmx est tm2 ssse3 sdbg cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave rdrand lahf_lm 3dnowprefetch intel_pt ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust smep erms mpx rdseed smap clflushopt sha_ni xsaveopt xsavec xgetbv1 dtherm ida arat pln pts md_clear arch_capabilities
                  bugs            : spectre_v1 spectre_v2
                  bogomips        : 2995.06
                  clflush size    : 64
                  cache_alignment : 64
                  address sizes   : 39 bits physical, 48 bits virtual
                  power management:
                  
                  processor       : 1
                  vendor_id       : GenuineIntel
                  cpu family      : 6
                  model           : 92
                  model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
                  stepping        : 9
                  microcode       : 0x3c
                  cpu MHz         : 1501.000
                  cache size      : 1024 KB
                  physical id     : 0
                  siblings        : 4
                  core id         : 1
                  cpu cores       : 4
                  apicid          : 2
                  initial apicid  : 2
                  fpu             : yes
                  fpu_exception   : yes
                  cpuid level     : 21
                  wp              : yes
                  flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 ds_cpl vmx est tm2 ssse3 sdbg cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave rdrand lahf_lm 3dnowprefetch intel_pt ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust smep erms mpx rdseed smap clflushopt sha_ni xsaveopt xsavec xgetbv1 dtherm ida arat pln pts md_clear arch_capabilities
                  bugs            : spectre_v1 spectre_v2
                  bogomips        : 2995.06
                  clflush size    : 64
                  cache_alignment : 64
                  address sizes   : 39 bits physical, 48 bits virtual
                  power management:
                  
                  processor       : 2
                  vendor_id       : GenuineIntel
                  cpu family      : 6
                  model           : 92
                  model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
                  stepping        : 9
                  microcode       : 0x3c
                  cpu MHz         : 1501.000
                  cache size      : 1024 KB
                  physical id     : 0
                  siblings        : 4
                  core id         : 2
                  cpu cores       : 4
                  apicid          : 4
                  initial apicid  : 4
                  fpu             : yes
                  fpu_exception   : yes
                  cpuid level     : 21
                  wp              : yes
                  flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 ds_cpl vmx est tm2 ssse3 sdbg cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave rdrand lahf_lm 3dnowprefetch intel_pt ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust smep erms mpx rdseed smap clflushopt sha_ni xsaveopt xsavec xgetbv1 dtherm ida arat pln pts md_clear arch_capabilities
                  bugs            : spectre_v1 spectre_v2
                  bogomips        : 2995.06
                  clflush size    : 64
                  cache_alignment : 64
                  address sizes   : 39 bits physical, 48 bits virtual
                  power management:
                  
                  processor       : 3
                  vendor_id       : GenuineIntel
                  cpu family      : 6
                  model           : 92
                  model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
                  stepping        : 9
                  microcode       : 0x3c
                  cpu MHz         : 1501.000
                  cache size      : 1024 KB
                  physical id     : 0
                  siblings        : 4
                  core id         : 3
                  cpu cores       : 4
                  apicid          : 6
                  initial apicid  : 6
                  fpu             : yes
                  fpu_exception   : yes
                  cpuid level     : 21
                  wp              : yes
                  flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 ds_cpl vmx est tm2 ssse3 sdbg cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave rdrand lahf_lm 3dnowprefetch intel_pt ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust smep erms mpx rdseed smap clflushopt sha_ni xsaveopt xsavec xgetbv1 dtherm ida arat pln pts md_clear arch_capabilities
                  bugs            : spectre_v1 spectre_v2
                  bogomips        : 2995.06
                  clflush size    : 64
                  cache_alignment : 64
                  address sizes   : 39 bits physical, 48 bits virtual
                  power management:
                  
                  root@iobroker:/opt/iobroker#
                  
                  

                  Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                  Thomas BraunT 1 Reply Last reply
                  0
                  • GlasfaserG Glasfaser

                    @thomas-braun sagte in iob diag - Skript:

                    Da scheint die Ausgabe von System zu System unterschiedlich zu sein. Ziel ist es eigentlich das 'Model' aus der letzten Zeile auszulesen.

                    SYNOLOGY

                    root@iobroker:/opt/iobroker# cat /proc/cpuinfo
                    processor       : 0
                    vendor_id       : GenuineIntel
                    cpu family      : 6
                    model           : 92
                    model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
                    stepping        : 9
                    microcode       : 0x3c
                    cpu MHz         : 1501.000
                    cache size      : 1024 KB
                    physical id     : 0
                    siblings        : 4
                    core id         : 0
                    cpu cores       : 4
                    apicid          : 0
                    initial apicid  : 0
                    fpu             : yes
                    fpu_exception   : yes
                    cpuid level     : 21
                    wp              : yes
                    flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 ds_cpl vmx est tm2 ssse3 sdbg cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave rdrand lahf_lm 3dnowprefetch intel_pt ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust smep erms mpx rdseed smap clflushopt sha_ni xsaveopt xsavec xgetbv1 dtherm ida arat pln pts md_clear arch_capabilities
                    bugs            : spectre_v1 spectre_v2
                    bogomips        : 2995.06
                    clflush size    : 64
                    cache_alignment : 64
                    address sizes   : 39 bits physical, 48 bits virtual
                    power management:
                    
                    processor       : 1
                    vendor_id       : GenuineIntel
                    cpu family      : 6
                    model           : 92
                    model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
                    stepping        : 9
                    microcode       : 0x3c
                    cpu MHz         : 1501.000
                    cache size      : 1024 KB
                    physical id     : 0
                    siblings        : 4
                    core id         : 1
                    cpu cores       : 4
                    apicid          : 2
                    initial apicid  : 2
                    fpu             : yes
                    fpu_exception   : yes
                    cpuid level     : 21
                    wp              : yes
                    flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 ds_cpl vmx est tm2 ssse3 sdbg cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave rdrand lahf_lm 3dnowprefetch intel_pt ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust smep erms mpx rdseed smap clflushopt sha_ni xsaveopt xsavec xgetbv1 dtherm ida arat pln pts md_clear arch_capabilities
                    bugs            : spectre_v1 spectre_v2
                    bogomips        : 2995.06
                    clflush size    : 64
                    cache_alignment : 64
                    address sizes   : 39 bits physical, 48 bits virtual
                    power management:
                    
                    processor       : 2
                    vendor_id       : GenuineIntel
                    cpu family      : 6
                    model           : 92
                    model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
                    stepping        : 9
                    microcode       : 0x3c
                    cpu MHz         : 1501.000
                    cache size      : 1024 KB
                    physical id     : 0
                    siblings        : 4
                    core id         : 2
                    cpu cores       : 4
                    apicid          : 4
                    initial apicid  : 4
                    fpu             : yes
                    fpu_exception   : yes
                    cpuid level     : 21
                    wp              : yes
                    flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 ds_cpl vmx est tm2 ssse3 sdbg cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave rdrand lahf_lm 3dnowprefetch intel_pt ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust smep erms mpx rdseed smap clflushopt sha_ni xsaveopt xsavec xgetbv1 dtherm ida arat pln pts md_clear arch_capabilities
                    bugs            : spectre_v1 spectre_v2
                    bogomips        : 2995.06
                    clflush size    : 64
                    cache_alignment : 64
                    address sizes   : 39 bits physical, 48 bits virtual
                    power management:
                    
                    processor       : 3
                    vendor_id       : GenuineIntel
                    cpu family      : 6
                    model           : 92
                    model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
                    stepping        : 9
                    microcode       : 0x3c
                    cpu MHz         : 1501.000
                    cache size      : 1024 KB
                    physical id     : 0
                    siblings        : 4
                    core id         : 3
                    cpu cores       : 4
                    apicid          : 6
                    initial apicid  : 6
                    fpu             : yes
                    fpu_exception   : yes
                    cpuid level     : 21
                    wp              : yes
                    flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 ds_cpl vmx est tm2 ssse3 sdbg cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave rdrand lahf_lm 3dnowprefetch intel_pt ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust smep erms mpx rdseed smap clflushopt sha_ni xsaveopt xsavec xgetbv1 dtherm ida arat pln pts md_clear arch_capabilities
                    bugs            : spectre_v1 spectre_v2
                    bogomips        : 2995.06
                    clflush size    : 64
                    cache_alignment : 64
                    address sizes   : 39 bits physical, 48 bits virtual
                    power management:
                    
                    root@iobroker:/opt/iobroker#
                    
                    

                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    wrote on last edited by
                    #411

                    @glasfaser @mrjeschke

                    Hab noch was geändert.

                    Linux-Werkzeugkasten:
                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                    NodeJS Fixer Skript:
                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                    GlasfaserG M 2 Replies Last reply
                    0
                    • Thomas BraunT Thomas Braun

                      @glasfaser @mrjeschke

                      Hab noch was geändert.

                      GlasfaserG Offline
                      GlasfaserG Offline
                      Glasfaser
                      wrote on last edited by
                      #412

                      @thomas-braun

                      Ja war mir klar 😉

                      root@iobroker:/opt/iobroker# grep -i model /proc/cpuinfo | tail -1
                      model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
                      root@iobroker:/opt/iobroker#
                      

                      Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                      1 Reply Last reply
                      0
                      • Thomas BraunT Thomas Braun

                        @glasfaser @mrjeschke

                        Hab noch was geändert.

                        M Online
                        M Online
                        mrjeschke
                        wrote on last edited by
                        #413

                        @thomas-braun
                        Mein setup ist übrigens etwas sehr speziell. Docker läuft unter Proxmox im LCX-Container.
                        Ist nur eine Testinstanz.

                        Skript v.2023-05-28-2
                        
                        *** BASE SYSTEM ***
                        model name      : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz
                        Kernel          : x86_64
                        Userland        : amd64
                        Docker          : v8.0.1
                        
                        model name      : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz
                        Virtualization  : Unknown (buanet/Synology?)
                        
                        Systemuptime and Load:
                         14:57:17 up 12 days,  3:17,  0 users,  load average: 0.80, 0.52, 0.41
                        CPU threads: 6
                        
                        ======================= SUMMARY =======================
                                             v.2023-05-28-2
                        
                        
                        model name      : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz
                        Kernel          : x86_64
                        Userland        : amd64
                        Docker          : v8.0.1
                        
                        Installation:           Docker
                        Kernel:                 x86_64
                        Userland:               amd64
                        Timezone:               Europe/Berlin
                        User-ID:                0
                        X-Server:               false
                        
                        Thomas BraunT GlasfaserG 2 Replies Last reply
                        0
                        • M mrjeschke

                          @thomas-braun
                          Mein setup ist übrigens etwas sehr speziell. Docker läuft unter Proxmox im LCX-Container.
                          Ist nur eine Testinstanz.

                          Skript v.2023-05-28-2
                          
                          *** BASE SYSTEM ***
                          model name      : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz
                          Kernel          : x86_64
                          Userland        : amd64
                          Docker          : v8.0.1
                          
                          model name      : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz
                          Virtualization  : Unknown (buanet/Synology?)
                          
                          Systemuptime and Load:
                           14:57:17 up 12 days,  3:17,  0 users,  load average: 0.80, 0.52, 0.41
                          CPU threads: 6
                          
                          ======================= SUMMARY =======================
                                               v.2023-05-28-2
                          
                          
                          model name      : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz
                          Kernel          : x86_64
                          Userland        : amd64
                          Docker          : v8.0.1
                          
                          Installation:           Docker
                          Kernel:                 x86_64
                          Userland:               amd64
                          Timezone:               Europe/Berlin
                          User-ID:                0
                          X-Server:               false
                          
                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          wrote on last edited by
                          #414

                          @mrjeschke @Glasfaser

                          Jetzt scheints zu passen.

                          Linux-Werkzeugkasten:
                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                          NodeJS Fixer Skript:
                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                          1 Reply Last reply
                          0
                          • M mrjeschke

                            @thomas-braun
                            Mein setup ist übrigens etwas sehr speziell. Docker läuft unter Proxmox im LCX-Container.
                            Ist nur eine Testinstanz.

                            Skript v.2023-05-28-2
                            
                            *** BASE SYSTEM ***
                            model name      : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz
                            Kernel          : x86_64
                            Userland        : amd64
                            Docker          : v8.0.1
                            
                            model name      : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz
                            Virtualization  : Unknown (buanet/Synology?)
                            
                            Systemuptime and Load:
                             14:57:17 up 12 days,  3:17,  0 users,  load average: 0.80, 0.52, 0.41
                            CPU threads: 6
                            
                            ======================= SUMMARY =======================
                                                 v.2023-05-28-2
                            
                            
                            model name      : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz
                            Kernel          : x86_64
                            Userland        : amd64
                            Docker          : v8.0.1
                            
                            Installation:           Docker
                            Kernel:                 x86_64
                            Userland:               amd64
                            Timezone:               Europe/Berlin
                            User-ID:                0
                            X-Server:               false
                            
                            GlasfaserG Offline
                            GlasfaserG Offline
                            Glasfaser
                            wrote on last edited by Glasfaser
                            #415

                            @mrjeschke

                            Mein setup ist übrigens etwas sehr speziell.

                            könntest du mal das testen :

                            cat /sys/devices/virtual/dmi/id/sys_vendor
                            

                            bei mir :

                            root@iobroker:/opt/iobroker# cat /sys/devices/virtual/dmi/id/sys_vendor
                            Synology
                            root@iobroker:/opt/iobroker#
                            

                            EDIT :

                            gibt auch das Modell aus , mit :

                            root@iobroker:/opt/iobroker# cat /sys/devices/virtual/dmi/id/product_name
                            DS918+
                            

                            Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                            M GlasfaserG 2 Replies Last reply
                            0
                            • GlasfaserG Glasfaser

                              @mrjeschke

                              Mein setup ist übrigens etwas sehr speziell.

                              könntest du mal das testen :

                              cat /sys/devices/virtual/dmi/id/sys_vendor
                              

                              bei mir :

                              root@iobroker:/opt/iobroker# cat /sys/devices/virtual/dmi/id/sys_vendor
                              Synology
                              root@iobroker:/opt/iobroker#
                              

                              EDIT :

                              gibt auch das Modell aus , mit :

                              root@iobroker:/opt/iobroker# cat /sys/devices/virtual/dmi/id/product_name
                              DS918+
                              
                              M Online
                              M Online
                              mrjeschke
                              wrote on last edited by
                              #416

                              @glasfaser
                              Ja das passt.

                              root@8b0ad1f33859:/opt/iobroker# cat /sys/devices/virtual/dmi/id/sys_vendor
                              LENOVO
                              root@8b0ad1f33859:/opt/iobroker#
                              
                              1 Reply Last reply
                              0
                              • GlasfaserG Glasfaser

                                @mrjeschke

                                Mein setup ist übrigens etwas sehr speziell.

                                könntest du mal das testen :

                                cat /sys/devices/virtual/dmi/id/sys_vendor
                                

                                bei mir :

                                root@iobroker:/opt/iobroker# cat /sys/devices/virtual/dmi/id/sys_vendor
                                Synology
                                root@iobroker:/opt/iobroker#
                                

                                EDIT :

                                gibt auch das Modell aus , mit :

                                root@iobroker:/opt/iobroker# cat /sys/devices/virtual/dmi/id/product_name
                                DS918+
                                
                                GlasfaserG Offline
                                GlasfaserG Offline
                                Glasfaser
                                wrote on last edited by
                                #417

                                @mrjeschke

                                @glasfaser sagte in iob diag - Skript:
                                @mrjeschke

                                Mein setup ist übrigens etwas sehr speziell.

                                könntest du mal das testen :

                                EDIT :

                                gibt auch das Modell aus , mit :

                                root@iobroker:/opt/iobroker# cat /sys/devices/virtual/dmi/id/product_name
                                DS918+
                                

                                Was kommt damit !?

                                Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                M 1 Reply Last reply
                                0
                                • GlasfaserG Glasfaser

                                  @mrjeschke

                                  @glasfaser sagte in iob diag - Skript:
                                  @mrjeschke

                                  Mein setup ist übrigens etwas sehr speziell.

                                  könntest du mal das testen :

                                  EDIT :

                                  gibt auch das Modell aus , mit :

                                  root@iobroker:/opt/iobroker# cat /sys/devices/virtual/dmi/id/product_name
                                  DS918+
                                  

                                  Was kommt damit !?

                                  M Online
                                  M Online
                                  mrjeschke
                                  wrote on last edited by
                                  #418

                                  @glasfaser

                                  root@8b0ad1f33859:/opt/iobroker# cat /sys/devices/virtual/dmi/id/product_name
                                  10V8S04H0W
                                  root@8b0ad1f33859:/opt/iobroker#
                                  
                                  M 1 Reply Last reply
                                  0
                                  • M mrjeschke

                                    @glasfaser

                                    root@8b0ad1f33859:/opt/iobroker# cat /sys/devices/virtual/dmi/id/product_name
                                    10V8S04H0W
                                    root@8b0ad1f33859:/opt/iobroker#
                                    
                                    M Online
                                    M Online
                                    mrjeschke
                                    wrote on last edited by
                                    #419

                                    @mrjeschke
                                    Ich hätte noch anzubieten.

                                    root@8b0ad1f33859:~# cat /sys/devices/virtual/dmi/id/product_sku
                                    LENOVO_MT_10V8_BU_Think_FM_ThinkCentre M920q
                                    
                                    root@8b0ad1f33859:~# cat /sys/devices/virtual/dmi/id/product_version
                                    ThinkCentre M920q
                                    
                                    root@8b0ad1f33859:~# cat /sys/devices/virtual/dmi/id/product_family
                                    ThinkCentre M920q
                                    
                                    
                                    Thomas BraunT 1 Reply Last reply
                                    0
                                    • M mrjeschke

                                      @mrjeschke
                                      Ich hätte noch anzubieten.

                                      root@8b0ad1f33859:~# cat /sys/devices/virtual/dmi/id/product_sku
                                      LENOVO_MT_10V8_BU_Think_FM_ThinkCentre M920q
                                      
                                      root@8b0ad1f33859:~# cat /sys/devices/virtual/dmi/id/product_version
                                      ThinkCentre M920q
                                      
                                      root@8b0ad1f33859:~# cat /sys/devices/virtual/dmi/id/product_family
                                      ThinkCentre M920q
                                      
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      wrote on last edited by
                                      #420

                                      @mrjeschke @Glasfaser

                                      Den vendor hab ich jetzt noch drin, das genaue Modell sollte unerheblich sein, denke ich.

                                      Linux-Werkzeugkasten:
                                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                      NodeJS Fixer Skript:
                                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                      GlasfaserG 1 Reply Last reply
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @mrjeschke @Glasfaser

                                        Den vendor hab ich jetzt noch drin, das genaue Modell sollte unerheblich sein, denke ich.

                                        GlasfaserG Offline
                                        GlasfaserG Offline
                                        Glasfaser
                                        wrote on last edited by
                                        #421

                                        @thomas-braun sagte in iob diag - Skript:

                                        das genaue Modell sollte unerheblich sein, denke ich.

                                        sehe ich auch so ... 🙂

                                        Skript v.2023-05-28-3
                                        
                                        *** BASE SYSTEM ***
                                        model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
                                        Hardware Vendor : Synology
                                        Kernel          : x86_64
                                        Userland        : amd64
                                        Docker          : v8.0.0
                                        
                                        model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
                                        Virtualization  : Unknown (buanet/Synology?)
                                        

                                        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                        Thomas BraunT 1 Reply Last reply
                                        0
                                        • GlasfaserG Glasfaser

                                          @thomas-braun sagte in iob diag - Skript:

                                          das genaue Modell sollte unerheblich sein, denke ich.

                                          sehe ich auch so ... 🙂

                                          Skript v.2023-05-28-3
                                          
                                          *** BASE SYSTEM ***
                                          model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
                                          Hardware Vendor : Synology
                                          Kernel          : x86_64
                                          Userland        : amd64
                                          Docker          : v8.0.0
                                          
                                          model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
                                          Virtualization  : Unknown (buanet/Synology?)
                                          
                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          wrote on last edited by
                                          #422

                                          @glasfaser sagte in iob diag - Skript:

                                          model name : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz

                                          Ist noch doppelt drin. Muss ich nochmal schauen wo es hängt.
                                          (Kommt davon, wenn man Codebauteile hin- und herkopiert...)

                                          Linux-Werkzeugkasten:
                                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                          NodeJS Fixer Skript:
                                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                          GlasfaserG 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

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

                                          318

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe