Skip to content

Data Sources

Özgür Yalçın edited this page Jun 20, 2026 · 1 revision

Supported Data Sources (Data_Sources.md)

This page lists all the hardware sensors and data metrics available under the DATA selection in the editor, and describes the format options offered by the UI.


1. Hardware Data Codes (DATA / DataSource)

Below is the list of selectable sensor values:

UI Selectable Code Metric Name Category / Description
CPUTEMP CPU Temperature (°C) Temperature of the processor core in Celsius.
CPUTEMP_F CPU Temperature (°F) Temperature of the processor core in Fahrenheit.
CPULOAD CPU Usage (%) Total CPU load percentage.
CPUCLOCK CPU Clock (MHz) CPU core frequency in Megahertz.
CPUCLOCK_G CPU Clock (GHz) CPU core frequency in Gigahertz.
CPUFAN CPU Fan RPM CPU fan speed in revolutions per minute.
CPUPWR CPU Power (W) CPU power draw in Watts.
CPUVOLTAGE CPU Voltage (V) CPU core voltage.
CPUMODEL CPU Model Name Processor brand and model text string.
GPUTEMP GPU Temperature (°C) Graphics processor temperature in Celsius.
GPUTEMP_F GPU Temperature (°F) Graphics processor temperature in Fahrenheit.
GPULOAD GPU Usage (%) Graphics card core load percentage.
GPUCLOCK GPU Clock (MHz) GPU core clock frequency in Megahertz.
GPUCLOCK_G GPU Clock (GHz) GPU core clock frequency in Gigahertz.
GPUFAN GPU Fan RPM GPU fan speed in revolutions per minute.
GPUPWR GPU Power (W) Graphics card power draw in Watts.
GPUVOLTAGE GPU Voltage (V) GPU core voltage.
GPUMODEL GPU Model Name Graphics card brand and model text string.
GPURAMLOAD GPU VRAM Load (%) Graphics memory usage percentage.
GPURAM Used VRAM (MB) Graphics memory used in Megabytes.
GPURAMTOTAL Total VRAM (MB) Total graphics memory size in Megabytes.
RAMLOAD System RAM Load (%) System RAM usage percentage.
RAM Used RAM (MB) System RAM used in Megabytes.
RAM_GB Used RAM (GB) System RAM used in Gigabytes.
RAMTOTAL Total RAM (MB) Total system RAM size in Megabytes.
RAMTOTAL_GB Total RAM (GB) Total system RAM size in Gigabytes.
HDDTEMP Disk Temperature (°C) Hard drive or SSD temperature in Celsius.
HDDUSED Disk Space Used (%) Hard drive storage usage percentage.
DRVLOAD Disk Activity (%) Active read/write load percentage.
PUMP / WATERPUMP Pump Speed RPM AIO pump fan speed in revolutions per minute.
WATERTEMPC Coolant Temp (°C) Liquid coolant temperature in Celsius.
WATERTEMPF Coolant Temp (°F) Liquid coolant temperature in Fahrenheit.
UPSPEED Upload Speed Instant internet upload network speed.
DOWNDSPEED Download Speed Instant internet download network speed.
FPS_AVG Average FPS Current average gaming frame rate.
TIME System Time Current system time.
DATE System Date Current system date.
DAY Weekday Full day name (e.g., Saturday).
APM AM / PM 12-hour clock indicator.
StaticText Custom Text Static string provided by the user.

2. Editor Format Configurations (FORMAT)

Formatting is supported only on specific data sources. The format dropdown (FORMAT combo box) automatically updates with the following options:

2.1. System Time (TIME)

  • Hour:Minute (h:m): Displays hours and minutes (e.g., 14:35).
  • Hour:Minute:Second (h:m:s): Displays hours, minutes, and seconds (e.g., 14:35:08).
  • Hour (12-hour) (h_12): Displays hours only in 12-hour format.
  • Hour (24-hour) (h_24): Displays hours only in 24-hour format.
  • Minute (m): Displays minutes only.
  • Second (s): Displays seconds only.
  • AM (AM): Displays "AM" if applicable.
  • PM (PM): Displays "PM" if applicable.

2.2. System Date (DATE)

  • Year-Month-Day (Y-M-D): Renders dates formatted with dashes (e.g., 2026-06-20).
  • Month (M): Displays month number only.
  • Day (D): Displays day number only.

2.3. Weekday (DAY)

  • Weekday (Day_en): Renders the weekday name (e.g., Saturday).

2.4. Power Sensors (CPUPWR, GPUPWR)

  • 1 decimal (0.0): Truncates the wattage decimal values to one fractional digit (e.g., 65.4 W).

Clone this wiki locally