The SystemMonitor component can be used for graphically displaying the progress of values. The CollectorFactory allows you to create predefined collectors and graphs for CPU-Usage, Heap-Usage, OS-Memory-Usage and more. A graph represents a Collector which is responsible for retrieving values. Multiple collectors/graphs can be added to a single monitor. Simply create your own graphs by implementing the Collector interface.

The SystemMonitor component is part of the SyntheticaAddons package.