components/dashboard/system-monitoring
Functions
countOverlay()
function countOverlay(delta): void;Defined in: components/dashboard/system-monitoring.tsx:91
Counts one overlay in or out and tells the core when the count crosses zero.
Parameters
| Parameter | Type |
|---|---|
delta | -1 | 1 |
Returns
void
configuredFramerate()
function configuredFramerate(): number;Defined in: components/dashboard/system-monitoring.tsx:100
The framerate the session is configured to push, the floor of the fps axis.
Returns
number
axisTop()
function axisTop(floor, ...lists): number;Defined in: components/dashboard/system-monitoring.tsx:109
The top of a graph's axis: the largest value drawn with a little headroom, never under floor.
Parameters
| Parameter | Type |
|---|---|
floor | number |
...lists | number[][] |
Returns
number
StatusMark()
function StatusMark(__namedParameters): Element;Defined in: components/dashboard/system-monitoring.tsx:118
The mark beside a row.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | StatusMarkProps |
Returns
Element
Graph()
function Graph(__namedParameters): Element;Defined in: components/dashboard/system-monitoring.tsx:140
One graph: its name, the value under the pointer or else the newest, and its series.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | GraphProps |
Returns
Element
SystemMonitoring()
function SystemMonitoring(): Element;Defined in: components/dashboard/system-monitoring.tsx:208
Renders the overlay, reading the core's window stream state once a second
and telling the core the stats are on screen for as long as it is mounted
in a visible tab.
Returns
Element
References
default
Renames and re-exports SystemMonitoring