{
    "bmc.dev.Memory.Metrics": {
        "properties": {
            "MemoryUsagePercent": {
                "baseType": "U16",
                "readOnly": true,
                "options": {
                    "volatile": true
                },
                "default": 0,
                "description": "内存利用率"
            },
            "BandwidthUsagePercent": {
                "baseType": "U16",
                "readOnly": true,
                "options": {
                    "volatile": true
                },
                "default": 0,
                "description": "带宽利用率"
            }
        },
        "methods": {}
    }
}