Uses of Record Class
com.guinetik.hexafun.examples.sysmon.SystemMetrics
Packages that use SystemMetrics
-
Uses of SystemMetrics in com.guinetik.hexafun.examples.sysmon
Fields in com.guinetik.hexafun.examples.sysmon with type parameters of type SystemMetricsModifier and TypeFieldDescriptionstatic final Function<SystemMetrics,String> SysmonAdapters.CLI_ADAPTERCLI format - simple key: value pairs for shell scripts.static final com.guinetik.hexafun.hexa.UseCaseKey<Void,SystemMetrics> SysmonKeys.GET_ALLGet all metrics at once.static final Function<SystemMetrics,String> SysmonAdapters.JSON_ADAPTERJSON format for APIs and data interchange (pretty-printed).static final Function<SystemMetrics,String> SysmonAdapters.PROMETHEUS_ADAPTERPrometheus exposition format for monitoring systems.static final com.guinetik.hexafun.hexa.AdapterKey<SystemMetrics,String> SysmonKeys.TO_CLIAdapt to CLI format - plain text suitable for scripting.static final com.guinetik.hexafun.hexa.AdapterKey<SystemMetrics,String> SysmonKeys.TO_JSONAdapt to JSON format - machine-readable output.static final com.guinetik.hexafun.hexa.AdapterKey<SystemMetrics,String> SysmonKeys.TO_PROMETHEUSAdapt to Prometheus format - metrics exposition format.static final com.guinetik.hexafun.hexa.AdapterKey<SystemMetrics,String> SysmonKeys.TO_TUIAdapt to TUI format - colorful progress bars with box drawing.static final Function<SystemMetrics,String> SysmonAdapters.TUI_ADAPTERTUI format with colorful progress bars and warning indicators.Methods in com.guinetik.hexafun.examples.sysmon that return SystemMetricsModifier and TypeMethodDescriptiondefault SystemMetricsMetricsProvider.getAllMetrics()Get all system metrics at once.SysmonState.metrics()Get current system metrics by invoking the GET_ALL use case.