File size: 3,125 Bytes
6656109
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
  "profiles": {
    "power_saving": {
      "name": "Power Saving",
      "description": "Optimize for minimum power consumption and quiet operation",
      "settings": {
        "cpu_governor": "powersave",
        "gpu_power_target": 150,
        "fan_curve": "silent",
        "monitoring_interval": 5.0,
        "data_retention": 3600,
        "disable_screen_blank": false,
        "disable_power_save": false
      },
      "enabled": true
    },
    "balanced": {
      "name": "Balanced",
      "description": "Balance between performance and power consumption",
      "settings": {
        "cpu_governor": "ondemand",
        "gpu_power_target": 200,
        "fan_curve": "balanced",
        "monitoring_interval": 2.0,
        "data_retention": 7200,
        "disable_screen_blank": false,
        "disable_power_save": false
      },
      "enabled": true
    },
    "performance": {
      "name": "Performance",
      "description": "Optimize for maximum performance with adequate cooling",
      "settings": {
        "cpu_governor": "performance",
        "gpu_power_target": 250,
        "fan_curve": "performance",
        "monitoring_interval": 1.0,
        "data_retention": 14400,
        "disable_screen_blank": true,
        "disable_power_save": true
      },
      "enabled": true
    },
    "gaming": {
      "name": "Gaming",
      "description": "Optimize for gaming with maximum performance and cooling",
      "settings": {
        "cpu_governor": "performance",
        "gpu_power_target": 250,
        "fan_curve": "performance",
        "monitoring_interval": 0.5,
        "data_retention": 28800,
        "disable_screen_blank": true,
        "disable_power_save": true,
        "priority_boost": true,
        "network_optimization": true
      },
      "enabled": true
    },
    "video_editing": {
      "name": "Video Editing",
      "description": "Optimize for video processing and rendering tasks",
      "settings": {
        "cpu_governor": "performance",
        "gpu_power_target": 225,
        "fan_curve": "performance",
        "monitoring_interval": 1.0,
        "data_retention": 21600,
        "disable_screen_blank": true,
        "disable_power_save": true,
        "memory_optimization": true
      },
      "enabled": true
    },
    "development": {
      "name": "Development",
      "description": "Optimize for development workloads and compilation",
      "settings": {
        "cpu_governor": "ondemand",
        "gpu_power_target": 180,
        "fan_curve": "balanced",
        "monitoring_interval": 2.0,
        "data_retention": 10800,
        "disable_screen_blank": false,
        "disable_power_save": false,
        "compiler_optimization": true
      },
      "enabled": true
    }
  },
  "default_profile": "balanced",
  "monitoring": {
    "enabled": true,
    "interval": 2.0,
    "max_history": 1000,
    "auto_cleanup": true,
    "cleanup_interval": 3600
  },
  "recommendations": {
    "enabled": true,
    "cpu_threshold": 80.0,
    "memory_threshold": 80.0,
    "disk_threshold": 90.0,
    "gpu_temp_threshold": 80.0,
    "auto_apply": false
  }
}