Config/tpc_CPU.json

{
    "name": "CPU Performance",
    "description": "CPU utilization and queue monitoring",
    "counters": [
        {
            "title": "Processor Time",
            "unit": "%",
            "conversionFactor": 1,
            "conversionExponent": 1,
            "type": "Percentage",
            "format": "both",
            "counterID": "238-6",
            "counterSetType": "MultiInstance",
            "counterInstance": "_Total",
            "colorMap": {
                "30": "Green",
                "70": "Yellow",
                "80": "Red"
            },
            "graphConfiguration": {
                "Samples": 70,
                "graphType": "Bar",
                "showStatistics": true,
                "yAxisStep": 10,
                "yAxisMaxRows": 10,
                "colors": {
                    "title": "Cyan",
                    "statistics": "Gray",
                    "default": "White"
                }
            }
        },
        {
            "title": "Processor Queue Length",
            "unit": "Threads",
            "conversionFactor": 1,
            "conversionExponent": 1,
            "type": "Number",
            "format": "both",
            "counterID": "2-44",
            "counterSetType": "SingleInstance",
            "counterInstance": "",
            "colorMap": {
                "1": "Green",
                "2": "Yellow",
                "5": "Red"
            },
            "graphConfiguration": {
                "Samples": 70,
                "graphType": "Bar",
                "showStatistics": true,
                "yAxisStep": 1,
                "yAxisMaxRows": 10,
                "colors": {
                    "title": "Yellow",
                    "statistics": "Gray",
                    "default": "White"
                }
            }
        }
    ]
}