Readonly
currentThe CurrentHeapFree attribute shall indicate the current amount of heap memory, in bytes, that are free for allocation. The effective amount may be smaller due to heap fragmentation or other reasons.
Readonly
currentThe CurrentHeapUsed attribute shall indicate the current amount of heap memory, in bytes, that is being used.
Readonly
threadThe ThreadMetrics attribute shall be a list of ThreadMetricsStruct structs. Each active thread on the Node shall be represented by a single entry within the ThreadMetrics attribute.
Readonly
softwareThe SoftwareFault Event shall be generated when a software fault takes place on the Node.
Readonly
watermarks: BitFlagWatermarks
Node makes available the metrics for high watermark related to memory consumption.
Modify elements using ElementModifier.alter.
Modify elements using ElementModifier.enable.
Modify elements using ElementModifier.set.
Select features using ClusterComposer.compose.
Rest
...selection: SelectionT
The Software Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that may be used by a Node to assist a user or Administrator in diagnosing potential problems. The Software Diagnostics Cluster attempts to centralize all metrics that are relevant to the software that may be running on a Node.
SoftwareDiagnosticsCluster supports optional features that you can enable with the SoftwareDiagnosticsCluster.with() factory method.
See
MatterSpecification.v13.Core § 11.13