Files
IoTManager/src/modules/virtual/Benchmark/modinfo.json

70 lines
1.7 KiB
JSON
Raw Normal View History

2024-02-26 23:29:02 +03:00
{
"menuSection": "virtual_elments",
"configItem": [
{
"global": 0,
"name": "Load Processor",
"type": "Reading",
"subtype": "loadBench",
"id": "bench",
"needSave": 0,
"widget": "nil",
"page": "Benchmark",
"descr": "Загруженность процессора",
"int": 10,
"log": 1
},
{
"global": 0,
"name": "Load Task",
"type": "Reading",
"subtype": "taskBench",
"id": "bench",
"needSave": 0,
"widget": "nil",
"page": "Benchmark",
"descr": "Загруженность задач",
"int": 10,
"log": 1
}
],
"about": {
"authorName": "Mikhail Bubnov",
"authorContact": "https://t.me/Mit4bmw",
"authorGit": "https://github.com/Mit4el",
"specialThanks": "",
"moduleName": "Benchmark",
"moduleVersion": "1.0",
"usedRam": {
"esp32_4mb": 15,
"esp8266_4mb": 15
},
"title": "Производительонсть системы",
"moduleDesc": "Оценочные показатели производительности системы и выполнения модулей",
"propInfo": {
"int": "Интервал подсчета загруженности процессора в секундах"
}
},
"defActive": true,
"usedLibs": {
"esp32_4mb": [],
"esp32_4mb3f": [],
"esp32s2_4mb": [],
"esp32_16mb": [],
"esp32s3_16mb": [],
"esp32c3m_4mb": [],
"esp8266_4mb": [],
"esp8266_16mb": [],
"esp8266_1mb": [],
"esp8266_1mb_ota": [],
"esp8285_1mb": [],
"esp8285_1mb_ota": [],
"esp8266_2mb": [],
"esp8266_2mb_ota": []
}
}