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. ioBroker Allgemein
  4. [beantwortet] ioBroker.benchmark, und nun?

NEWS

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

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

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

[beantwortet] ioBroker.benchmark, und nun?

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
benchmarkiobrokersummary
48 Beiträge 8 Kommentatoren 5.1k Aufrufe 9 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.
  • apollon77A apollon77

    Ich hoffe es ist ok wenn ich mal Deine Ergebnisse hier darstelle :-)

    Bildschirmfoto 2022-02-16 um 08.25.22.png

    Hier der vergleich von dem System von @hydrotec 4.0.x jsonl zu Redis in 3.3, 4.0 mit und ohne die "Sets" Optimierung.

    Bei Object Creations/Deletions haben die Sets einen kleinen "Negativeffekt" auf den Durchsatz, aber nicht auf den States durchsatz. Positiv ist dann aber der Effekt bei den objectView*, wo es bei redis dann wegen den Sets schneller wird.

    hydrotecH Offline
    hydrotecH Offline
    hydrotec
    schrieb am zuletzt editiert von
    #28

    @apollon77

    Der Vollständigkeit halber, hier noch der aktuelle Benchmark unter js-controller: 4.0.10

    admin: v5.3.0
    node: v14.19.0
    js-controller: 4.0.10
    benchmark Version 0.5.0
    
    benchmark redis:redis
    
    Laufzeit: 4,25 Std.
    

    {
       "setStates": {
       	"timeMean": 2.13,
       	"timeStd": 0.26,
       	"cpuMean": 86.98,
       	"cpuStd": 13.3,
       	"memMean": 78.5,
       	"memStd": 0.33,
       	"controllerCpuMean": 0,
       	"controllerCpuStd": 0,
       	"controllerMemMean": 65.99,
       	"controllerMemStd": 0.26,
       	"eventLoopLagMean": 0.01,
       	"eventLoopLagStd": 0.04,
       	"actionsPerSecondMean": 4694.84,
       	"actionsPerSecondStd": 504.33,
       	"epochs": 5,
       	"iterations": 10000,
       	"statesDbType": "redis",
       	"objectsDbType": "redis"
       },
       "statesSubscription": {
       	"timeMean": 2.61,
       	"timeStd": 0.22,
       	"cpuMean": 41.83,
       	"cpuStd": 11.7,
       	"memMean": 54.2,
       	"memStd": 2.37,
       	"controllerCpuMean": 0,
       	"controllerCpuStd": 0,
       	"controllerMemMean": 66.08,
       	"controllerMemStd": 0.3,
       	"eventLoopLagMean": 0.09,
       	"eventLoopLagStd": 0.28,
       	"actionsPerSecondMean": 3831.42,
       	"actionsPerSecondStd": 315.04,
       	"epochs": 5,
       	"iterations": 10000,
       	"statesDbType": "redis",
       	"objectsDbType": "redis",
       	"secondaries": {
       		"system.adapter.benchmark.1": {
       			"cpuMean": 84.03,
       			"cpuStd": 36.69,
       			"memMean": 50.85,
       			"memStd": 12.04,
       			"eventLoopLagMean": 0.02,
       			"eventLoopLagStd": 0.05,
       			"timeMean": 0.68,
       			"timeStd": 0.08,
       			"actionsPerSecondMean": 3676.47,
       			"actionsPerSecondStd": 406.87,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.2": {
       			"cpuMean": 82.76,
       			"cpuStd": 39.44,
       			"memMean": 49.93,
       			"memStd": 12,
       			"eventLoopLagMean": 0.02,
       			"eventLoopLagStd": 0.04,
       			"timeMean": 0.67,
       			"timeStd": 0.09,
       			"actionsPerSecondMean": 3731.34,
       			"actionsPerSecondStd": 482.09,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.3": {
       			"cpuMean": 82.39,
       			"cpuStd": 37.88,
       			"memMean": 56.1,
       			"memStd": 15.01,
       			"eventLoopLagMean": 0.01,
       			"eventLoopLagStd": 0.02,
       			"timeMean": 0.63,
       			"timeStd": 0.07,
       			"actionsPerSecondMean": 3968.25,
       			"actionsPerSecondStd": 412.39,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.4": {
       			"cpuMean": 84.22,
       			"cpuStd": 39.27,
       			"memMean": 49.12,
       			"memStd": 12.73,
       			"eventLoopLagMean": 0.02,
       			"eventLoopLagStd": 0.1,
       			"timeMean": 0.64,
       			"timeStd": 0.05,
       			"actionsPerSecondMean": 3906.25,
       			"actionsPerSecondStd": 282.92,
       			"epochs": 5,
       			"iterations": 10000
       		}
       	}
       },
       "statesSubscriptionAlias": {
       	"timeMean": 9.16,
       	"timeStd": 0.64,
       	"cpuMean": 17.69,
       	"cpuStd": 7.13,
       	"memMean": 100.43,
       	"memStd": 20.18,
       	"controllerCpuMean": 0.07,
       	"controllerCpuStd": 0.81,
       	"controllerMemMean": 66.86,
       	"controllerMemStd": 0.28,
       	"eventLoopLagMean": 0.17,
       	"eventLoopLagStd": 0.23,
       	"actionsPerSecondMean": 1091.7,
       	"actionsPerSecondStd": 71.66,
       	"epochs": 5,
       	"iterations": 10000,
       	"statesDbType": "redis",
       	"objectsDbType": "redis",
       	"secondaries": {
       		"system.adapter.benchmark.1": {
       			"cpuMean": 37.01,
       			"cpuStd": 12.28,
       			"memMean": 52.45,
       			"memStd": 17.02,
       			"eventLoopLagMean": 0.13,
       			"eventLoopLagStd": 0.21,
       			"timeMean": 2.31,
       			"timeStd": 0.18,
       			"actionsPerSecondMean": 1082.25,
       			"actionsPerSecondStd": 79.41,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.2": {
       			"cpuMean": 36.45,
       			"cpuStd": 11.04,
       			"memMean": 50.18,
       			"memStd": 12.64,
       			"eventLoopLagMean": 0.13,
       			"eventLoopLagStd": 0.22,
       			"timeMean": 2.32,
       			"timeStd": 0.23,
       			"actionsPerSecondMean": 1077.59,
       			"actionsPerSecondStd": 96.23,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.3": {
       			"cpuMean": 35.43,
       			"cpuStd": 10.84,
       			"memMean": 50.38,
       			"memStd": 12.33,
       			"eventLoopLagMean": 0.14,
       			"eventLoopLagStd": 0.22,
       			"timeMean": 2.27,
       			"timeStd": 0.12,
       			"actionsPerSecondMean": 1101.32,
       			"actionsPerSecondStd": 57.76,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.4": {
       			"cpuMean": 34.98,
       			"cpuStd": 11.18,
       			"memMean": 50.71,
       			"memStd": 12.42,
       			"eventLoopLagMean": 0.12,
       			"eventLoopLagStd": 0.19,
       			"timeMean": 2.3,
       			"timeStd": 0.11,
       			"actionsPerSecondMean": 1086.96,
       			"actionsPerSecondStd": 52.9,
       			"epochs": 5,
       			"iterations": 10000
       		}
       	}
       },
       "statesSubscriptionAliasWrite": {
       	"timeMean": 3.21,
       	"timeStd": 0.39,
       	"cpuMean": 36.08,
       	"cpuStd": 11.05,
       	"memMean": 49.15,
       	"memStd": 0.52,
       	"controllerCpuMean": 0,
       	"controllerCpuStd": 0,
       	"controllerMemMean": 67.33,
       	"controllerMemStd": 0.37,
       	"eventLoopLagMean": 0.07,
       	"eventLoopLagStd": 0.13,
       	"actionsPerSecondMean": 3115.26,
       	"actionsPerSecondStd": 346.63,
       	"epochs": 5,
       	"iterations": 10000,
       	"statesDbType": "redis",
       	"objectsDbType": "redis",
       	"secondaries": {
       		"system.adapter.benchmark.1": {
       			"cpuMean": 83.46,
       			"cpuStd": 33.25,
       			"memMean": 51.61,
       			"memStd": 17.18,
       			"eventLoopLagMean": 0.01,
       			"eventLoopLagStd": 0.02,
       			"timeMean": 0.79,
       			"timeStd": 0.04,
       			"actionsPerSecondMean": 3164.56,
       			"actionsPerSecondStd": 182.78,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.2": {
       			"cpuMean": 83.81,
       			"cpuStd": 33.73,
       			"memMean": 51.58,
       			"memStd": 12.37,
       			"eventLoopLagMean": 0.02,
       			"eventLoopLagStd": 0.12,
       			"timeMean": 0.78,
       			"timeStd": 0.04,
       			"actionsPerSecondMean": 3205.13,
       			"actionsPerSecondStd": 144.42,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.3": {
       			"cpuMean": 79.96,
       			"cpuStd": 31.49,
       			"memMean": 51.96,
       			"memStd": 12.96,
       			"eventLoopLagMean": 0.01,
       			"eventLoopLagStd": 0.03,
       			"timeMean": 0.75,
       			"timeStd": 0.04,
       			"actionsPerSecondMean": 3333.33,
       			"actionsPerSecondStd": 158.99,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.4": {
       			"cpuMean": 76.54,
       			"cpuStd": 29.91,
       			"memMean": 75.29,
       			"memStd": 0.27,
       			"eventLoopLagMean": 0.01,
       			"eventLoopLagStd": 0.04,
       			"timeMean": 0.71,
       			"timeStd": 0.06,
       			"actionsPerSecondMean": 3521.13,
       			"actionsPerSecondStd": 297.01,
       			"epochs": 5,
       			"iterations": 10000
       		}
       	}
       },
       "statesDeletion": {
       	"timeMean": 0.8,
       	"timeStd": 0.01,
       	"cpuMean": 83.78,
       	"cpuStd": 8.4,
       	"memMean": 80.53,
       	"memStd": 0.18,
       	"controllerCpuMean": 0,
       	"controllerCpuStd": 0,
       	"controllerMemMean": 68.46,
       	"controllerMemStd": 0.33,
       	"eventLoopLagMean": 0.01,
       	"eventLoopLagStd": 0.03,
       	"actionsPerSecondMean": 12500,
       	"actionsPerSecondStd": 115.81,
       	"epochs": 5,
       	"iterations": 10000,
       	"statesDbType": "redis",
       	"objectsDbType": "redis"
       },
       "idle": {
       	"timeMean": 10.51,
       	"timeStd": 0.24,
       	"cpuMean": 2.12,
       	"cpuStd": 4.2,
       	"memMean": 58.84,
       	"memStd": 8.59,
       	"controllerCpuMean": 0.04,
       	"controllerCpuStd": 0.61,
       	"controllerMemMean": 68.62,
       	"controllerMemStd": 0.29,
       	"eventLoopLagMean": 0.36,
       	"eventLoopLagStd": 0.33,
       	"actionsPerSecondMean": 951.47,
       	"actionsPerSecondStd": 21.94,
       	"epochs": 5,
       	"iterations": 10000,
       	"statesDbType": "redis",
       	"objectsDbType": "redis"
       },
       "objectsCreation": {
       	"timeMean": 2.14,
       	"timeStd": 0.17,
       	"cpuMean": 101.05,
       	"cpuStd": 19.93,
       	"memMean": 80.9,
       	"memStd": 4.97,
       	"controllerCpuMean": 0.1,
       	"controllerCpuStd": 0.99,
       	"controllerMemMean": 68.52,
       	"controllerMemStd": 0.26,
       	"eventLoopLagMean": 0.03,
       	"eventLoopLagStd": 0.15,
       	"actionsPerSecondMean": 4672.9,
       	"actionsPerSecondStd": 359.9,
       	"epochs": 5,
       	"iterations": 10000,
       	"statesDbType": "redis",
       	"objectsDbType": "redis"
       },
       "objectsDeletion": {
       	"timeMean": 3.4,
       	"timeStd": 0.04,
       	"cpuMean": 97.68,
       	"cpuStd": 11.49,
       	"memMean": 83.42,
       	"memStd": 0.54,
       	"controllerCpuMean": 0,
       	"controllerCpuStd": 0,
       	"controllerMemMean": 68.5,
       	"controllerMemStd": 0.23,
       	"eventLoopLagMean": 0.03,
       	"eventLoopLagStd": 0.16,
       	"actionsPerSecondMean": 2941.18,
       	"actionsPerSecondStd": 35.65,
       	"epochs": 5,
       	"iterations": 10000,
       	"statesDbType": "redis",
       	"objectsDbType": "redis"
       },
       "setStatesNonStrict": {
       	"timeMean": 1.37,
       	"timeStd": 0.06,
       	"cpuMean": 84.69,
       	"cpuStd": 13.4,
       	"memMean": 83.76,
       	"memStd": 0.09,
       	"controllerCpuMean": 0,
       	"controllerCpuStd": 0,
       	"controllerMemMean": 68.73,
       	"controllerMemStd": 0.31,
       	"eventLoopLagMean": 0.02,
       	"eventLoopLagStd": 0.06,
       	"actionsPerSecondMean": 7299.27,
       	"actionsPerSecondStd": 305.59,
       	"epochs": 5,
       	"iterations": 10000,
       	"statesDbType": "redis",
       	"objectsDbType": "redis"
       },
       "getStates": {
       	"timeMean": 0.53,
       	"timeStd": 0.03,
       	"cpuMean": 82.12,
       	"cpuStd": 22.68,
       	"memMean": 84.69,
       	"memStd": 0.31,
       	"controllerCpuMean": 0,
       	"controllerCpuStd": 0,
       	"controllerMemMean": 68.91,
       	"controllerMemStd": 0.49,
       	"eventLoopLagMean": 0.01,
       	"eventLoopLagStd": 0.02,
       	"actionsPerSecondMean": 18867.92,
       	"actionsPerSecondStd": 854.6,
       	"epochs": 5,
       	"iterations": 10000,
       	"statesDbType": "redis",
       	"objectsDbType": "redis"
       },
       "getStatesAlias": {
       	"timeMean": 1.68,
       	"timeStd": 0.05,
       	"cpuMean": 88.64,
       	"cpuStd": 14.31,
       	"memMean": 85.24,
       	"memStd": 0.17,
       	"controllerCpuMean": 0,
       	"controllerCpuStd": 0,
       	"controllerMemMean": 68.97,
       	"controllerMemStd": 0.2,
       	"eventLoopLagMean": 0.01,
       	"eventLoopLagStd": 0.02,
       	"actionsPerSecondMean": 5952.38,
       	"actionsPerSecondStd": 188.22,
       	"epochs": 5,
       	"iterations": 10000,
       	"statesDbType": "redis",
       	"objectsDbType": "redis"
       },
       "getStatesAliasRead": {
       	"timeMean": 1.8,
       	"timeStd": 0.05,
       	"cpuMean": 88.86,
       	"cpuStd": 14.75,
       	"memMean": 92.62,
       	"memStd": 0.66,
       	"controllerCpuMean": 0.11,
       	"controllerCpuStd": 1.05,
       	"controllerMemMean": 69.17,
       	"controllerMemStd": 0.29,
       	"eventLoopLagMean": 0.02,
       	"eventLoopLagStd": 0.07,
       	"actionsPerSecondMean": 5555.56,
       	"actionsPerSecondStd": 143.01,
       	"epochs": 5,
       	"iterations": 10000,
       	"statesDbType": "redis",
       	"objectsDbType": "redis"
       },
       "messages": {
       	"timeMean": 3.81,
       	"timeStd": 0.25,
       	"cpuMean": 60.95,
       	"cpuStd": 8.1,
       	"memMean": 73.03,
       	"memStd": 1.53,
       	"controllerCpuMean": 0.05,
       	"controllerCpuStd": 0.66,
       	"controllerMemMean": 69.1,
       	"controllerMemStd": 0.3,
       	"eventLoopLagMean": 0.07,
       	"eventLoopLagStd": 0.12,
       	"actionsPerSecondMean": 2624.67,
       	"actionsPerSecondStd": 156.5,
       	"epochs": 5,
       	"iterations": 10000,
       	"statesDbType": "redis",
       	"objectsDbType": "redis"
       },
       "setStatesParallel": {
       	"timeMean": 36.38,
       	"timeStd": 1.03,
       	"cpuMean": 1.83,
       	"cpuStd": 4.94,
       	"memMean": 52.49,
       	"memStd": 2.54,
       	"controllerCpuMean": 0.12,
       	"controllerCpuStd": 1.09,
       	"controllerMemMean": 69.63,
       	"controllerMemStd": 0.29,
       	"eventLoopLagMean": 0.23,
       	"eventLoopLagStd": 0.58,
       	"actionsPerSecondMean": 274.88,
       	"actionsPerSecondStd": 7.59,
       	"epochs": 5,
       	"iterations": 10000,
       	"statesDbType": "redis",
       	"objectsDbType": "redis",
       	"secondaries": {
       		"system.adapter.benchmark.1": {
       			"cpuMean": 19.74,
       			"cpuStd": 6.4,
       			"memMean": 51.04,
       			"memStd": 1.67,
       			"eventLoopLagMean": 0.32,
       			"eventLoopLagStd": 1.07,
       			"timeMean": 36.18,
       			"timeStd": 0.92,
       			"actionsPerSecondMean": 9.21,
       			"actionsPerSecondStd": 0.23,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.2": {
       			"cpuMean": 19.76,
       			"cpuStd": 6.44,
       			"memMean": 50.94,
       			"memStd": 1.66,
       			"eventLoopLagMean": 0.33,
       			"eventLoopLagStd": 0.97,
       			"timeMean": 36.18,
       			"timeStd": 0.91,
       			"actionsPerSecondMean": 9.21,
       			"actionsPerSecondStd": 0.23,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.3": {
       			"cpuMean": 19.83,
       			"cpuStd": 6.35,
       			"memMean": 51.39,
       			"memStd": 1.94,
       			"eventLoopLagMean": 0.34,
       			"eventLoopLagStd": 1.09,
       			"timeMean": 36.32,
       			"timeStd": 0.76,
       			"actionsPerSecondMean": 9.18,
       			"actionsPerSecondStd": 0.19,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.4": {
       			"cpuMean": 19.78,
       			"cpuStd": 6.32,
       			"memMean": 51.56,
       			"memStd": 1.83,
       			"eventLoopLagMean": 0.3,
       			"eventLoopLagStd": 0.88,
       			"timeMean": 36.22,
       			"timeStd": 0.85,
       			"actionsPerSecondMean": 9.2,
       			"actionsPerSecondStd": 0.21,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.5": {
       			"cpuMean": 19.67,
       			"cpuStd": 6.37,
       			"memMean": 50.67,
       			"memStd": 1.89,
       			"eventLoopLagMean": 0.3,
       			"eventLoopLagStd": 0.82,
       			"timeMean": 36.26,
       			"timeStd": 0.8,
       			"actionsPerSecondMean": 9.19,
       			"actionsPerSecondStd": 0.2,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.6": {
       			"cpuMean": 19.72,
       			"cpuStd": 6.18,
       			"memMean": 50.4,
       			"memStd": 1.96,
       			"eventLoopLagMean": 0.32,
       			"eventLoopLagStd": 1.02,
       			"timeMean": 36.32,
       			"timeStd": 0.74,
       			"actionsPerSecondMean": 9.18,
       			"actionsPerSecondStd": 0.18,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.7": {
       			"cpuMean": 19.7,
       			"cpuStd": 5.89,
       			"memMean": 51.38,
       			"memStd": 2.12,
       			"eventLoopLagMean": 0.3,
       			"eventLoopLagStd": 0.88,
       			"timeMean": 36.37,
       			"timeStd": 0.7,
       			"actionsPerSecondMean": 9.17,
       			"actionsPerSecondStd": 0.17,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.8": {
       			"cpuMean": 19.52,
       			"cpuStd": 6.19,
       			"memMean": 51.44,
       			"memStd": 1.95,
       			"eventLoopLagMean": 0.35,
       			"eventLoopLagStd": 1.37,
       			"timeMean": 36.2,
       			"timeStd": 0.85,
       			"actionsPerSecondMean": 9.21,
       			"actionsPerSecondStd": 0.21,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.9": {
       			"cpuMean": 19.84,
       			"cpuStd": 6.17,
       			"memMean": 51.72,
       			"memStd": 1.92,
       			"eventLoopLagMean": 0.34,
       			"eventLoopLagStd": 1.24,
       			"timeMean": 36.2,
       			"timeStd": 0.85,
       			"actionsPerSecondMean": 9.21,
       			"actionsPerSecondStd": 0.21,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.10": {
       			"cpuMean": 19.74,
       			"cpuStd": 6.07,
       			"memMean": 50.02,
       			"memStd": 1.84,
       			"eventLoopLagMean": 0.34,
       			"eventLoopLagStd": 1.2,
       			"timeMean": 36.2,
       			"timeStd": 0.84,
       			"actionsPerSecondMean": 9.21,
       			"actionsPerSecondStd": 0.21,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.11": {
       			"cpuMean": 19.83,
       			"cpuStd": 6.14,
       			"memMean": 50.61,
       			"memStd": 1.92,
       			"eventLoopLagMean": 0.31,
       			"eventLoopLagStd": 0.99,
       			"timeMean": 36.21,
       			"timeStd": 0.83,
       			"actionsPerSecondMean": 9.21,
       			"actionsPerSecondStd": 0.21,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.12": {
       			"cpuMean": 19.81,
       			"cpuStd": 6.17,
       			"memMean": 51.35,
       			"memStd": 2.1,
       			"eventLoopLagMean": 0.3,
       			"eventLoopLagStd": 0.87,
       			"timeMean": 36.21,
       			"timeStd": 0.82,
       			"actionsPerSecondMean": 9.21,
       			"actionsPerSecondStd": 0.2,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.13": {
       			"cpuMean": 19.65,
       			"cpuStd": 6.16,
       			"memMean": 50.69,
       			"memStd": 1.81,
       			"eventLoopLagMean": 0.35,
       			"eventLoopLagStd": 1.46,
       			"timeMean": 36.21,
       			"timeStd": 0.8,
       			"actionsPerSecondMean": 9.21,
       			"actionsPerSecondStd": 0.2,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.14": {
       			"cpuMean": 19.79,
       			"cpuStd": 6.22,
       			"memMean": 51.53,
       			"memStd": 2.13,
       			"eventLoopLagMean": 0.3,
       			"eventLoopLagStd": 1.05,
       			"timeMean": 36.21,
       			"timeStd": 0.8,
       			"actionsPerSecondMean": 9.21,
       			"actionsPerSecondStd": 0.2,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.15": {
       			"cpuMean": 19.85,
       			"cpuStd": 6,
       			"memMean": 51.35,
       			"memStd": 2.34,
       			"eventLoopLagMean": 0.32,
       			"eventLoopLagStd": 1.13,
       			"timeMean": 36.21,
       			"timeStd": 0.79,
       			"actionsPerSecondMean": 9.21,
       			"actionsPerSecondStd": 0.2,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.16": {
       			"cpuMean": 19.8,
       			"cpuStd": 6.1,
       			"memMean": 50.91,
       			"memStd": 2.16,
       			"eventLoopLagMean": 0.32,
       			"eventLoopLagStd": 1.08,
       			"timeMean": 36.2,
       			"timeStd": 0.77,
       			"actionsPerSecondMean": 9.21,
       			"actionsPerSecondStd": 0.19,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.17": {
       			"cpuMean": 19.82,
       			"cpuStd": 5.95,
       			"memMean": 51.28,
       			"memStd": 2.08,
       			"eventLoopLagMean": 0.32,
       			"eventLoopLagStd": 1.35,
       			"timeMean": 36.2,
       			"timeStd": 0.75,
       			"actionsPerSecondMean": 9.21,
       			"actionsPerSecondStd": 0.19,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.18": {
       			"cpuMean": 19.89,
       			"cpuStd": 5.92,
       			"memMean": 50.29,
       			"memStd": 2.03,
       			"eventLoopLagMean": 0.34,
       			"eventLoopLagStd": 1.23,
       			"timeMean": 36.2,
       			"timeStd": 0.73,
       			"actionsPerSecondMean": 9.21,
       			"actionsPerSecondStd": 0.18,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.19": {
       			"cpuMean": 19.86,
       			"cpuStd": 5.96,
       			"memMean": 51.89,
       			"memStd": 2.27,
       			"eventLoopLagMean": 0.31,
       			"eventLoopLagStd": 0.93,
       			"timeMean": 36.19,
       			"timeStd": 0.72,
       			"actionsPerSecondMean": 9.21,
       			"actionsPerSecondStd": 0.18,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.20": {
       			"cpuMean": 19.81,
       			"cpuStd": 5.98,
       			"memMean": 51.82,
       			"memStd": 1.88,
       			"eventLoopLagMean": 0.29,
       			"eventLoopLagStd": 0.85,
       			"timeMean": 36.19,
       			"timeStd": 0.7,
       			"actionsPerSecondMean": 9.21,
       			"actionsPerSecondStd": 0.18,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.21": {
       			"cpuMean": 19.64,
       			"cpuStd": 6.08,
       			"memMean": 50.49,
       			"memStd": 2.37,
       			"eventLoopLagMean": 0.32,
       			"eventLoopLagStd": 1.02,
       			"timeMean": 36.18,
       			"timeStd": 0.69,
       			"actionsPerSecondMean": 9.21,
       			"actionsPerSecondStd": 0.17,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.22": {
       			"cpuMean": 19.83,
       			"cpuStd": 6.05,
       			"memMean": 51.08,
       			"memStd": 2.16,
       			"eventLoopLagMean": 0.36,
       			"eventLoopLagStd": 1.22,
       			"timeMean": 36.18,
       			"timeStd": 0.68,
       			"actionsPerSecondMean": 9.21,
       			"actionsPerSecondStd": 0.17,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.23": {
       			"cpuMean": 19.82,
       			"cpuStd": 6.25,
       			"memMean": 51.22,
       			"memStd": 2.04,
       			"eventLoopLagMean": 0.32,
       			"eventLoopLagStd": 1.32,
       			"timeMean": 36.18,
       			"timeStd": 0.66,
       			"actionsPerSecondMean": 9.21,
       			"actionsPerSecondStd": 0.17,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.24": {
       			"cpuMean": 19.8,
       			"cpuStd": 5.83,
       			"memMean": 51.33,
       			"memStd": 2.19,
       			"eventLoopLagMean": 0.31,
       			"eventLoopLagStd": 0.98,
       			"timeMean": 36.17,
       			"timeStd": 0.65,
       			"actionsPerSecondMean": 9.22,
       			"actionsPerSecondStd": 0.16,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.25": {
       			"cpuMean": 19.77,
       			"cpuStd": 6.12,
       			"memMean": 54.17,
       			"memStd": 3.29,
       			"eventLoopLagMean": 0.32,
       			"eventLoopLagStd": 1.18,
       			"timeMean": 36.16,
       			"timeStd": 0.62,
       			"actionsPerSecondMean": 9.22,
       			"actionsPerSecondStd": 0.16,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.26": {
       			"cpuMean": 19.89,
       			"cpuStd": 5.97,
       			"memMean": 53.5,
       			"memStd": 3.06,
       			"eventLoopLagMean": 0.36,
       			"eventLoopLagStd": 1.31,
       			"timeMean": 36.15,
       			"timeStd": 0.62,
       			"actionsPerSecondMean": 9.22,
       			"actionsPerSecondStd": 0.16,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.27": {
       			"cpuMean": 19.81,
       			"cpuStd": 6.22,
       			"memMean": 57.05,
       			"memStd": 9.57,
       			"eventLoopLagMean": 0.32,
       			"eventLoopLagStd": 0.95,
       			"timeMean": 36.15,
       			"timeStd": 0.6,
       			"actionsPerSecondMean": 9.22,
       			"actionsPerSecondStd": 0.15,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.28": {
       			"cpuMean": 19.71,
       			"cpuStd": 6.18,
       			"memMean": 55.03,
       			"memStd": 10.13,
       			"eventLoopLagMean": 0.3,
       			"eventLoopLagStd": 1,
       			"timeMean": 36.13,
       			"timeStd": 0.58,
       			"actionsPerSecondMean": 9.23,
       			"actionsPerSecondStd": 0.15,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.29": {
       			"cpuMean": 19.84,
       			"cpuStd": 6.01,
       			"memMean": 55.98,
       			"memStd": 9.54,
       			"eventLoopLagMean": 0.34,
       			"eventLoopLagStd": 1.16,
       			"timeMean": 36.12,
       			"timeStd": 0.57,
       			"actionsPerSecondMean": 9.23,
       			"actionsPerSecondStd": 0.14,
       			"epochs": 5,
       			"iterations": 10000
       		},
       		"system.adapter.benchmark.30": {
       			"cpuMean": 19.97,
       			"cpuStd": 5.91,
       			"memMean": 56.25,
       			"memStd": 9.73,
       			"eventLoopLagMean": 0.34,
       			"eventLoopLagStd": 1.03,
       			"timeMean": 36.22,
       			"timeStd": 0.75,
       			"actionsPerSecondMean": 9.2,
       			"actionsPerSecondStd": 0.19,
       			"epochs": 5,
       			"iterations": 10000
       		}
       	}
       },
       "objectViewEqual": {
       	"timeMean": 993.13,
       	"timeStd": 2.35,
       	"cpuMean": 35.98,
       	"cpuStd": 7.23,
       	"memMean": 90.8,
       	"memStd": 1.82,
       	"controllerCpuMean": 0.04,
       	"controllerCpuStd": 0.62,
       	"controllerMemMean": 60.27,
       	"controllerMemStd": 0.85,
       	"eventLoopLagMean": 0.43,
       	"eventLoopLagStd": 0.61,
       	"actionsPerSecondMean": 10.07,
       	"actionsPerSecondStd": 0.02,
       	"epochs": 5,
       	"iterations": 10000,
       	"statesDbType": "redis",
       	"objectsDbType": "redis"
       },
       "objectViewSmall": {
       	"timeMean": 421.87,
       	"timeStd": 1.65,
       	"cpuMean": 11.38,
       	"cpuStd": 5.54,
       	"memMean": 81,
       	"memStd": 7.09,
       	"controllerCpuMean": 0.04,
       	"controllerCpuStd": 0.62,
       	"controllerMemMean": 61.28,
       	"controllerMemStd": 0.33,
       	"eventLoopLagMean": 0.21,
       	"eventLoopLagStd": 0.27,
       	"actionsPerSecondMean": 23.7,
       	"actionsPerSecondStd": 0.09,
       	"epochs": 5,
       	"iterations": 10000,
       	"statesDbType": "redis",
       	"objectsDbType": "redis"
       },
       "objectViewLarge": {
       	"timeMean": 1234.43,
       	"timeStd": 1.09,
       	"cpuMean": 55.99,
       	"cpuStd": 8.57,
       	"memMean": 107.06,
       	"memStd": 2.72,
       	"controllerCpuMean": 0.04,
       	"controllerCpuStd": 0.65,
       	"controllerMemMean": 62.24,
       	"controllerMemStd": 0.28,
       	"eventLoopLagMean": 0.76,
       	"eventLoopLagStd": 1.3,
       	"actionsPerSecondMean": 8.1,
       	"actionsPerSecondStd": 0.01,
       	"epochs": 5,
       	"iterations": 10000,
       	"statesDbType": "redis",
       	"objectsDbType": "redis"
       }
    }
    

    2022-02-16 04:20:38.725 - info: host.iobrokertest instance system.adapter.benchmark.0 started with pid 15497
    2022-02-16 04:20:39.063 - info: benchmark.0 (15497) starting. Version 0.5.0 (non-npm: foxriver76/ioBroker.benchmark#155de940071636b8c01d158a6714407750c15fe7) in /opt/iobroker/node_modules/iobroker.benchmark, node: v14.19.0, js-controller: 4.0.10
    2022-02-16 04:20:39.075 - info: benchmark.0 (15497) Adapter started... controller determined (pid: 14996)
    2022-02-16 04:20:55.979 - info: host.iobrokertest Updating repository "beta" under "http://download.iobroker.net/sources-dist-latest.json"
    2022-02-16 04:22:27.576 - info: host.iobrokertest "system.adapter.backitup.0" disabled
    2022-02-16 04:22:27.579 - info: host.iobrokertest stopInstance system.adapter.backitup.0 (force=false, process=true)
    2022-02-16 04:22:27.581 - info: host.iobrokertest stopInstance system.adapter.backitup.0 send kill signal
    2022-02-16 04:22:27.581 - info: backitup.0 (15090) Got terminate signal TERMINATE_YOURSELF
    2022-02-16 04:22:27.582 - info: backitup.0 (15090) cleaned everything up...
    2022-02-16 04:22:27.583 - info: backitup.0 (15090) terminating
    2022-02-16 04:22:27.583 - info: backitup.0 (15090) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
    2022-02-16 04:22:28.102 - info: host.iobrokertest instance system.adapter.backitup.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
    2022-02-16 04:22:31.736 - info: host.iobrokertest "system.adapter.info.0" disabled
    2022-02-16 04:22:31.737 - info: host.iobrokertest stopInstance system.adapter.info.0 (force=false, process=true)
    2022-02-16 04:22:31.739 - info: host.iobrokertest stopInstance system.adapter.info.0 send kill signal
    2022-02-16 04:22:31.739 - info: info.0 (15130) Got terminate signal TERMINATE_YOURSELF
    2022-02-16 04:22:31.740 - info: info.0 (15130) cleaned everything up...
    2022-02-16 04:22:31.741 - info: info.0 (15130) terminating
    2022-02-16 04:22:31.741 - info: info.0 (15130) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
    2022-02-16 04:22:32.260 - info: host.iobrokertest instance system.adapter.info.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
    2022-02-16 04:22:33.740 - info: javascript.0 (15030) Adapter is disabled => stop
    2022-02-16 04:22:33.741 - info: host.iobrokertest "system.adapter.javascript.0" disabled
    2022-02-16 04:22:33.741 - info: host.iobrokertest stopInstance system.adapter.javascript.0 (force=false, process=true)
    2022-02-16 04:22:33.744 - info: host.iobrokertest stopInstance system.adapter.javascript.0 send kill signal
    2022-02-16 04:22:33.745 - info: javascript.0 (15030) Got terminate signal TERMINATE_YOURSELF
    2022-02-16 04:22:33.746 - info: javascript.0 (15030) terminating
    2022-02-16 04:22:33.747 - info: javascript.0 (15030) Terminated (NO_ERROR): Without reason
    2022-02-16 04:22:34.270 - info: host.iobrokertest instance system.adapter.javascript.0 terminated with code 0 (NO_ERROR)
    2022-02-16 04:22:35.185 - info: host.iobrokertest "system.adapter.mqtt.0" disabled
    2022-02-16 04:22:35.185 - info: mqtt.0 (15045) Adapter is disabled => stop
    2022-02-16 04:22:35.186 - info: host.iobrokertest stopInstance system.adapter.mqtt.0 (force=false, process=true)
    2022-02-16 04:22:35.188 - info: host.iobrokertest stopInstance system.adapter.mqtt.0 send kill signal
    2022-02-16 04:22:35.192 - info: mqtt.0 (15045) Got terminate signal TERMINATE_YOURSELF
    2022-02-16 04:22:35.193 - info: mqtt.0 (15045) Disconnected from 192.168.78.139: undefined
    2022-02-16 04:22:35.690 - info: mqtt.0 (15045) terminating
    2022-02-16 04:22:35.692 - info: mqtt.0 (15045) Terminated (NO_ERROR): Without reason
    2022-02-16 04:22:36.190 - info: host.iobrokertest stopInstance system.adapter.mqtt.0 killing pid 15045
    2022-02-16 04:22:36.209 - info: host.iobrokertest instance system.adapter.mqtt.0 terminated with code 0 (NO_ERROR)
    2022-02-16 04:22:37.462 - info: host.iobrokertest "system.adapter.sayit.0" disabled
    2022-02-16 04:22:37.462 - info: host.iobrokertest stopInstance system.adapter.sayit.0 (force=false, process=true)
    2022-02-16 04:22:37.464 - info: sayit.0 (15115) stopping...
    2022-02-16 04:22:37.969 - info: sayit.0 (15115) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
    2022-02-16 04:22:38.463 - info: host.iobrokertest stopInstance timeout 1000 system.adapter.sayit.0 killing pid 15115
    2022-02-16 04:22:38.465 - info: sayit.0 (15115) stopping...
    2022-02-16 04:22:38.486 - info: host.iobrokertest instance system.adapter.sayit.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
    2022-02-16 04:22:38.507 - info: host.iobrokertest "system.adapter.sonos.0" disabled
    2022-02-16 04:22:38.507 - info: host.iobrokertest stopInstance system.adapter.sonos.0 (force=false, process=true)
    2022-02-16 04:22:38.508 - info: host.iobrokertest stopInstance system.adapter.sonos.0 send kill signal
    2022-02-16 04:22:38.509 - info: sonos.0 (15060) Got terminate signal TERMINATE_YOURSELF
    2022-02-16 04:22:38.511 - info: sonos.0 (15060) terminating
    2022-02-16 04:22:38.517 - info: sonos.0 (15060) terminating
    2022-02-16 04:22:38.518 - info: sonos.0 (15060) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
    2022-02-16 04:22:39.038 - info: host.iobrokertest instance system.adapter.sonos.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
    2022-02-16 04:22:44.830 - info: host.iobrokertest "system.adapter.web.0" disabled
    2022-02-16 04:22:44.830 - info: host.iobrokertest stopInstance system.adapter.web.0 (force=false, process=true)
    2022-02-16 04:22:44.832 - info: host.iobrokertest stopInstance system.adapter.web.0 send kill signal
    2022-02-16 04:22:44.833 - info: web.0 (15075) Got terminate signal TERMINATE_YOURSELF
    2022-02-16 04:22:44.838 - info: web.0 (15075) terminated http server on port 8082
    2022-02-16 04:22:44.838 - info: web.0 (15075) terminating
    2022-02-16 04:22:44.839 - info: web.0 (15075) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
    2022-02-16 04:22:45.357 - info: host.iobrokertest instance system.adapter.web.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
    2022-02-16 04:22:57.810 - info: benchmark.0 (15497) Cleaning up objects
    2022-02-16 04:22:57.831 - info: benchmark.0 (15497) Objects cleaned up
    2022-02-16 04:23:25.816 - info: benchmark.0 (15497) Isolated run, stopping all instances
    2022-02-16 04:23:25.827 - info: admin.0 (15015) Adapter is disabled => stop
    2022-02-16 04:23:25.828 - info: host.iobrokertest "system.adapter.admin.0" disabled
    2022-02-16 04:23:25.832 - info: host.iobrokertest stopInstance system.adapter.admin.0 (force=false, process=true)
    2022-02-16 04:23:25.830 - info: admin.0 (15015) terminating http server on port 8081
    2022-02-16 04:23:25.835 - info: benchmark.0 (15497) Starting benchmark test...
    2022-02-16 04:23:25.836 - info: admin.0 (15015) terminating
    2022-02-16 04:23:25.837 - info: host.iobrokertest stopInstance system.adapter.admin.0 send kill signal
    2022-02-16 04:23:25.838 - info: admin.0 (15015) Terminated (NO_ERROR): Without reason
    2022-02-16 04:23:25.839 - info: admin.0 (15015) Got terminate signal TERMINATE_YOURSELF
    2022-02-16 04:23:25.843 - info: benchmark.0 (15497) Starting test "setStates"
    2022-02-16 04:23:25.843 - info: benchmark.0 (15497) Prepare ...
    2022-02-16 04:23:26.358 - info: host.iobrokertest instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
    
    
    2022-02-16 08:45:41.036 - info: benchmark.0 (15497) Restarting instances ...
    2022-02-16 08:45:41.038 - info: host.iobrokertest "system.adapter.admin.0" enabled
    2022-02-16 08:45:41.039 - info: benchmark.0 (15497) Finished benchmark...
    2022-02-16 08:45:41.039 - info: benchmark.0 (15497) Writing summary file ...
    2022-02-16 08:45:41.039 - info: host.iobrokertest "system.adapter.alias-manager.0" enabled
    2022-02-16 08:45:41.057 - info: host.iobrokertest instance system.adapter.admin.0 started with pid 18725
    2022-02-16 08:45:41.059 - info: benchmark.0 (15497) Summary file written
    2022-02-16 08:45:41.520 - info: admin.0 (18725) starting. Version 5.3.0 in /opt/iobroker/node_modules/iobroker.admin, node: v14.19.0, js-controller: 4.0.10
    

    Ubuntu 22.04 LTS (LXD/LXC)
    admin: v6.3.5
    js-controller: v4.0.24
    node: v18.16.1
    npm: v9.5.1
    repository: stable

    apollon77A 1 Antwort Letzte Antwort
    1
    • hydrotecH hydrotec

      @apollon77

      Der Vollständigkeit halber, hier noch der aktuelle Benchmark unter js-controller: 4.0.10

      admin: v5.3.0
      node: v14.19.0
      js-controller: 4.0.10
      benchmark Version 0.5.0
      
      benchmark redis:redis
      
      Laufzeit: 4,25 Std.
      

      {
         "setStates": {
         	"timeMean": 2.13,
         	"timeStd": 0.26,
         	"cpuMean": 86.98,
         	"cpuStd": 13.3,
         	"memMean": 78.5,
         	"memStd": 0.33,
         	"controllerCpuMean": 0,
         	"controllerCpuStd": 0,
         	"controllerMemMean": 65.99,
         	"controllerMemStd": 0.26,
         	"eventLoopLagMean": 0.01,
         	"eventLoopLagStd": 0.04,
         	"actionsPerSecondMean": 4694.84,
         	"actionsPerSecondStd": 504.33,
         	"epochs": 5,
         	"iterations": 10000,
         	"statesDbType": "redis",
         	"objectsDbType": "redis"
         },
         "statesSubscription": {
         	"timeMean": 2.61,
         	"timeStd": 0.22,
         	"cpuMean": 41.83,
         	"cpuStd": 11.7,
         	"memMean": 54.2,
         	"memStd": 2.37,
         	"controllerCpuMean": 0,
         	"controllerCpuStd": 0,
         	"controllerMemMean": 66.08,
         	"controllerMemStd": 0.3,
         	"eventLoopLagMean": 0.09,
         	"eventLoopLagStd": 0.28,
         	"actionsPerSecondMean": 3831.42,
         	"actionsPerSecondStd": 315.04,
         	"epochs": 5,
         	"iterations": 10000,
         	"statesDbType": "redis",
         	"objectsDbType": "redis",
         	"secondaries": {
         		"system.adapter.benchmark.1": {
         			"cpuMean": 84.03,
         			"cpuStd": 36.69,
         			"memMean": 50.85,
         			"memStd": 12.04,
         			"eventLoopLagMean": 0.02,
         			"eventLoopLagStd": 0.05,
         			"timeMean": 0.68,
         			"timeStd": 0.08,
         			"actionsPerSecondMean": 3676.47,
         			"actionsPerSecondStd": 406.87,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.2": {
         			"cpuMean": 82.76,
         			"cpuStd": 39.44,
         			"memMean": 49.93,
         			"memStd": 12,
         			"eventLoopLagMean": 0.02,
         			"eventLoopLagStd": 0.04,
         			"timeMean": 0.67,
         			"timeStd": 0.09,
         			"actionsPerSecondMean": 3731.34,
         			"actionsPerSecondStd": 482.09,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.3": {
         			"cpuMean": 82.39,
         			"cpuStd": 37.88,
         			"memMean": 56.1,
         			"memStd": 15.01,
         			"eventLoopLagMean": 0.01,
         			"eventLoopLagStd": 0.02,
         			"timeMean": 0.63,
         			"timeStd": 0.07,
         			"actionsPerSecondMean": 3968.25,
         			"actionsPerSecondStd": 412.39,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.4": {
         			"cpuMean": 84.22,
         			"cpuStd": 39.27,
         			"memMean": 49.12,
         			"memStd": 12.73,
         			"eventLoopLagMean": 0.02,
         			"eventLoopLagStd": 0.1,
         			"timeMean": 0.64,
         			"timeStd": 0.05,
         			"actionsPerSecondMean": 3906.25,
         			"actionsPerSecondStd": 282.92,
         			"epochs": 5,
         			"iterations": 10000
         		}
         	}
         },
         "statesSubscriptionAlias": {
         	"timeMean": 9.16,
         	"timeStd": 0.64,
         	"cpuMean": 17.69,
         	"cpuStd": 7.13,
         	"memMean": 100.43,
         	"memStd": 20.18,
         	"controllerCpuMean": 0.07,
         	"controllerCpuStd": 0.81,
         	"controllerMemMean": 66.86,
         	"controllerMemStd": 0.28,
         	"eventLoopLagMean": 0.17,
         	"eventLoopLagStd": 0.23,
         	"actionsPerSecondMean": 1091.7,
         	"actionsPerSecondStd": 71.66,
         	"epochs": 5,
         	"iterations": 10000,
         	"statesDbType": "redis",
         	"objectsDbType": "redis",
         	"secondaries": {
         		"system.adapter.benchmark.1": {
         			"cpuMean": 37.01,
         			"cpuStd": 12.28,
         			"memMean": 52.45,
         			"memStd": 17.02,
         			"eventLoopLagMean": 0.13,
         			"eventLoopLagStd": 0.21,
         			"timeMean": 2.31,
         			"timeStd": 0.18,
         			"actionsPerSecondMean": 1082.25,
         			"actionsPerSecondStd": 79.41,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.2": {
         			"cpuMean": 36.45,
         			"cpuStd": 11.04,
         			"memMean": 50.18,
         			"memStd": 12.64,
         			"eventLoopLagMean": 0.13,
         			"eventLoopLagStd": 0.22,
         			"timeMean": 2.32,
         			"timeStd": 0.23,
         			"actionsPerSecondMean": 1077.59,
         			"actionsPerSecondStd": 96.23,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.3": {
         			"cpuMean": 35.43,
         			"cpuStd": 10.84,
         			"memMean": 50.38,
         			"memStd": 12.33,
         			"eventLoopLagMean": 0.14,
         			"eventLoopLagStd": 0.22,
         			"timeMean": 2.27,
         			"timeStd": 0.12,
         			"actionsPerSecondMean": 1101.32,
         			"actionsPerSecondStd": 57.76,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.4": {
         			"cpuMean": 34.98,
         			"cpuStd": 11.18,
         			"memMean": 50.71,
         			"memStd": 12.42,
         			"eventLoopLagMean": 0.12,
         			"eventLoopLagStd": 0.19,
         			"timeMean": 2.3,
         			"timeStd": 0.11,
         			"actionsPerSecondMean": 1086.96,
         			"actionsPerSecondStd": 52.9,
         			"epochs": 5,
         			"iterations": 10000
         		}
         	}
         },
         "statesSubscriptionAliasWrite": {
         	"timeMean": 3.21,
         	"timeStd": 0.39,
         	"cpuMean": 36.08,
         	"cpuStd": 11.05,
         	"memMean": 49.15,
         	"memStd": 0.52,
         	"controllerCpuMean": 0,
         	"controllerCpuStd": 0,
         	"controllerMemMean": 67.33,
         	"controllerMemStd": 0.37,
         	"eventLoopLagMean": 0.07,
         	"eventLoopLagStd": 0.13,
         	"actionsPerSecondMean": 3115.26,
         	"actionsPerSecondStd": 346.63,
         	"epochs": 5,
         	"iterations": 10000,
         	"statesDbType": "redis",
         	"objectsDbType": "redis",
         	"secondaries": {
         		"system.adapter.benchmark.1": {
         			"cpuMean": 83.46,
         			"cpuStd": 33.25,
         			"memMean": 51.61,
         			"memStd": 17.18,
         			"eventLoopLagMean": 0.01,
         			"eventLoopLagStd": 0.02,
         			"timeMean": 0.79,
         			"timeStd": 0.04,
         			"actionsPerSecondMean": 3164.56,
         			"actionsPerSecondStd": 182.78,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.2": {
         			"cpuMean": 83.81,
         			"cpuStd": 33.73,
         			"memMean": 51.58,
         			"memStd": 12.37,
         			"eventLoopLagMean": 0.02,
         			"eventLoopLagStd": 0.12,
         			"timeMean": 0.78,
         			"timeStd": 0.04,
         			"actionsPerSecondMean": 3205.13,
         			"actionsPerSecondStd": 144.42,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.3": {
         			"cpuMean": 79.96,
         			"cpuStd": 31.49,
         			"memMean": 51.96,
         			"memStd": 12.96,
         			"eventLoopLagMean": 0.01,
         			"eventLoopLagStd": 0.03,
         			"timeMean": 0.75,
         			"timeStd": 0.04,
         			"actionsPerSecondMean": 3333.33,
         			"actionsPerSecondStd": 158.99,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.4": {
         			"cpuMean": 76.54,
         			"cpuStd": 29.91,
         			"memMean": 75.29,
         			"memStd": 0.27,
         			"eventLoopLagMean": 0.01,
         			"eventLoopLagStd": 0.04,
         			"timeMean": 0.71,
         			"timeStd": 0.06,
         			"actionsPerSecondMean": 3521.13,
         			"actionsPerSecondStd": 297.01,
         			"epochs": 5,
         			"iterations": 10000
         		}
         	}
         },
         "statesDeletion": {
         	"timeMean": 0.8,
         	"timeStd": 0.01,
         	"cpuMean": 83.78,
         	"cpuStd": 8.4,
         	"memMean": 80.53,
         	"memStd": 0.18,
         	"controllerCpuMean": 0,
         	"controllerCpuStd": 0,
         	"controllerMemMean": 68.46,
         	"controllerMemStd": 0.33,
         	"eventLoopLagMean": 0.01,
         	"eventLoopLagStd": 0.03,
         	"actionsPerSecondMean": 12500,
         	"actionsPerSecondStd": 115.81,
         	"epochs": 5,
         	"iterations": 10000,
         	"statesDbType": "redis",
         	"objectsDbType": "redis"
         },
         "idle": {
         	"timeMean": 10.51,
         	"timeStd": 0.24,
         	"cpuMean": 2.12,
         	"cpuStd": 4.2,
         	"memMean": 58.84,
         	"memStd": 8.59,
         	"controllerCpuMean": 0.04,
         	"controllerCpuStd": 0.61,
         	"controllerMemMean": 68.62,
         	"controllerMemStd": 0.29,
         	"eventLoopLagMean": 0.36,
         	"eventLoopLagStd": 0.33,
         	"actionsPerSecondMean": 951.47,
         	"actionsPerSecondStd": 21.94,
         	"epochs": 5,
         	"iterations": 10000,
         	"statesDbType": "redis",
         	"objectsDbType": "redis"
         },
         "objectsCreation": {
         	"timeMean": 2.14,
         	"timeStd": 0.17,
         	"cpuMean": 101.05,
         	"cpuStd": 19.93,
         	"memMean": 80.9,
         	"memStd": 4.97,
         	"controllerCpuMean": 0.1,
         	"controllerCpuStd": 0.99,
         	"controllerMemMean": 68.52,
         	"controllerMemStd": 0.26,
         	"eventLoopLagMean": 0.03,
         	"eventLoopLagStd": 0.15,
         	"actionsPerSecondMean": 4672.9,
         	"actionsPerSecondStd": 359.9,
         	"epochs": 5,
         	"iterations": 10000,
         	"statesDbType": "redis",
         	"objectsDbType": "redis"
         },
         "objectsDeletion": {
         	"timeMean": 3.4,
         	"timeStd": 0.04,
         	"cpuMean": 97.68,
         	"cpuStd": 11.49,
         	"memMean": 83.42,
         	"memStd": 0.54,
         	"controllerCpuMean": 0,
         	"controllerCpuStd": 0,
         	"controllerMemMean": 68.5,
         	"controllerMemStd": 0.23,
         	"eventLoopLagMean": 0.03,
         	"eventLoopLagStd": 0.16,
         	"actionsPerSecondMean": 2941.18,
         	"actionsPerSecondStd": 35.65,
         	"epochs": 5,
         	"iterations": 10000,
         	"statesDbType": "redis",
         	"objectsDbType": "redis"
         },
         "setStatesNonStrict": {
         	"timeMean": 1.37,
         	"timeStd": 0.06,
         	"cpuMean": 84.69,
         	"cpuStd": 13.4,
         	"memMean": 83.76,
         	"memStd": 0.09,
         	"controllerCpuMean": 0,
         	"controllerCpuStd": 0,
         	"controllerMemMean": 68.73,
         	"controllerMemStd": 0.31,
         	"eventLoopLagMean": 0.02,
         	"eventLoopLagStd": 0.06,
         	"actionsPerSecondMean": 7299.27,
         	"actionsPerSecondStd": 305.59,
         	"epochs": 5,
         	"iterations": 10000,
         	"statesDbType": "redis",
         	"objectsDbType": "redis"
         },
         "getStates": {
         	"timeMean": 0.53,
         	"timeStd": 0.03,
         	"cpuMean": 82.12,
         	"cpuStd": 22.68,
         	"memMean": 84.69,
         	"memStd": 0.31,
         	"controllerCpuMean": 0,
         	"controllerCpuStd": 0,
         	"controllerMemMean": 68.91,
         	"controllerMemStd": 0.49,
         	"eventLoopLagMean": 0.01,
         	"eventLoopLagStd": 0.02,
         	"actionsPerSecondMean": 18867.92,
         	"actionsPerSecondStd": 854.6,
         	"epochs": 5,
         	"iterations": 10000,
         	"statesDbType": "redis",
         	"objectsDbType": "redis"
         },
         "getStatesAlias": {
         	"timeMean": 1.68,
         	"timeStd": 0.05,
         	"cpuMean": 88.64,
         	"cpuStd": 14.31,
         	"memMean": 85.24,
         	"memStd": 0.17,
         	"controllerCpuMean": 0,
         	"controllerCpuStd": 0,
         	"controllerMemMean": 68.97,
         	"controllerMemStd": 0.2,
         	"eventLoopLagMean": 0.01,
         	"eventLoopLagStd": 0.02,
         	"actionsPerSecondMean": 5952.38,
         	"actionsPerSecondStd": 188.22,
         	"epochs": 5,
         	"iterations": 10000,
         	"statesDbType": "redis",
         	"objectsDbType": "redis"
         },
         "getStatesAliasRead": {
         	"timeMean": 1.8,
         	"timeStd": 0.05,
         	"cpuMean": 88.86,
         	"cpuStd": 14.75,
         	"memMean": 92.62,
         	"memStd": 0.66,
         	"controllerCpuMean": 0.11,
         	"controllerCpuStd": 1.05,
         	"controllerMemMean": 69.17,
         	"controllerMemStd": 0.29,
         	"eventLoopLagMean": 0.02,
         	"eventLoopLagStd": 0.07,
         	"actionsPerSecondMean": 5555.56,
         	"actionsPerSecondStd": 143.01,
         	"epochs": 5,
         	"iterations": 10000,
         	"statesDbType": "redis",
         	"objectsDbType": "redis"
         },
         "messages": {
         	"timeMean": 3.81,
         	"timeStd": 0.25,
         	"cpuMean": 60.95,
         	"cpuStd": 8.1,
         	"memMean": 73.03,
         	"memStd": 1.53,
         	"controllerCpuMean": 0.05,
         	"controllerCpuStd": 0.66,
         	"controllerMemMean": 69.1,
         	"controllerMemStd": 0.3,
         	"eventLoopLagMean": 0.07,
         	"eventLoopLagStd": 0.12,
         	"actionsPerSecondMean": 2624.67,
         	"actionsPerSecondStd": 156.5,
         	"epochs": 5,
         	"iterations": 10000,
         	"statesDbType": "redis",
         	"objectsDbType": "redis"
         },
         "setStatesParallel": {
         	"timeMean": 36.38,
         	"timeStd": 1.03,
         	"cpuMean": 1.83,
         	"cpuStd": 4.94,
         	"memMean": 52.49,
         	"memStd": 2.54,
         	"controllerCpuMean": 0.12,
         	"controllerCpuStd": 1.09,
         	"controllerMemMean": 69.63,
         	"controllerMemStd": 0.29,
         	"eventLoopLagMean": 0.23,
         	"eventLoopLagStd": 0.58,
         	"actionsPerSecondMean": 274.88,
         	"actionsPerSecondStd": 7.59,
         	"epochs": 5,
         	"iterations": 10000,
         	"statesDbType": "redis",
         	"objectsDbType": "redis",
         	"secondaries": {
         		"system.adapter.benchmark.1": {
         			"cpuMean": 19.74,
         			"cpuStd": 6.4,
         			"memMean": 51.04,
         			"memStd": 1.67,
         			"eventLoopLagMean": 0.32,
         			"eventLoopLagStd": 1.07,
         			"timeMean": 36.18,
         			"timeStd": 0.92,
         			"actionsPerSecondMean": 9.21,
         			"actionsPerSecondStd": 0.23,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.2": {
         			"cpuMean": 19.76,
         			"cpuStd": 6.44,
         			"memMean": 50.94,
         			"memStd": 1.66,
         			"eventLoopLagMean": 0.33,
         			"eventLoopLagStd": 0.97,
         			"timeMean": 36.18,
         			"timeStd": 0.91,
         			"actionsPerSecondMean": 9.21,
         			"actionsPerSecondStd": 0.23,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.3": {
         			"cpuMean": 19.83,
         			"cpuStd": 6.35,
         			"memMean": 51.39,
         			"memStd": 1.94,
         			"eventLoopLagMean": 0.34,
         			"eventLoopLagStd": 1.09,
         			"timeMean": 36.32,
         			"timeStd": 0.76,
         			"actionsPerSecondMean": 9.18,
         			"actionsPerSecondStd": 0.19,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.4": {
         			"cpuMean": 19.78,
         			"cpuStd": 6.32,
         			"memMean": 51.56,
         			"memStd": 1.83,
         			"eventLoopLagMean": 0.3,
         			"eventLoopLagStd": 0.88,
         			"timeMean": 36.22,
         			"timeStd": 0.85,
         			"actionsPerSecondMean": 9.2,
         			"actionsPerSecondStd": 0.21,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.5": {
         			"cpuMean": 19.67,
         			"cpuStd": 6.37,
         			"memMean": 50.67,
         			"memStd": 1.89,
         			"eventLoopLagMean": 0.3,
         			"eventLoopLagStd": 0.82,
         			"timeMean": 36.26,
         			"timeStd": 0.8,
         			"actionsPerSecondMean": 9.19,
         			"actionsPerSecondStd": 0.2,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.6": {
         			"cpuMean": 19.72,
         			"cpuStd": 6.18,
         			"memMean": 50.4,
         			"memStd": 1.96,
         			"eventLoopLagMean": 0.32,
         			"eventLoopLagStd": 1.02,
         			"timeMean": 36.32,
         			"timeStd": 0.74,
         			"actionsPerSecondMean": 9.18,
         			"actionsPerSecondStd": 0.18,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.7": {
         			"cpuMean": 19.7,
         			"cpuStd": 5.89,
         			"memMean": 51.38,
         			"memStd": 2.12,
         			"eventLoopLagMean": 0.3,
         			"eventLoopLagStd": 0.88,
         			"timeMean": 36.37,
         			"timeStd": 0.7,
         			"actionsPerSecondMean": 9.17,
         			"actionsPerSecondStd": 0.17,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.8": {
         			"cpuMean": 19.52,
         			"cpuStd": 6.19,
         			"memMean": 51.44,
         			"memStd": 1.95,
         			"eventLoopLagMean": 0.35,
         			"eventLoopLagStd": 1.37,
         			"timeMean": 36.2,
         			"timeStd": 0.85,
         			"actionsPerSecondMean": 9.21,
         			"actionsPerSecondStd": 0.21,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.9": {
         			"cpuMean": 19.84,
         			"cpuStd": 6.17,
         			"memMean": 51.72,
         			"memStd": 1.92,
         			"eventLoopLagMean": 0.34,
         			"eventLoopLagStd": 1.24,
         			"timeMean": 36.2,
         			"timeStd": 0.85,
         			"actionsPerSecondMean": 9.21,
         			"actionsPerSecondStd": 0.21,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.10": {
         			"cpuMean": 19.74,
         			"cpuStd": 6.07,
         			"memMean": 50.02,
         			"memStd": 1.84,
         			"eventLoopLagMean": 0.34,
         			"eventLoopLagStd": 1.2,
         			"timeMean": 36.2,
         			"timeStd": 0.84,
         			"actionsPerSecondMean": 9.21,
         			"actionsPerSecondStd": 0.21,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.11": {
         			"cpuMean": 19.83,
         			"cpuStd": 6.14,
         			"memMean": 50.61,
         			"memStd": 1.92,
         			"eventLoopLagMean": 0.31,
         			"eventLoopLagStd": 0.99,
         			"timeMean": 36.21,
         			"timeStd": 0.83,
         			"actionsPerSecondMean": 9.21,
         			"actionsPerSecondStd": 0.21,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.12": {
         			"cpuMean": 19.81,
         			"cpuStd": 6.17,
         			"memMean": 51.35,
         			"memStd": 2.1,
         			"eventLoopLagMean": 0.3,
         			"eventLoopLagStd": 0.87,
         			"timeMean": 36.21,
         			"timeStd": 0.82,
         			"actionsPerSecondMean": 9.21,
         			"actionsPerSecondStd": 0.2,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.13": {
         			"cpuMean": 19.65,
         			"cpuStd": 6.16,
         			"memMean": 50.69,
         			"memStd": 1.81,
         			"eventLoopLagMean": 0.35,
         			"eventLoopLagStd": 1.46,
         			"timeMean": 36.21,
         			"timeStd": 0.8,
         			"actionsPerSecondMean": 9.21,
         			"actionsPerSecondStd": 0.2,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.14": {
         			"cpuMean": 19.79,
         			"cpuStd": 6.22,
         			"memMean": 51.53,
         			"memStd": 2.13,
         			"eventLoopLagMean": 0.3,
         			"eventLoopLagStd": 1.05,
         			"timeMean": 36.21,
         			"timeStd": 0.8,
         			"actionsPerSecondMean": 9.21,
         			"actionsPerSecondStd": 0.2,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.15": {
         			"cpuMean": 19.85,
         			"cpuStd": 6,
         			"memMean": 51.35,
         			"memStd": 2.34,
         			"eventLoopLagMean": 0.32,
         			"eventLoopLagStd": 1.13,
         			"timeMean": 36.21,
         			"timeStd": 0.79,
         			"actionsPerSecondMean": 9.21,
         			"actionsPerSecondStd": 0.2,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.16": {
         			"cpuMean": 19.8,
         			"cpuStd": 6.1,
         			"memMean": 50.91,
         			"memStd": 2.16,
         			"eventLoopLagMean": 0.32,
         			"eventLoopLagStd": 1.08,
         			"timeMean": 36.2,
         			"timeStd": 0.77,
         			"actionsPerSecondMean": 9.21,
         			"actionsPerSecondStd": 0.19,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.17": {
         			"cpuMean": 19.82,
         			"cpuStd": 5.95,
         			"memMean": 51.28,
         			"memStd": 2.08,
         			"eventLoopLagMean": 0.32,
         			"eventLoopLagStd": 1.35,
         			"timeMean": 36.2,
         			"timeStd": 0.75,
         			"actionsPerSecondMean": 9.21,
         			"actionsPerSecondStd": 0.19,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.18": {
         			"cpuMean": 19.89,
         			"cpuStd": 5.92,
         			"memMean": 50.29,
         			"memStd": 2.03,
         			"eventLoopLagMean": 0.34,
         			"eventLoopLagStd": 1.23,
         			"timeMean": 36.2,
         			"timeStd": 0.73,
         			"actionsPerSecondMean": 9.21,
         			"actionsPerSecondStd": 0.18,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.19": {
         			"cpuMean": 19.86,
         			"cpuStd": 5.96,
         			"memMean": 51.89,
         			"memStd": 2.27,
         			"eventLoopLagMean": 0.31,
         			"eventLoopLagStd": 0.93,
         			"timeMean": 36.19,
         			"timeStd": 0.72,
         			"actionsPerSecondMean": 9.21,
         			"actionsPerSecondStd": 0.18,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.20": {
         			"cpuMean": 19.81,
         			"cpuStd": 5.98,
         			"memMean": 51.82,
         			"memStd": 1.88,
         			"eventLoopLagMean": 0.29,
         			"eventLoopLagStd": 0.85,
         			"timeMean": 36.19,
         			"timeStd": 0.7,
         			"actionsPerSecondMean": 9.21,
         			"actionsPerSecondStd": 0.18,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.21": {
         			"cpuMean": 19.64,
         			"cpuStd": 6.08,
         			"memMean": 50.49,
         			"memStd": 2.37,
         			"eventLoopLagMean": 0.32,
         			"eventLoopLagStd": 1.02,
         			"timeMean": 36.18,
         			"timeStd": 0.69,
         			"actionsPerSecondMean": 9.21,
         			"actionsPerSecondStd": 0.17,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.22": {
         			"cpuMean": 19.83,
         			"cpuStd": 6.05,
         			"memMean": 51.08,
         			"memStd": 2.16,
         			"eventLoopLagMean": 0.36,
         			"eventLoopLagStd": 1.22,
         			"timeMean": 36.18,
         			"timeStd": 0.68,
         			"actionsPerSecondMean": 9.21,
         			"actionsPerSecondStd": 0.17,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.23": {
         			"cpuMean": 19.82,
         			"cpuStd": 6.25,
         			"memMean": 51.22,
         			"memStd": 2.04,
         			"eventLoopLagMean": 0.32,
         			"eventLoopLagStd": 1.32,
         			"timeMean": 36.18,
         			"timeStd": 0.66,
         			"actionsPerSecondMean": 9.21,
         			"actionsPerSecondStd": 0.17,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.24": {
         			"cpuMean": 19.8,
         			"cpuStd": 5.83,
         			"memMean": 51.33,
         			"memStd": 2.19,
         			"eventLoopLagMean": 0.31,
         			"eventLoopLagStd": 0.98,
         			"timeMean": 36.17,
         			"timeStd": 0.65,
         			"actionsPerSecondMean": 9.22,
         			"actionsPerSecondStd": 0.16,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.25": {
         			"cpuMean": 19.77,
         			"cpuStd": 6.12,
         			"memMean": 54.17,
         			"memStd": 3.29,
         			"eventLoopLagMean": 0.32,
         			"eventLoopLagStd": 1.18,
         			"timeMean": 36.16,
         			"timeStd": 0.62,
         			"actionsPerSecondMean": 9.22,
         			"actionsPerSecondStd": 0.16,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.26": {
         			"cpuMean": 19.89,
         			"cpuStd": 5.97,
         			"memMean": 53.5,
         			"memStd": 3.06,
         			"eventLoopLagMean": 0.36,
         			"eventLoopLagStd": 1.31,
         			"timeMean": 36.15,
         			"timeStd": 0.62,
         			"actionsPerSecondMean": 9.22,
         			"actionsPerSecondStd": 0.16,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.27": {
         			"cpuMean": 19.81,
         			"cpuStd": 6.22,
         			"memMean": 57.05,
         			"memStd": 9.57,
         			"eventLoopLagMean": 0.32,
         			"eventLoopLagStd": 0.95,
         			"timeMean": 36.15,
         			"timeStd": 0.6,
         			"actionsPerSecondMean": 9.22,
         			"actionsPerSecondStd": 0.15,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.28": {
         			"cpuMean": 19.71,
         			"cpuStd": 6.18,
         			"memMean": 55.03,
         			"memStd": 10.13,
         			"eventLoopLagMean": 0.3,
         			"eventLoopLagStd": 1,
         			"timeMean": 36.13,
         			"timeStd": 0.58,
         			"actionsPerSecondMean": 9.23,
         			"actionsPerSecondStd": 0.15,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.29": {
         			"cpuMean": 19.84,
         			"cpuStd": 6.01,
         			"memMean": 55.98,
         			"memStd": 9.54,
         			"eventLoopLagMean": 0.34,
         			"eventLoopLagStd": 1.16,
         			"timeMean": 36.12,
         			"timeStd": 0.57,
         			"actionsPerSecondMean": 9.23,
         			"actionsPerSecondStd": 0.14,
         			"epochs": 5,
         			"iterations": 10000
         		},
         		"system.adapter.benchmark.30": {
         			"cpuMean": 19.97,
         			"cpuStd": 5.91,
         			"memMean": 56.25,
         			"memStd": 9.73,
         			"eventLoopLagMean": 0.34,
         			"eventLoopLagStd": 1.03,
         			"timeMean": 36.22,
         			"timeStd": 0.75,
         			"actionsPerSecondMean": 9.2,
         			"actionsPerSecondStd": 0.19,
         			"epochs": 5,
         			"iterations": 10000
         		}
         	}
         },
         "objectViewEqual": {
         	"timeMean": 993.13,
         	"timeStd": 2.35,
         	"cpuMean": 35.98,
         	"cpuStd": 7.23,
         	"memMean": 90.8,
         	"memStd": 1.82,
         	"controllerCpuMean": 0.04,
         	"controllerCpuStd": 0.62,
         	"controllerMemMean": 60.27,
         	"controllerMemStd": 0.85,
         	"eventLoopLagMean": 0.43,
         	"eventLoopLagStd": 0.61,
         	"actionsPerSecondMean": 10.07,
         	"actionsPerSecondStd": 0.02,
         	"epochs": 5,
         	"iterations": 10000,
         	"statesDbType": "redis",
         	"objectsDbType": "redis"
         },
         "objectViewSmall": {
         	"timeMean": 421.87,
         	"timeStd": 1.65,
         	"cpuMean": 11.38,
         	"cpuStd": 5.54,
         	"memMean": 81,
         	"memStd": 7.09,
         	"controllerCpuMean": 0.04,
         	"controllerCpuStd": 0.62,
         	"controllerMemMean": 61.28,
         	"controllerMemStd": 0.33,
         	"eventLoopLagMean": 0.21,
         	"eventLoopLagStd": 0.27,
         	"actionsPerSecondMean": 23.7,
         	"actionsPerSecondStd": 0.09,
         	"epochs": 5,
         	"iterations": 10000,
         	"statesDbType": "redis",
         	"objectsDbType": "redis"
         },
         "objectViewLarge": {
         	"timeMean": 1234.43,
         	"timeStd": 1.09,
         	"cpuMean": 55.99,
         	"cpuStd": 8.57,
         	"memMean": 107.06,
         	"memStd": 2.72,
         	"controllerCpuMean": 0.04,
         	"controllerCpuStd": 0.65,
         	"controllerMemMean": 62.24,
         	"controllerMemStd": 0.28,
         	"eventLoopLagMean": 0.76,
         	"eventLoopLagStd": 1.3,
         	"actionsPerSecondMean": 8.1,
         	"actionsPerSecondStd": 0.01,
         	"epochs": 5,
         	"iterations": 10000,
         	"statesDbType": "redis",
         	"objectsDbType": "redis"
         }
      }
      

      2022-02-16 04:20:38.725 - info: host.iobrokertest instance system.adapter.benchmark.0 started with pid 15497
      2022-02-16 04:20:39.063 - info: benchmark.0 (15497) starting. Version 0.5.0 (non-npm: foxriver76/ioBroker.benchmark#155de940071636b8c01d158a6714407750c15fe7) in /opt/iobroker/node_modules/iobroker.benchmark, node: v14.19.0, js-controller: 4.0.10
      2022-02-16 04:20:39.075 - info: benchmark.0 (15497) Adapter started... controller determined (pid: 14996)
      2022-02-16 04:20:55.979 - info: host.iobrokertest Updating repository "beta" under "http://download.iobroker.net/sources-dist-latest.json"
      2022-02-16 04:22:27.576 - info: host.iobrokertest "system.adapter.backitup.0" disabled
      2022-02-16 04:22:27.579 - info: host.iobrokertest stopInstance system.adapter.backitup.0 (force=false, process=true)
      2022-02-16 04:22:27.581 - info: host.iobrokertest stopInstance system.adapter.backitup.0 send kill signal
      2022-02-16 04:22:27.581 - info: backitup.0 (15090) Got terminate signal TERMINATE_YOURSELF
      2022-02-16 04:22:27.582 - info: backitup.0 (15090) cleaned everything up...
      2022-02-16 04:22:27.583 - info: backitup.0 (15090) terminating
      2022-02-16 04:22:27.583 - info: backitup.0 (15090) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
      2022-02-16 04:22:28.102 - info: host.iobrokertest instance system.adapter.backitup.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
      2022-02-16 04:22:31.736 - info: host.iobrokertest "system.adapter.info.0" disabled
      2022-02-16 04:22:31.737 - info: host.iobrokertest stopInstance system.adapter.info.0 (force=false, process=true)
      2022-02-16 04:22:31.739 - info: host.iobrokertest stopInstance system.adapter.info.0 send kill signal
      2022-02-16 04:22:31.739 - info: info.0 (15130) Got terminate signal TERMINATE_YOURSELF
      2022-02-16 04:22:31.740 - info: info.0 (15130) cleaned everything up...
      2022-02-16 04:22:31.741 - info: info.0 (15130) terminating
      2022-02-16 04:22:31.741 - info: info.0 (15130) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
      2022-02-16 04:22:32.260 - info: host.iobrokertest instance system.adapter.info.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
      2022-02-16 04:22:33.740 - info: javascript.0 (15030) Adapter is disabled => stop
      2022-02-16 04:22:33.741 - info: host.iobrokertest "system.adapter.javascript.0" disabled
      2022-02-16 04:22:33.741 - info: host.iobrokertest stopInstance system.adapter.javascript.0 (force=false, process=true)
      2022-02-16 04:22:33.744 - info: host.iobrokertest stopInstance system.adapter.javascript.0 send kill signal
      2022-02-16 04:22:33.745 - info: javascript.0 (15030) Got terminate signal TERMINATE_YOURSELF
      2022-02-16 04:22:33.746 - info: javascript.0 (15030) terminating
      2022-02-16 04:22:33.747 - info: javascript.0 (15030) Terminated (NO_ERROR): Without reason
      2022-02-16 04:22:34.270 - info: host.iobrokertest instance system.adapter.javascript.0 terminated with code 0 (NO_ERROR)
      2022-02-16 04:22:35.185 - info: host.iobrokertest "system.adapter.mqtt.0" disabled
      2022-02-16 04:22:35.185 - info: mqtt.0 (15045) Adapter is disabled => stop
      2022-02-16 04:22:35.186 - info: host.iobrokertest stopInstance system.adapter.mqtt.0 (force=false, process=true)
      2022-02-16 04:22:35.188 - info: host.iobrokertest stopInstance system.adapter.mqtt.0 send kill signal
      2022-02-16 04:22:35.192 - info: mqtt.0 (15045) Got terminate signal TERMINATE_YOURSELF
      2022-02-16 04:22:35.193 - info: mqtt.0 (15045) Disconnected from 192.168.78.139: undefined
      2022-02-16 04:22:35.690 - info: mqtt.0 (15045) terminating
      2022-02-16 04:22:35.692 - info: mqtt.0 (15045) Terminated (NO_ERROR): Without reason
      2022-02-16 04:22:36.190 - info: host.iobrokertest stopInstance system.adapter.mqtt.0 killing pid 15045
      2022-02-16 04:22:36.209 - info: host.iobrokertest instance system.adapter.mqtt.0 terminated with code 0 (NO_ERROR)
      2022-02-16 04:22:37.462 - info: host.iobrokertest "system.adapter.sayit.0" disabled
      2022-02-16 04:22:37.462 - info: host.iobrokertest stopInstance system.adapter.sayit.0 (force=false, process=true)
      2022-02-16 04:22:37.464 - info: sayit.0 (15115) stopping...
      2022-02-16 04:22:37.969 - info: sayit.0 (15115) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
      2022-02-16 04:22:38.463 - info: host.iobrokertest stopInstance timeout 1000 system.adapter.sayit.0 killing pid 15115
      2022-02-16 04:22:38.465 - info: sayit.0 (15115) stopping...
      2022-02-16 04:22:38.486 - info: host.iobrokertest instance system.adapter.sayit.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
      2022-02-16 04:22:38.507 - info: host.iobrokertest "system.adapter.sonos.0" disabled
      2022-02-16 04:22:38.507 - info: host.iobrokertest stopInstance system.adapter.sonos.0 (force=false, process=true)
      2022-02-16 04:22:38.508 - info: host.iobrokertest stopInstance system.adapter.sonos.0 send kill signal
      2022-02-16 04:22:38.509 - info: sonos.0 (15060) Got terminate signal TERMINATE_YOURSELF
      2022-02-16 04:22:38.511 - info: sonos.0 (15060) terminating
      2022-02-16 04:22:38.517 - info: sonos.0 (15060) terminating
      2022-02-16 04:22:38.518 - info: sonos.0 (15060) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
      2022-02-16 04:22:39.038 - info: host.iobrokertest instance system.adapter.sonos.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
      2022-02-16 04:22:44.830 - info: host.iobrokertest "system.adapter.web.0" disabled
      2022-02-16 04:22:44.830 - info: host.iobrokertest stopInstance system.adapter.web.0 (force=false, process=true)
      2022-02-16 04:22:44.832 - info: host.iobrokertest stopInstance system.adapter.web.0 send kill signal
      2022-02-16 04:22:44.833 - info: web.0 (15075) Got terminate signal TERMINATE_YOURSELF
      2022-02-16 04:22:44.838 - info: web.0 (15075) terminated http server on port 8082
      2022-02-16 04:22:44.838 - info: web.0 (15075) terminating
      2022-02-16 04:22:44.839 - info: web.0 (15075) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
      2022-02-16 04:22:45.357 - info: host.iobrokertest instance system.adapter.web.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
      2022-02-16 04:22:57.810 - info: benchmark.0 (15497) Cleaning up objects
      2022-02-16 04:22:57.831 - info: benchmark.0 (15497) Objects cleaned up
      2022-02-16 04:23:25.816 - info: benchmark.0 (15497) Isolated run, stopping all instances
      2022-02-16 04:23:25.827 - info: admin.0 (15015) Adapter is disabled => stop
      2022-02-16 04:23:25.828 - info: host.iobrokertest "system.adapter.admin.0" disabled
      2022-02-16 04:23:25.832 - info: host.iobrokertest stopInstance system.adapter.admin.0 (force=false, process=true)
      2022-02-16 04:23:25.830 - info: admin.0 (15015) terminating http server on port 8081
      2022-02-16 04:23:25.835 - info: benchmark.0 (15497) Starting benchmark test...
      2022-02-16 04:23:25.836 - info: admin.0 (15015) terminating
      2022-02-16 04:23:25.837 - info: host.iobrokertest stopInstance system.adapter.admin.0 send kill signal
      2022-02-16 04:23:25.838 - info: admin.0 (15015) Terminated (NO_ERROR): Without reason
      2022-02-16 04:23:25.839 - info: admin.0 (15015) Got terminate signal TERMINATE_YOURSELF
      2022-02-16 04:23:25.843 - info: benchmark.0 (15497) Starting test "setStates"
      2022-02-16 04:23:25.843 - info: benchmark.0 (15497) Prepare ...
      2022-02-16 04:23:26.358 - info: host.iobrokertest instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
      
      
      2022-02-16 08:45:41.036 - info: benchmark.0 (15497) Restarting instances ...
      2022-02-16 08:45:41.038 - info: host.iobrokertest "system.adapter.admin.0" enabled
      2022-02-16 08:45:41.039 - info: benchmark.0 (15497) Finished benchmark...
      2022-02-16 08:45:41.039 - info: benchmark.0 (15497) Writing summary file ...
      2022-02-16 08:45:41.039 - info: host.iobrokertest "system.adapter.alias-manager.0" enabled
      2022-02-16 08:45:41.057 - info: host.iobrokertest instance system.adapter.admin.0 started with pid 18725
      2022-02-16 08:45:41.059 - info: benchmark.0 (15497) Summary file written
      2022-02-16 08:45:41.520 - info: admin.0 (18725) starting. Version 5.3.0 in /opt/iobroker/node_modules/iobroker.admin, node: v14.19.0, js-controller: 4.0.10
      

      apollon77A Offline
      apollon77A Offline
      apollon77
      schrieb am zuletzt editiert von
      #29

      @hydrotec sagte in [beantwortet] ioBroker.benchmark, und nun?:

      Keine großartigen Änderungen zu oben ... Es mittelt sich jetzt nur bissl anders wegen effektiv 20 Messpunkten

      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
      1 Antwort Letzte Antwort
      0
      • Thomas4170T Offline
        Thomas4170T Offline
        Thomas4170
        schrieb am zuletzt editiert von
        #30

        Moin moin,

        ich habe gestern auch den Benchmark-Adapter gestartet aber nicht realisiert wie lang es dauern kann.
        Benchmark läuft jetzt ca. 14 h und langsam mache ich mir sorgen, kann man den Fortschritt auf der Shell sehen?
        Ich verwende einen Pi4 4GB mit SSD
        node: v16.14.0
        npm: 8.3.1
        js-controller: v4.0.15

        FeuersturmF 1 Antwort Letzte Antwort
        0
        • Thomas4170T Thomas4170

          Moin moin,

          ich habe gestern auch den Benchmark-Adapter gestartet aber nicht realisiert wie lang es dauern kann.
          Benchmark läuft jetzt ca. 14 h und langsam mache ich mir sorgen, kann man den Fortschritt auf der Shell sehen?
          Ich verwende einen Pi4 4GB mit SSD
          node: v16.14.0
          npm: 8.3.1
          js-controller: v4.0.15

          FeuersturmF Online
          FeuersturmF Online
          Feuersturm
          schrieb am zuletzt editiert von
          #31

          @thomas4170 im aktuellen logfile von ioBroker siehst du was gerade passiert und wie weit der Benchmark ist.

          Thomas4170T 1 Antwort Letzte Antwort
          0
          • FeuersturmF Feuersturm

            @thomas4170 im aktuellen logfile von ioBroker siehst du was gerade passiert und wie weit der Benchmark ist.

            Thomas4170T Offline
            Thomas4170T Offline
            Thomas4170
            schrieb am zuletzt editiert von Thomas4170
            #32

            @feuersturm kannst Du mir bitte Aufzeigen wie ich da ran komme?

            1 Antwort Letzte Antwort
            0
            • Thomas4170T Offline
              Thomas4170T Offline
              Thomas4170
              schrieb am zuletzt editiert von
              #33

              Ich habe mit

              cd /opt/iobroker/log
              

              und

              ls
              

              das Log

              iobroker.2022-02-26.log
              

              mit nano geöffnet und das steht im Log.

              2022-02-26 15:45:45.457  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker add admin --host PI-IOBROKER
              2022-02-26 15:45:47.620  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER create instance admin
              2022-02-26 15:45:47.632  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object admin.1.info.updatesList created
              2022-02-26 15:45:47.664  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object admin.1.info.newsLastId created
              2022-02-26 15:45:47.696  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object admin.1.info.newsETag created
              2022-02-26 15:45:47.728  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object admin.1.info.newsFeed created
              2022-02-26 15:45:47.760  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object admin.1.info.connection created
              2022-02-26 15:45:47.792  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object admin.1 created
              2022-02-26 15:45:47.823  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object admin.1.info created
              2022-02-26 15:45:47.860  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.upload created
              2022-02-26 15:45:47.896  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.logLevel created
              2022-02-26 15:45:47.930  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.sigKill created
              2022-02-26 15:45:47.964  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.eventLoopLag created
              2022-02-26 15:45:47.999  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.outputCount created
              2022-02-26 15:45:48.036  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.inputCount created
              2022-02-26 15:45:48.076  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.uptime created
              2022-02-26 15:45:48.115  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.memRss created
              2022-02-26 15:45:48.154  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.memHeapTotal created
              2022-02-26 15:45:48.189  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.memHeapUsed created
              2022-02-26 15:45:48.227  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.cputime created
              2022-02-26 15:45:48.264  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.cpu created
              2022-02-26 15:45:48.301  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.compactMode created
              2022-02-26 15:45:48.337  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.connected created
              2022-02-26 15:45:48.375  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.alive created
              2022-02-26 15:45:48.410  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Set default value of admin.1.info.updatesList:
              2022-02-26 15:45:48.438  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Set default value of admin.1.info.connection:
              2022-02-26 15:45:48.507  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1 created
              2022-02-26 15:45:49.546  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker exit 0
              2022-02-26 15:45:51.565  - ^[[32minfo^[[39m: host.PI-IOBROKER instance system.adapter.admin.1 started with pid 20365
              2022-02-26 15:45:53.967  - ^[[32minfo^[[39m: admin.1 (20365) starting. Version 5.2.3 in /opt/iobroker/node_modules/iobroker.admin, node: v16.14.0, js-controller: 3.3.22
              2022-02-26 15:45:54.021  - ^[[32minfo^[[39m: admin.1 (20365) requesting all states
              2022-02-26 15:45:54.023  - ^[[32minfo^[[39m: admin.1 (20365) requesting all objects
              2022-02-26 15:45:54.843  - ^[[32minfo^[[39m: admin.1 (20365) received all objects
              2022-02-26 15:45:55.152  - ^[[31merror^[[39m: admin.1 (20365) port 8081 already in use
              2022-02-26 15:45:55.154  - ^[[32minfo^[[39m: admin.1 (20365) Terminated (ADAPTER_REQUESTED_TERMINATION): port 8081 already in use
              2022-02-26 15:45:55.670  - ^[[32minfo^[[39m: admin.1 (20365) terminating http server on port 8081
              2022-02-26 15:45:55.722  - ^[[31merror^[[39m: host.PI-IOBROKER instance system.adapter.admin.1 terminated by request of the instance itself and will not be restarted, before user restarts it.
              2022-02-26 15:45:55.724  - ^[[32minfo^[[39m: host.PI-IOBROKER Do not restart adapter system.adapter.admin.1 because desired by instance
              2022-02-26 15:46:21.842  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker del admin.1
              2022-02-26 15:46:23.947  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker Delete adapter "admin.1"
              2022-02-26 15:46:23.959  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Counted 1 instances of admin.1
              2022-02-26 15:46:23.971  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Counted 1 channels of admin.1
              2022-02-26 15:46:23.977  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Counted 9 states of admin.1
              2022-02-26 15:46:23.984  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Counted 15 states of system.adapter.admin.1
              2022-02-26 15:46:23.990  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Counted 8 states (admin.1.*) from states
              2022-02-26 15:46:23.992  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Counted 15 states (system.adapter.admin.1.*) from states
              2022-02-26 15:46:24.672  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Counted 1 objects of admin.1
              2022-02-26 15:46:24.674  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Deleting 27 object(s).
              2022-02-26 15:46:25.210  - ^[[32minfo^[[39m: host.PI-IOBROKER object deleted system.adapter.admin.1
              2022-02-26 15:46:25.239  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Deleting 23 state(s).
              2022-02-26 15:46:26.307  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker exit 0
              2022-02-26 15:52:13.099  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker upgrade admin@5.3.1
              2022-02-26 15:52:15.458  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker Update admin from @5.2.3 to @5.3.1
              2022-02-26 15:52:15.486  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Adapter "system.adapter.admin.0" is stopped.
              2022-02-26 15:52:15.520  - ^[[32minfo^[[39m: admin.0 (9706) Adapter is disabled => stop
              2022-02-26 15:52:15.532  - ^[[32minfo^[[39m: host.PI-IOBROKER "system.adapter.admin.0" disabled
              2022-02-26 15:52:15.526  - ^[[32minfo^[[39m: admin.0 (9706) terminating http server on port 8081
              2022-02-26 15:52:15.534  - ^[[32minfo^[[39m: host.PI-IOBROKER stopInstance system.adapter.admin.0 (force=false, process=true)
              

              Irgendwie sieht das so aus als passiert da nichts, oder?

              HomoranH apollon77A 2 Antworten Letzte Antwort
              0
              • Thomas4170T Thomas4170

                Ich habe mit

                cd /opt/iobroker/log
                

                und

                ls
                

                das Log

                iobroker.2022-02-26.log
                

                mit nano geöffnet und das steht im Log.

                2022-02-26 15:45:45.457  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker add admin --host PI-IOBROKER
                2022-02-26 15:45:47.620  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER create instance admin
                2022-02-26 15:45:47.632  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object admin.1.info.updatesList created
                2022-02-26 15:45:47.664  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object admin.1.info.newsLastId created
                2022-02-26 15:45:47.696  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object admin.1.info.newsETag created
                2022-02-26 15:45:47.728  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object admin.1.info.newsFeed created
                2022-02-26 15:45:47.760  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object admin.1.info.connection created
                2022-02-26 15:45:47.792  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object admin.1 created
                2022-02-26 15:45:47.823  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object admin.1.info created
                2022-02-26 15:45:47.860  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.upload created
                2022-02-26 15:45:47.896  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.logLevel created
                2022-02-26 15:45:47.930  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.sigKill created
                2022-02-26 15:45:47.964  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.eventLoopLag created
                2022-02-26 15:45:47.999  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.outputCount created
                2022-02-26 15:45:48.036  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.inputCount created
                2022-02-26 15:45:48.076  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.uptime created
                2022-02-26 15:45:48.115  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.memRss created
                2022-02-26 15:45:48.154  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.memHeapTotal created
                2022-02-26 15:45:48.189  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.memHeapUsed created
                2022-02-26 15:45:48.227  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.cputime created
                2022-02-26 15:45:48.264  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.cpu created
                2022-02-26 15:45:48.301  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.compactMode created
                2022-02-26 15:45:48.337  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.connected created
                2022-02-26 15:45:48.375  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.alive created
                2022-02-26 15:45:48.410  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Set default value of admin.1.info.updatesList:
                2022-02-26 15:45:48.438  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Set default value of admin.1.info.connection:
                2022-02-26 15:45:48.507  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1 created
                2022-02-26 15:45:49.546  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker exit 0
                2022-02-26 15:45:51.565  - ^[[32minfo^[[39m: host.PI-IOBROKER instance system.adapter.admin.1 started with pid 20365
                2022-02-26 15:45:53.967  - ^[[32minfo^[[39m: admin.1 (20365) starting. Version 5.2.3 in /opt/iobroker/node_modules/iobroker.admin, node: v16.14.0, js-controller: 3.3.22
                2022-02-26 15:45:54.021  - ^[[32minfo^[[39m: admin.1 (20365) requesting all states
                2022-02-26 15:45:54.023  - ^[[32minfo^[[39m: admin.1 (20365) requesting all objects
                2022-02-26 15:45:54.843  - ^[[32minfo^[[39m: admin.1 (20365) received all objects
                2022-02-26 15:45:55.152  - ^[[31merror^[[39m: admin.1 (20365) port 8081 already in use
                2022-02-26 15:45:55.154  - ^[[32minfo^[[39m: admin.1 (20365) Terminated (ADAPTER_REQUESTED_TERMINATION): port 8081 already in use
                2022-02-26 15:45:55.670  - ^[[32minfo^[[39m: admin.1 (20365) terminating http server on port 8081
                2022-02-26 15:45:55.722  - ^[[31merror^[[39m: host.PI-IOBROKER instance system.adapter.admin.1 terminated by request of the instance itself and will not be restarted, before user restarts it.
                2022-02-26 15:45:55.724  - ^[[32minfo^[[39m: host.PI-IOBROKER Do not restart adapter system.adapter.admin.1 because desired by instance
                2022-02-26 15:46:21.842  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker del admin.1
                2022-02-26 15:46:23.947  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker Delete adapter "admin.1"
                2022-02-26 15:46:23.959  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Counted 1 instances of admin.1
                2022-02-26 15:46:23.971  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Counted 1 channels of admin.1
                2022-02-26 15:46:23.977  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Counted 9 states of admin.1
                2022-02-26 15:46:23.984  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Counted 15 states of system.adapter.admin.1
                2022-02-26 15:46:23.990  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Counted 8 states (admin.1.*) from states
                2022-02-26 15:46:23.992  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Counted 15 states (system.adapter.admin.1.*) from states
                2022-02-26 15:46:24.672  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Counted 1 objects of admin.1
                2022-02-26 15:46:24.674  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Deleting 27 object(s).
                2022-02-26 15:46:25.210  - ^[[32minfo^[[39m: host.PI-IOBROKER object deleted system.adapter.admin.1
                2022-02-26 15:46:25.239  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Deleting 23 state(s).
                2022-02-26 15:46:26.307  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker exit 0
                2022-02-26 15:52:13.099  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker upgrade admin@5.3.1
                2022-02-26 15:52:15.458  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker Update admin from @5.2.3 to @5.3.1
                2022-02-26 15:52:15.486  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Adapter "system.adapter.admin.0" is stopped.
                2022-02-26 15:52:15.520  - ^[[32minfo^[[39m: admin.0 (9706) Adapter is disabled => stop
                2022-02-26 15:52:15.532  - ^[[32minfo^[[39m: host.PI-IOBROKER "system.adapter.admin.0" disabled
                2022-02-26 15:52:15.526  - ^[[32minfo^[[39m: admin.0 (9706) terminating http server on port 8081
                2022-02-26 15:52:15.534  - ^[[32minfo^[[39m: host.PI-IOBROKER stopInstance system.adapter.admin.0 (force=false, process=true)
                

                Irgendwie sieht das so aus als passiert da nichts, oder?

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

                @thomas4170 sagte in [beantwortet] ioBroker.benchmark, und nun?:

                mit nano geöffnet und das steht im Log.

                das ist ja auch nur eine Momentaufnahme!

                "live" kannst du es mit iobroker logs --watch sehen

                kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

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

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

                Thomas4170T 1 Antwort Letzte Antwort
                0
                • HomoranH Homoran

                  @thomas4170 sagte in [beantwortet] ioBroker.benchmark, und nun?:

                  mit nano geöffnet und das steht im Log.

                  das ist ja auch nur eine Momentaufnahme!

                  "live" kannst du es mit iobroker logs --watch sehen

                  Thomas4170T Offline
                  Thomas4170T Offline
                  Thomas4170
                  schrieb am zuletzt editiert von
                  #35

                  @homoran Danke für die Info

                  1 Antwort Letzte Antwort
                  0
                  • Thomas4170T Thomas4170

                    Ich habe mit

                    cd /opt/iobroker/log
                    

                    und

                    ls
                    

                    das Log

                    iobroker.2022-02-26.log
                    

                    mit nano geöffnet und das steht im Log.

                    2022-02-26 15:45:45.457  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker add admin --host PI-IOBROKER
                    2022-02-26 15:45:47.620  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER create instance admin
                    2022-02-26 15:45:47.632  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object admin.1.info.updatesList created
                    2022-02-26 15:45:47.664  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object admin.1.info.newsLastId created
                    2022-02-26 15:45:47.696  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object admin.1.info.newsETag created
                    2022-02-26 15:45:47.728  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object admin.1.info.newsFeed created
                    2022-02-26 15:45:47.760  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object admin.1.info.connection created
                    2022-02-26 15:45:47.792  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object admin.1 created
                    2022-02-26 15:45:47.823  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object admin.1.info created
                    2022-02-26 15:45:47.860  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.upload created
                    2022-02-26 15:45:47.896  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.logLevel created
                    2022-02-26 15:45:47.930  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.sigKill created
                    2022-02-26 15:45:47.964  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.eventLoopLag created
                    2022-02-26 15:45:47.999  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.outputCount created
                    2022-02-26 15:45:48.036  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.inputCount created
                    2022-02-26 15:45:48.076  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.uptime created
                    2022-02-26 15:45:48.115  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.memRss created
                    2022-02-26 15:45:48.154  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.memHeapTotal created
                    2022-02-26 15:45:48.189  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.memHeapUsed created
                    2022-02-26 15:45:48.227  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.cputime created
                    2022-02-26 15:45:48.264  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.cpu created
                    2022-02-26 15:45:48.301  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.compactMode created
                    2022-02-26 15:45:48.337  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.connected created
                    2022-02-26 15:45:48.375  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1.alive created
                    2022-02-26 15:45:48.410  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Set default value of admin.1.info.updatesList:
                    2022-02-26 15:45:48.438  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Set default value of admin.1.info.connection:
                    2022-02-26 15:45:48.507  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER object system.adapter.admin.1 created
                    2022-02-26 15:45:49.546  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker exit 0
                    2022-02-26 15:45:51.565  - ^[[32minfo^[[39m: host.PI-IOBROKER instance system.adapter.admin.1 started with pid 20365
                    2022-02-26 15:45:53.967  - ^[[32minfo^[[39m: admin.1 (20365) starting. Version 5.2.3 in /opt/iobroker/node_modules/iobroker.admin, node: v16.14.0, js-controller: 3.3.22
                    2022-02-26 15:45:54.021  - ^[[32minfo^[[39m: admin.1 (20365) requesting all states
                    2022-02-26 15:45:54.023  - ^[[32minfo^[[39m: admin.1 (20365) requesting all objects
                    2022-02-26 15:45:54.843  - ^[[32minfo^[[39m: admin.1 (20365) received all objects
                    2022-02-26 15:45:55.152  - ^[[31merror^[[39m: admin.1 (20365) port 8081 already in use
                    2022-02-26 15:45:55.154  - ^[[32minfo^[[39m: admin.1 (20365) Terminated (ADAPTER_REQUESTED_TERMINATION): port 8081 already in use
                    2022-02-26 15:45:55.670  - ^[[32minfo^[[39m: admin.1 (20365) terminating http server on port 8081
                    2022-02-26 15:45:55.722  - ^[[31merror^[[39m: host.PI-IOBROKER instance system.adapter.admin.1 terminated by request of the instance itself and will not be restarted, before user restarts it.
                    2022-02-26 15:45:55.724  - ^[[32minfo^[[39m: host.PI-IOBROKER Do not restart adapter system.adapter.admin.1 because desired by instance
                    2022-02-26 15:46:21.842  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker del admin.1
                    2022-02-26 15:46:23.947  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker Delete adapter "admin.1"
                    2022-02-26 15:46:23.959  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Counted 1 instances of admin.1
                    2022-02-26 15:46:23.971  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Counted 1 channels of admin.1
                    2022-02-26 15:46:23.977  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Counted 9 states of admin.1
                    2022-02-26 15:46:23.984  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Counted 15 states of system.adapter.admin.1
                    2022-02-26 15:46:23.990  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Counted 8 states (admin.1.*) from states
                    2022-02-26 15:46:23.992  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Counted 15 states (system.adapter.admin.1.*) from states
                    2022-02-26 15:46:24.672  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Counted 1 objects of admin.1
                    2022-02-26 15:46:24.674  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Deleting 27 object(s).
                    2022-02-26 15:46:25.210  - ^[[32minfo^[[39m: host.PI-IOBROKER object deleted system.adapter.admin.1
                    2022-02-26 15:46:25.239  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Deleting 23 state(s).
                    2022-02-26 15:46:26.307  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker exit 0
                    2022-02-26 15:52:13.099  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker upgrade admin@5.3.1
                    2022-02-26 15:52:15.458  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker Update admin from @5.2.3 to @5.3.1
                    2022-02-26 15:52:15.486  - ^[[32minfo^[[39m: host.PI-IOBROKER iobroker host.PI-IOBROKER Adapter "system.adapter.admin.0" is stopped.
                    2022-02-26 15:52:15.520  - ^[[32minfo^[[39m: admin.0 (9706) Adapter is disabled => stop
                    2022-02-26 15:52:15.532  - ^[[32minfo^[[39m: host.PI-IOBROKER "system.adapter.admin.0" disabled
                    2022-02-26 15:52:15.526  - ^[[32minfo^[[39m: admin.0 (9706) terminating http server on port 8081
                    2022-02-26 15:52:15.534  - ^[[32minfo^[[39m: host.PI-IOBROKER stopInstance system.adapter.admin.0 (force=false, process=true)
                    

                    Irgendwie sieht das so aus als passiert da nichts, oder?

                    apollon77A Offline
                    apollon77A Offline
                    apollon77
                    schrieb am zuletzt editiert von
                    #36

                    @thomas4170 In dem Log sehe ich nicht mal das benchmark überhaupt gestartet wurde, man sieht das jemand eine zweie Admin instanz angelegt hat und die admin0 gestoppt hat

                    Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                    • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                    • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                    Thomas4170T 1 Antwort Letzte Antwort
                    0
                    • apollon77A apollon77

                      @thomas4170 In dem Log sehe ich nicht mal das benchmark überhaupt gestartet wurde, man sieht das jemand eine zweie Admin instanz angelegt hat und die admin0 gestoppt hat

                      Thomas4170T Offline
                      Thomas4170T Offline
                      Thomas4170
                      schrieb am zuletzt editiert von
                      #37

                      @apollon77 Ja das ist versehentlich bei Update des Adapter passiert, hatte ich aber wieder deinstalliert. Mehr gibt dasLog nicht her

                      apollon77A 1 Antwort Letzte Antwort
                      0
                      • Thomas4170T Thomas4170

                        @apollon77 Ja das ist versehentlich bei Update des Adapter passiert, hatte ich aber wieder deinstalliert. Mehr gibt dasLog nicht her

                        apollon77A Offline
                        apollon77A Offline
                        apollon77
                        schrieb am zuletzt editiert von
                        #38

                        @thomas4170 also dann würde ich sagen starte mal Admin.0 wieder und schau nochmal. Ich sehe da nix von Benchmark at all

                        Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                        • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                        • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                        Thomas4170T 1 Antwort Letzte Antwort
                        0
                        • apollon77A apollon77

                          @thomas4170 also dann würde ich sagen starte mal Admin.0 wieder und schau nochmal. Ich sehe da nix von Benchmark at all

                          Thomas4170T Offline
                          Thomas4170T Offline
                          Thomas4170
                          schrieb am zuletzt editiert von
                          #39

                          @apollon77 Ok versuche ich mal

                          MartinPM 1 Antwort Letzte Antwort
                          0
                          • Thomas4170T Thomas4170

                            @apollon77 Ok versuche ich mal

                            MartinPM Online
                            MartinPM Online
                            MartinP
                            schrieb am zuletzt editiert von MartinP
                            #40

                            Ich hole diesen Topic mal nach oben.

                            Bei mir scheint der Bechmark (gestartet gestern gegen 10:00) zu "hängen" - das sind die letzten Loggings - Log für heute ist leer ...

                            martin@iobroker-test-sicher:~$ tail /opt/iobroker/log/iobroker.2023-06-21.log 
                            2023-06-21 13:57:36.137  - error: benchmark.0 (8223) Exception-Code: 22: Command failed: "/usr/bin/node" "/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js" del benchmark.1
                            
                            2023-06-21 13:57:36.141  - info: benchmark.0 (8223) terminating
                            2023-06-21 13:57:36.143  - warn: benchmark.0 (8223) Terminated (UNCAUGHT_EXCEPTION): Without reason
                            2023-06-21 13:57:38.586  - error: host.iobroker-test-sicher instance system.adapter.benchmark.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                            2023-06-21 13:57:38.588  - info: host.iobroker-test-sicher Restart adapter system.adapter.benchmark.0 because enabled
                            2023-06-21 13:58:10.589  - info: host.iobroker-test-sicher instance system.adapter.benchmark.0 started with pid 9628
                            2023-06-21 13:58:28.269  - warn: benchmark.0 (9628) slow connection to states DB. Still waiting ...
                            2023-06-21 13:58:35.054  - info: benchmark.0 (9628) starting. Version 1.1.4 in /opt/iobroker/node_modules/iobroker.benchmark, node: v16.20.0, js-controller: 4.0.24
                            2023-06-21 13:58:35.166  - info: benchmark.0 (9628) Adapter started... controller determined (pid: 354)
                            
                            
                            martin@iobroker-test-sicher:~$ tail /opt/iobroker/log/iobroker.2023-06-22.log 
                            martin@iobroker-test-sicher:~$ ls /opt/iobroker/log/
                            iobroker-audit.json         iobroker.2023-06-17.log.gz  iobroker.2023-06-20.log.gz  iobroker.current.log
                            iobroker.2023-06-15.log.gz  iobroker.2023-06-18.log.gz  iobroker.2023-06-21.log
                            iobroker.2023-06-16.log.gz  iobroker.2023-06-19.log.gz  iobroker.2023-06-22.log
                            martin@iobroker-test-sicher:~$ tail /opt/iobroker/log/iobroker.current.log 
                            martin@iobroker-test-sicher:~$ 
                            

                            Kann man den Benchmark irgendwie "abschießen", und den ioBroker in den "normalbetrieb" zurückversetzen?

                            Letzter gestarteter Test scheint zu sein

                            2023-06-21 11:41:10.858  - info: benchmark.0 (8223) Starting test "setStatesParallel"
                            

                            Intel(R) Celeron(R) CPU N3000 @ 1.04GHz 8G RAM 480G SSD
                            Virtualization : unprivileged lxc container (debian 12 on Proxmox 8.4.14)
                            Linux pve 6.8.12-16-pve
                            6 GByte RAM für den Container
                            Fritzbox 6591 FW 8.03 (Vodafone Leih-Box)
                            Remote-Access über Wireguard der Fritzbox

                            HomoranH 1 Antwort Letzte Antwort
                            0
                            • MartinPM MartinP

                              Ich hole diesen Topic mal nach oben.

                              Bei mir scheint der Bechmark (gestartet gestern gegen 10:00) zu "hängen" - das sind die letzten Loggings - Log für heute ist leer ...

                              martin@iobroker-test-sicher:~$ tail /opt/iobroker/log/iobroker.2023-06-21.log 
                              2023-06-21 13:57:36.137  - error: benchmark.0 (8223) Exception-Code: 22: Command failed: "/usr/bin/node" "/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js" del benchmark.1
                              
                              2023-06-21 13:57:36.141  - info: benchmark.0 (8223) terminating
                              2023-06-21 13:57:36.143  - warn: benchmark.0 (8223) Terminated (UNCAUGHT_EXCEPTION): Without reason
                              2023-06-21 13:57:38.586  - error: host.iobroker-test-sicher instance system.adapter.benchmark.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                              2023-06-21 13:57:38.588  - info: host.iobroker-test-sicher Restart adapter system.adapter.benchmark.0 because enabled
                              2023-06-21 13:58:10.589  - info: host.iobroker-test-sicher instance system.adapter.benchmark.0 started with pid 9628
                              2023-06-21 13:58:28.269  - warn: benchmark.0 (9628) slow connection to states DB. Still waiting ...
                              2023-06-21 13:58:35.054  - info: benchmark.0 (9628) starting. Version 1.1.4 in /opt/iobroker/node_modules/iobroker.benchmark, node: v16.20.0, js-controller: 4.0.24
                              2023-06-21 13:58:35.166  - info: benchmark.0 (9628) Adapter started... controller determined (pid: 354)
                              
                              
                              martin@iobroker-test-sicher:~$ tail /opt/iobroker/log/iobroker.2023-06-22.log 
                              martin@iobroker-test-sicher:~$ ls /opt/iobroker/log/
                              iobroker-audit.json         iobroker.2023-06-17.log.gz  iobroker.2023-06-20.log.gz  iobroker.current.log
                              iobroker.2023-06-15.log.gz  iobroker.2023-06-18.log.gz  iobroker.2023-06-21.log
                              iobroker.2023-06-16.log.gz  iobroker.2023-06-19.log.gz  iobroker.2023-06-22.log
                              martin@iobroker-test-sicher:~$ tail /opt/iobroker/log/iobroker.current.log 
                              martin@iobroker-test-sicher:~$ 
                              

                              Kann man den Benchmark irgendwie "abschießen", und den ioBroker in den "normalbetrieb" zurückversetzen?

                              Letzter gestarteter Test scheint zu sein

                              2023-06-21 11:41:10.858  - info: benchmark.0 (8223) Starting test "setStatesParallel"
                              
                              HomoranH Nicht stören
                              HomoranH Nicht stören
                              Homoran
                              Global Moderator Administrators
                              schrieb am zuletzt editiert von
                              #41

                              @martinp sagte in [beantwortet] ioBroker.benchmark, und nun?:

                              2023-06-21 13:57:38.586 - error: host.iobroker-test-sicher instance system.adapter.benchmark.0 terminated with code 6 (UNCAUGHT_EXCEPTION)

                              das hab ich im anderen Thread wohl übersehen

                              @martinp sagte in [beantwortet] ioBroker.benchmark, und nun?:

                              Kann man den Benchmark irgendwie "abschießen",

                              ich würde es mit iob stop benchmark versuchen und zur Sicherheit mit top mal nachsehen was da noch läuft.
                              dann ggf. mit Instanz ID wiederholen z.B. iob stop benchmark.24

                              kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

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

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

                              1 Antwort Letzte Antwort
                              0
                              • foxriver76F Offline
                                foxriver76F Offline
                                foxriver76
                                Developer
                                schrieb am zuletzt editiert von
                                #42

                                @martinp iob start allbzw iob start admin holt alle Adapter wieder hoch. Bzw Admin.

                                Und ja da hab’s ne uncaught exception leider sieht man keine Details aber er konnte Benchmark 1 nicht löschen.

                                In den Einstellungen von Benchmark gibt es nen Button cleanup der sollte alle Test States etc aufräumen nach einem fehlgeschlagenen run.

                                Videotutorials & mehr

                                Hier könnt ihr mich unterstützen.

                                MartinPM 1 Antwort Letzte Antwort
                                0
                                • foxriver76F foxriver76

                                  @martinp iob start allbzw iob start admin holt alle Adapter wieder hoch. Bzw Admin.

                                  Und ja da hab’s ne uncaught exception leider sieht man keine Details aber er konnte Benchmark 1 nicht löschen.

                                  In den Einstellungen von Benchmark gibt es nen Button cleanup der sollte alle Test States etc aufräumen nach einem fehlgeschlagenen run.

                                  MartinPM Online
                                  MartinPM Online
                                  MartinP
                                  schrieb am zuletzt editiert von MartinP
                                  #43

                                  @foxriver76

                                  okay, mit "iob start all" holt man sich die Oberfläche im Browser zurück, und kann dann auch wieder auf die Einstellung von Benchmark zugreifen ...

                                  Korrekt?

                                  Hier die Ausgabe für den ersten Versuch angeregt aus dem vorletzten Post

                                  martin@iobroker-test-sicher:~$ iob stop benchmark
                                   Cannot determine Lua scripts strategy: Connection is closed. ["cfg.o.system.host.iobroker-test-sicher"]
                                   Unable to subscribe to meta namespace "meta." changes: Connection is closed.
                                  No connection to databases possible ...
                                  martin@iobroker-test-sicher:~$ 
                                  

                                  EDIT:

                                  habe als Erstes mit "iob stop benchmark.x" mit x=0 ... 30 sukzessive alle Instanzen abgeschossen

                                  Danach "iob start all"

                                  Die Oberfläche ist aber noch nicht ganz operationell. Kann mir die Objekte anschauen, aber die Sidebar links ist noch leer

                                  EDIT2:
                                  Die Benchmarks wurden nach "iob start all" auch wieder mit gestartet ... kann man das irgendwie verhindern?
                                  Wahrscheinlich bin ich jetzt in einen komischen Zustand gelangt - Habe die Benchmark-Objekte gelöscht ...

                                  2023-06-22 11:03:01.805  - error: host.iobroker-test-sicher iobroker /opt/iobroker/node_modules/standard-as-callback/built/index.js:6        throw e;        ^Error: Connection is closed.    at close (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:184:25)    at Socket.<anonymous> (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:151:20)    at Object.onceWrapper (node:events:628:26)    at Socket.emit (node:events:513:28)    at TCP.<anonymous> (node:net:301:12)Emitted 'error' event on ScanStream instance at:    at /opt/iobroker/node_modules/ioredis/built/ScanStream.js:38:22    at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:12:23)    at /opt/iobroker/node_modules/standard-as-callback/built/index.js:33:51    at processTicksAndRejections (node:internal/process/task_queues:96:5)
                                  2023-06-22 11:03:01.843  - info: host.iobroker-test-sicher iobroker exit 1
                                  
                                  

                                  EDIT3:
                                  Die Benchmark-Instanzen (Benchmark 0 ..... Benchmark 30) für die parallelisierte Ausführung sind im Objektbaum geblieben. Laufen zwar nicht, als Karteileichen sehen sie aber nicht nett aus ...

                                  Die Ausgabe, wenn ich sie per Kommandozeile lösche, sieht beendruckend aus ...

                                  martin@iobroker-test-sicher:~$ iobroker del benchmark.4
                                  Delete instance "benchmark.4"
                                  host.iobroker-test-sicher Counted 1 instances of benchmark.4
                                  host.iobroker-test-sicher Counted 10001 states of benchmark.4
                                  host.iobroker-test-sicher Counted 14 states of system.adapter.benchmark.4
                                  host.iobroker-test-sicher Counted 10000 states (io.benchmark.4.*) from states
                                  host.iobroker-test-sicher Counted 14 states (system.adapter.benchmark.4.*) from states
                                  host.iobroker-test-sicher Deleting 10016 object(s). Be patient...
                                  host.iobroker-test-sicher: Only 10000 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 9800 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 9600 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 9400 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 9200 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 9000 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 8800 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 8600 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 8400 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 8200 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 8000 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 7800 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 7600 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 7400 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 7200 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 7000 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 6800 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 6600 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 6400 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 6200 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 6000 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 5800 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 5600 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 5400 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 5200 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 5000 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 4800 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 4600 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 4400 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 4200 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 4000 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 3800 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 3600 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 3400 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 3200 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 3000 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 2800 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 2600 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 2400 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 2200 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 2000 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 1800 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 1600 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 1400 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 1200 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 1000 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 800 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 600 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 400 objects left to be deleted.
                                  host.iobroker-test-sicher: Only 200 objects left to be deleted.
                                  host.iobroker-test-sicher Deleting 10014 state(s). Be patient...
                                  host.iobroker-test-sicher: Only 10000 states left to be deleted.
                                  host.iobroker-test-sicher: Only 9800 states left to be deleted.
                                  host.iobroker-test-sicher: Only 9600 states left to be deleted.
                                  host.iobroker-test-sicher: Only 9400 states left to be deleted.
                                  host.iobroker-test-sicher: Only 9200 states left to be deleted.
                                  host.iobroker-test-sicher: Only 9000 states left to be deleted.
                                  host.iobroker-test-sicher: Only 8800 states left to be deleted.
                                  host.iobroker-test-sicher: Only 8600 states left to be deleted.
                                  host.iobroker-test-sicher: Only 8400 states left to be deleted.
                                  host.iobroker-test-sicher: Only 8200 states left to be deleted.
                                  host.iobroker-test-sicher: Only 8000 states left to be deleted.
                                  host.iobroker-test-sicher: Only 7800 states left to be deleted.
                                  host.iobroker-test-sicher: Only 7600 states left to be deleted.
                                  host.iobroker-test-sicher: Only 7400 states left to be deleted.
                                  host.iobroker-test-sicher: Only 7200 states left to be deleted.
                                  host.iobroker-test-sicher: Only 7000 states left to be deleted.
                                  host.iobroker-test-sicher: Only 6800 states left to be deleted.
                                  host.iobroker-test-sicher: Only 6600 states left to be deleted.
                                  host.iobroker-test-sicher: Only 6400 states left to be deleted.
                                  host.iobroker-test-sicher: Only 6200 states left to be deleted.
                                  host.iobroker-test-sicher: Only 6000 states left to be deleted.
                                  host.iobroker-test-sicher: Only 5800 states left to be deleted.
                                  host.iobroker-test-sicher: Only 5600 states left to be deleted.
                                  host.iobroker-test-sicher: Only 5400 states left to be deleted.
                                  host.iobroker-test-sicher: Only 5200 states left to be deleted.
                                  host.iobroker-test-sicher: Only 5000 states left to be deleted.
                                  host.iobroker-test-sicher: Only 4800 states left to be deleted.
                                  host.iobroker-test-sicher: Only 4600 states left to be deleted.
                                  host.iobroker-test-sicher: Only 4400 states left to be deleted.
                                  host.iobroker-test-sicher: Only 4200 states left to be deleted.
                                  host.iobroker-test-sicher: Only 4000 states left to be deleted.
                                  host.iobroker-test-sicher: Only 3800 states left to be deleted.
                                  host.iobroker-test-sicher: Only 3600 states left to be deleted.
                                  host.iobroker-test-sicher: Only 3400 states left to be deleted.
                                  host.iobroker-test-sicher: Only 3200 states left to be deleted.
                                  host.iobroker-test-sicher: Only 3000 states left to be deleted.
                                  host.iobroker-test-sicher: Only 2800 states left to be deleted.
                                  host.iobroker-test-sicher: Only 2600 states left to be deleted.
                                  host.iobroker-test-sicher: Only 2400 states left to be deleted.
                                  host.iobroker-test-sicher: Only 2200 states left to be deleted.
                                  host.iobroker-test-sicher: Only 2000 states left to be deleted.
                                  host.iobroker-test-sicher: Only 1800 states left to be deleted.
                                  host.iobroker-test-sicher: Only 1600 states left to be deleted.
                                  host.iobroker-test-sicher: Only 1400 states left to be deleted.
                                  host.iobroker-test-sicher: Only 1200 states left to be deleted.
                                  host.iobroker-test-sicher: Only 1000 states left to be deleted.
                                  host.iobroker-test-sicher: Only 800 states left to be deleted.
                                  host.iobroker-test-sicher: Only 600 states left to be deleted.
                                  host.iobroker-test-sicher: Only 400 states left to be deleted.
                                  host.iobroker-test-sicher: Only 200 states left to be deleted.
                                  martin@iobroker-test-sicher:~$ 
                                  

                                  Intel(R) Celeron(R) CPU N3000 @ 1.04GHz 8G RAM 480G SSD
                                  Virtualization : unprivileged lxc container (debian 12 on Proxmox 8.4.14)
                                  Linux pve 6.8.12-16-pve
                                  6 GByte RAM für den Container
                                  Fritzbox 6591 FW 8.03 (Vodafone Leih-Box)
                                  Remote-Access über Wireguard der Fritzbox

                                  MartinPM HomoranH 2 Antworten Letzte Antwort
                                  0
                                  • MartinPM MartinP

                                    @foxriver76

                                    okay, mit "iob start all" holt man sich die Oberfläche im Browser zurück, und kann dann auch wieder auf die Einstellung von Benchmark zugreifen ...

                                    Korrekt?

                                    Hier die Ausgabe für den ersten Versuch angeregt aus dem vorletzten Post

                                    martin@iobroker-test-sicher:~$ iob stop benchmark
                                     Cannot determine Lua scripts strategy: Connection is closed. ["cfg.o.system.host.iobroker-test-sicher"]
                                     Unable to subscribe to meta namespace "meta." changes: Connection is closed.
                                    No connection to databases possible ...
                                    martin@iobroker-test-sicher:~$ 
                                    

                                    EDIT:

                                    habe als Erstes mit "iob stop benchmark.x" mit x=0 ... 30 sukzessive alle Instanzen abgeschossen

                                    Danach "iob start all"

                                    Die Oberfläche ist aber noch nicht ganz operationell. Kann mir die Objekte anschauen, aber die Sidebar links ist noch leer

                                    EDIT2:
                                    Die Benchmarks wurden nach "iob start all" auch wieder mit gestartet ... kann man das irgendwie verhindern?
                                    Wahrscheinlich bin ich jetzt in einen komischen Zustand gelangt - Habe die Benchmark-Objekte gelöscht ...

                                    2023-06-22 11:03:01.805  - error: host.iobroker-test-sicher iobroker /opt/iobroker/node_modules/standard-as-callback/built/index.js:6        throw e;        ^Error: Connection is closed.    at close (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:184:25)    at Socket.<anonymous> (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:151:20)    at Object.onceWrapper (node:events:628:26)    at Socket.emit (node:events:513:28)    at TCP.<anonymous> (node:net:301:12)Emitted 'error' event on ScanStream instance at:    at /opt/iobroker/node_modules/ioredis/built/ScanStream.js:38:22    at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:12:23)    at /opt/iobroker/node_modules/standard-as-callback/built/index.js:33:51    at processTicksAndRejections (node:internal/process/task_queues:96:5)
                                    2023-06-22 11:03:01.843  - info: host.iobroker-test-sicher iobroker exit 1
                                    
                                    

                                    EDIT3:
                                    Die Benchmark-Instanzen (Benchmark 0 ..... Benchmark 30) für die parallelisierte Ausführung sind im Objektbaum geblieben. Laufen zwar nicht, als Karteileichen sehen sie aber nicht nett aus ...

                                    Die Ausgabe, wenn ich sie per Kommandozeile lösche, sieht beendruckend aus ...

                                    martin@iobroker-test-sicher:~$ iobroker del benchmark.4
                                    Delete instance "benchmark.4"
                                    host.iobroker-test-sicher Counted 1 instances of benchmark.4
                                    host.iobroker-test-sicher Counted 10001 states of benchmark.4
                                    host.iobroker-test-sicher Counted 14 states of system.adapter.benchmark.4
                                    host.iobroker-test-sicher Counted 10000 states (io.benchmark.4.*) from states
                                    host.iobroker-test-sicher Counted 14 states (system.adapter.benchmark.4.*) from states
                                    host.iobroker-test-sicher Deleting 10016 object(s). Be patient...
                                    host.iobroker-test-sicher: Only 10000 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 9800 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 9600 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 9400 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 9200 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 9000 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 8800 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 8600 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 8400 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 8200 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 8000 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 7800 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 7600 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 7400 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 7200 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 7000 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 6800 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 6600 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 6400 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 6200 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 6000 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 5800 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 5600 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 5400 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 5200 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 5000 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 4800 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 4600 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 4400 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 4200 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 4000 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 3800 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 3600 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 3400 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 3200 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 3000 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 2800 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 2600 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 2400 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 2200 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 2000 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 1800 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 1600 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 1400 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 1200 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 1000 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 800 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 600 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 400 objects left to be deleted.
                                    host.iobroker-test-sicher: Only 200 objects left to be deleted.
                                    host.iobroker-test-sicher Deleting 10014 state(s). Be patient...
                                    host.iobroker-test-sicher: Only 10000 states left to be deleted.
                                    host.iobroker-test-sicher: Only 9800 states left to be deleted.
                                    host.iobroker-test-sicher: Only 9600 states left to be deleted.
                                    host.iobroker-test-sicher: Only 9400 states left to be deleted.
                                    host.iobroker-test-sicher: Only 9200 states left to be deleted.
                                    host.iobroker-test-sicher: Only 9000 states left to be deleted.
                                    host.iobroker-test-sicher: Only 8800 states left to be deleted.
                                    host.iobroker-test-sicher: Only 8600 states left to be deleted.
                                    host.iobroker-test-sicher: Only 8400 states left to be deleted.
                                    host.iobroker-test-sicher: Only 8200 states left to be deleted.
                                    host.iobroker-test-sicher: Only 8000 states left to be deleted.
                                    host.iobroker-test-sicher: Only 7800 states left to be deleted.
                                    host.iobroker-test-sicher: Only 7600 states left to be deleted.
                                    host.iobroker-test-sicher: Only 7400 states left to be deleted.
                                    host.iobroker-test-sicher: Only 7200 states left to be deleted.
                                    host.iobroker-test-sicher: Only 7000 states left to be deleted.
                                    host.iobroker-test-sicher: Only 6800 states left to be deleted.
                                    host.iobroker-test-sicher: Only 6600 states left to be deleted.
                                    host.iobroker-test-sicher: Only 6400 states left to be deleted.
                                    host.iobroker-test-sicher: Only 6200 states left to be deleted.
                                    host.iobroker-test-sicher: Only 6000 states left to be deleted.
                                    host.iobroker-test-sicher: Only 5800 states left to be deleted.
                                    host.iobroker-test-sicher: Only 5600 states left to be deleted.
                                    host.iobroker-test-sicher: Only 5400 states left to be deleted.
                                    host.iobroker-test-sicher: Only 5200 states left to be deleted.
                                    host.iobroker-test-sicher: Only 5000 states left to be deleted.
                                    host.iobroker-test-sicher: Only 4800 states left to be deleted.
                                    host.iobroker-test-sicher: Only 4600 states left to be deleted.
                                    host.iobroker-test-sicher: Only 4400 states left to be deleted.
                                    host.iobroker-test-sicher: Only 4200 states left to be deleted.
                                    host.iobroker-test-sicher: Only 4000 states left to be deleted.
                                    host.iobroker-test-sicher: Only 3800 states left to be deleted.
                                    host.iobroker-test-sicher: Only 3600 states left to be deleted.
                                    host.iobroker-test-sicher: Only 3400 states left to be deleted.
                                    host.iobroker-test-sicher: Only 3200 states left to be deleted.
                                    host.iobroker-test-sicher: Only 3000 states left to be deleted.
                                    host.iobroker-test-sicher: Only 2800 states left to be deleted.
                                    host.iobroker-test-sicher: Only 2600 states left to be deleted.
                                    host.iobroker-test-sicher: Only 2400 states left to be deleted.
                                    host.iobroker-test-sicher: Only 2200 states left to be deleted.
                                    host.iobroker-test-sicher: Only 2000 states left to be deleted.
                                    host.iobroker-test-sicher: Only 1800 states left to be deleted.
                                    host.iobroker-test-sicher: Only 1600 states left to be deleted.
                                    host.iobroker-test-sicher: Only 1400 states left to be deleted.
                                    host.iobroker-test-sicher: Only 1200 states left to be deleted.
                                    host.iobroker-test-sicher: Only 1000 states left to be deleted.
                                    host.iobroker-test-sicher: Only 800 states left to be deleted.
                                    host.iobroker-test-sicher: Only 600 states left to be deleted.
                                    host.iobroker-test-sicher: Only 400 states left to be deleted.
                                    host.iobroker-test-sicher: Only 200 states left to be deleted.
                                    martin@iobroker-test-sicher:~$ 
                                    
                                    MartinPM Online
                                    MartinPM Online
                                    MartinP
                                    schrieb am zuletzt editiert von
                                    #44

                                    Hat sich beruhigt, nachdem alle benchmark-Objekte gelöscht waren.

                                    Intel(R) Celeron(R) CPU N3000 @ 1.04GHz 8G RAM 480G SSD
                                    Virtualization : unprivileged lxc container (debian 12 on Proxmox 8.4.14)
                                    Linux pve 6.8.12-16-pve
                                    6 GByte RAM für den Container
                                    Fritzbox 6591 FW 8.03 (Vodafone Leih-Box)
                                    Remote-Access über Wireguard der Fritzbox

                                    1 Antwort Letzte Antwort
                                    0
                                    • MartinPM MartinP

                                      @foxriver76

                                      okay, mit "iob start all" holt man sich die Oberfläche im Browser zurück, und kann dann auch wieder auf die Einstellung von Benchmark zugreifen ...

                                      Korrekt?

                                      Hier die Ausgabe für den ersten Versuch angeregt aus dem vorletzten Post

                                      martin@iobroker-test-sicher:~$ iob stop benchmark
                                       Cannot determine Lua scripts strategy: Connection is closed. ["cfg.o.system.host.iobroker-test-sicher"]
                                       Unable to subscribe to meta namespace "meta." changes: Connection is closed.
                                      No connection to databases possible ...
                                      martin@iobroker-test-sicher:~$ 
                                      

                                      EDIT:

                                      habe als Erstes mit "iob stop benchmark.x" mit x=0 ... 30 sukzessive alle Instanzen abgeschossen

                                      Danach "iob start all"

                                      Die Oberfläche ist aber noch nicht ganz operationell. Kann mir die Objekte anschauen, aber die Sidebar links ist noch leer

                                      EDIT2:
                                      Die Benchmarks wurden nach "iob start all" auch wieder mit gestartet ... kann man das irgendwie verhindern?
                                      Wahrscheinlich bin ich jetzt in einen komischen Zustand gelangt - Habe die Benchmark-Objekte gelöscht ...

                                      2023-06-22 11:03:01.805  - error: host.iobroker-test-sicher iobroker /opt/iobroker/node_modules/standard-as-callback/built/index.js:6        throw e;        ^Error: Connection is closed.    at close (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:184:25)    at Socket.<anonymous> (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:151:20)    at Object.onceWrapper (node:events:628:26)    at Socket.emit (node:events:513:28)    at TCP.<anonymous> (node:net:301:12)Emitted 'error' event on ScanStream instance at:    at /opt/iobroker/node_modules/ioredis/built/ScanStream.js:38:22    at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:12:23)    at /opt/iobroker/node_modules/standard-as-callback/built/index.js:33:51    at processTicksAndRejections (node:internal/process/task_queues:96:5)
                                      2023-06-22 11:03:01.843  - info: host.iobroker-test-sicher iobroker exit 1
                                      
                                      

                                      EDIT3:
                                      Die Benchmark-Instanzen (Benchmark 0 ..... Benchmark 30) für die parallelisierte Ausführung sind im Objektbaum geblieben. Laufen zwar nicht, als Karteileichen sehen sie aber nicht nett aus ...

                                      Die Ausgabe, wenn ich sie per Kommandozeile lösche, sieht beendruckend aus ...

                                      martin@iobroker-test-sicher:~$ iobroker del benchmark.4
                                      Delete instance "benchmark.4"
                                      host.iobroker-test-sicher Counted 1 instances of benchmark.4
                                      host.iobroker-test-sicher Counted 10001 states of benchmark.4
                                      host.iobroker-test-sicher Counted 14 states of system.adapter.benchmark.4
                                      host.iobroker-test-sicher Counted 10000 states (io.benchmark.4.*) from states
                                      host.iobroker-test-sicher Counted 14 states (system.adapter.benchmark.4.*) from states
                                      host.iobroker-test-sicher Deleting 10016 object(s). Be patient...
                                      host.iobroker-test-sicher: Only 10000 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 9800 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 9600 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 9400 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 9200 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 9000 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 8800 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 8600 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 8400 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 8200 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 8000 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 7800 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 7600 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 7400 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 7200 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 7000 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 6800 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 6600 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 6400 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 6200 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 6000 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 5800 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 5600 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 5400 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 5200 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 5000 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 4800 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 4600 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 4400 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 4200 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 4000 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 3800 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 3600 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 3400 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 3200 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 3000 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 2800 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 2600 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 2400 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 2200 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 2000 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 1800 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 1600 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 1400 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 1200 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 1000 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 800 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 600 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 400 objects left to be deleted.
                                      host.iobroker-test-sicher: Only 200 objects left to be deleted.
                                      host.iobroker-test-sicher Deleting 10014 state(s). Be patient...
                                      host.iobroker-test-sicher: Only 10000 states left to be deleted.
                                      host.iobroker-test-sicher: Only 9800 states left to be deleted.
                                      host.iobroker-test-sicher: Only 9600 states left to be deleted.
                                      host.iobroker-test-sicher: Only 9400 states left to be deleted.
                                      host.iobroker-test-sicher: Only 9200 states left to be deleted.
                                      host.iobroker-test-sicher: Only 9000 states left to be deleted.
                                      host.iobroker-test-sicher: Only 8800 states left to be deleted.
                                      host.iobroker-test-sicher: Only 8600 states left to be deleted.
                                      host.iobroker-test-sicher: Only 8400 states left to be deleted.
                                      host.iobroker-test-sicher: Only 8200 states left to be deleted.
                                      host.iobroker-test-sicher: Only 8000 states left to be deleted.
                                      host.iobroker-test-sicher: Only 7800 states left to be deleted.
                                      host.iobroker-test-sicher: Only 7600 states left to be deleted.
                                      host.iobroker-test-sicher: Only 7400 states left to be deleted.
                                      host.iobroker-test-sicher: Only 7200 states left to be deleted.
                                      host.iobroker-test-sicher: Only 7000 states left to be deleted.
                                      host.iobroker-test-sicher: Only 6800 states left to be deleted.
                                      host.iobroker-test-sicher: Only 6600 states left to be deleted.
                                      host.iobroker-test-sicher: Only 6400 states left to be deleted.
                                      host.iobroker-test-sicher: Only 6200 states left to be deleted.
                                      host.iobroker-test-sicher: Only 6000 states left to be deleted.
                                      host.iobroker-test-sicher: Only 5800 states left to be deleted.
                                      host.iobroker-test-sicher: Only 5600 states left to be deleted.
                                      host.iobroker-test-sicher: Only 5400 states left to be deleted.
                                      host.iobroker-test-sicher: Only 5200 states left to be deleted.
                                      host.iobroker-test-sicher: Only 5000 states left to be deleted.
                                      host.iobroker-test-sicher: Only 4800 states left to be deleted.
                                      host.iobroker-test-sicher: Only 4600 states left to be deleted.
                                      host.iobroker-test-sicher: Only 4400 states left to be deleted.
                                      host.iobroker-test-sicher: Only 4200 states left to be deleted.
                                      host.iobroker-test-sicher: Only 4000 states left to be deleted.
                                      host.iobroker-test-sicher: Only 3800 states left to be deleted.
                                      host.iobroker-test-sicher: Only 3600 states left to be deleted.
                                      host.iobroker-test-sicher: Only 3400 states left to be deleted.
                                      host.iobroker-test-sicher: Only 3200 states left to be deleted.
                                      host.iobroker-test-sicher: Only 3000 states left to be deleted.
                                      host.iobroker-test-sicher: Only 2800 states left to be deleted.
                                      host.iobroker-test-sicher: Only 2600 states left to be deleted.
                                      host.iobroker-test-sicher: Only 2400 states left to be deleted.
                                      host.iobroker-test-sicher: Only 2200 states left to be deleted.
                                      host.iobroker-test-sicher: Only 2000 states left to be deleted.
                                      host.iobroker-test-sicher: Only 1800 states left to be deleted.
                                      host.iobroker-test-sicher: Only 1600 states left to be deleted.
                                      host.iobroker-test-sicher: Only 1400 states left to be deleted.
                                      host.iobroker-test-sicher: Only 1200 states left to be deleted.
                                      host.iobroker-test-sicher: Only 1000 states left to be deleted.
                                      host.iobroker-test-sicher: Only 800 states left to be deleted.
                                      host.iobroker-test-sicher: Only 600 states left to be deleted.
                                      host.iobroker-test-sicher: Only 400 states left to be deleted.
                                      host.iobroker-test-sicher: Only 200 states left to be deleted.
                                      martin@iobroker-test-sicher:~$ 
                                      
                                      HomoranH Nicht stören
                                      HomoranH Nicht stören
                                      Homoran
                                      Global Moderator Administrators
                                      schrieb am zuletzt editiert von Homoran
                                      #45

                                      @martinp sagte in [beantwortet] ioBroker.benchmark, und nun?:

                                      Die Benchmarks wurden nach "iob start all" auch wieder mit gestartet ... kann man das irgendwie verhindern?

                                      nöö, all ist eben all :-)

                                      iob start admin und dann dort manuell alles gewünschte anklicken.

                                      @martinp sagte in [beantwortet] ioBroker.benchmark, und nun?:

                                      als Karteileichen sehen sie aber nicht nett aus ...

                                      kannst du auch im admin als Baum löschen.

                                      @martinp sagte in [beantwortet] ioBroker.benchmark, und nun?:

                                      habe als Erstes mit "iob stop benchmark.x" mit x=0 ... 30 sukzessive alle Instanzen abgeschossen

                                      jepp. so hatte ich das gemeint


                                      nur schade, dass die Informationen jetztvmal wieder auf mehrere Threads verteilt sind

                                      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

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

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

                                      MartinPM 1 Antwort Letzte Antwort
                                      0
                                      • HomoranH Homoran

                                        @martinp sagte in [beantwortet] ioBroker.benchmark, und nun?:

                                        Die Benchmarks wurden nach "iob start all" auch wieder mit gestartet ... kann man das irgendwie verhindern?

                                        nöö, all ist eben all :-)

                                        iob start admin und dann dort manuell alles gewünschte anklicken.

                                        @martinp sagte in [beantwortet] ioBroker.benchmark, und nun?:

                                        als Karteileichen sehen sie aber nicht nett aus ...

                                        kannst du auch im admin als Baum löschen.

                                        @martinp sagte in [beantwortet] ioBroker.benchmark, und nun?:

                                        habe als Erstes mit "iob stop benchmark.x" mit x=0 ... 30 sukzessive alle Instanzen abgeschossen

                                        jepp. so hatte ich das gemeint


                                        nur schade, dass die Informationen jetztvmal wieder auf mehrere Threads verteilt sind

                                        MartinPM Online
                                        MartinPM Online
                                        MartinP
                                        schrieb am zuletzt editiert von MartinP
                                        #46

                                        @homoran Ich dachte der hier hätte ältere Rechte ;-) in Medias Res gibt es ja erst in den letzten Beiträgen ...

                                        Bei einem LXC Container ist es wahrscheinlich die naheliegenste Lösung, wenn der Benchmark so lange blockieren kann, und dann auch ggfs. bei einer geworfenen Exception nicht vernünftig aufräumt, den Benchmark auf einem Duplikat des operativen Containers zu starten, und währenddessen den operativen Container zu pausieren/stoppen.

                                        Nach dem Benchmark oder wenn der Benchmark in die Hose gegangen ist, löscht man das Duplikat, und hat einen unveränderten operativen Container ...

                                        Bin noch nicht so in der Denkweise von Containern und VMs ....

                                        Intel(R) Celeron(R) CPU N3000 @ 1.04GHz 8G RAM 480G SSD
                                        Virtualization : unprivileged lxc container (debian 12 on Proxmox 8.4.14)
                                        Linux pve 6.8.12-16-pve
                                        6 GByte RAM für den Container
                                        Fritzbox 6591 FW 8.03 (Vodafone Leih-Box)
                                        Remote-Access über Wireguard der Fritzbox

                                        HomoranH MartinPM 2 Antworten Letzte Antwort
                                        0
                                        • MartinPM MartinP

                                          @homoran Ich dachte der hier hätte ältere Rechte ;-) in Medias Res gibt es ja erst in den letzten Beiträgen ...

                                          Bei einem LXC Container ist es wahrscheinlich die naheliegenste Lösung, wenn der Benchmark so lange blockieren kann, und dann auch ggfs. bei einer geworfenen Exception nicht vernünftig aufräumt, den Benchmark auf einem Duplikat des operativen Containers zu starten, und währenddessen den operativen Container zu pausieren/stoppen.

                                          Nach dem Benchmark oder wenn der Benchmark in die Hose gegangen ist, löscht man das Duplikat, und hat einen unveränderten operativen Container ...

                                          Bin noch nicht so in der Denkweise von Containern und VMs ....

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

                                          @martinp sagte in [beantwortet] ioBroker.benchmark, und nun?:

                                          der hier hätte ältere Rechte

                                          so alt, das er schon Grünspan angesetzt hatte.
                                          Deswegen war der eigene Thread die korrekte Lösung

                                          EDIT:
                                          und nicht nachträglich noch eine halbe Seite hinzufügen ohne es als Edit kennzuzeichnen :rage:

                                          kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

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

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

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


                                          Support us

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

                                          555

                                          Online

                                          32.4k

                                          Benutzer

                                          81.6k

                                          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