RAM Widget
Options
DASHDOT_RAM_LABEL_LIST
Selects which data is shown in the RAM widget.
The available options are: brand
, size
, type
, frequency
.
- type:
string (comma separated list)
- default:
brand,size,type,frequency
Styles
DASHDOT_RAM_WIDGET_GROW
To adjust the relative size of the Memory widget.
- type:
number
- default:
4
DASHDOT_RAM_WIDGET_MIN_WIDTH
To adjust the minimum width of the Memory widget (in px).
- type:
number
- default:
500
DASHDOT_RAM_SHOWN_DATAPOINTS
The amount of datapoints in the Memory graph.
- type:
number
- default:
20
DASHDOT_RAM_POLL_INTERVAL
Read the Memory load every x milliseconds.
- type:
number
- default:
1000
Overrides
You can use overrides to manually set statically gathered data. This is useful if you want to use dashdot on a VPS or a system where the data cannot be gathered automatically.
DASHDOT_OVERRIDE_RAM_BRAND
- type:
string
- default:
unset
DASHDOT_OVERRIDE_RAM_SIZE
Number needs to be passed in bytes (e.g. 34359738368
for 32 GB, because it is 32 * 1024 * 1024 * 1024
)
- type:
number
- default:
unset
DASHDOT_OVERRIDE_RAM_TYPE
- type:
string
- default:
unset
DASHDOT_OVERRIDE_RAM_FREQUENCY
- type:
number
- default:
unset