SystemMetricsCollectorTest

13

tests

0

failures

0

ignored

0.132s

duration

100%

successful

Tests

Test Duration Result
CPU load is computed from /proc/stat deltas, so the first sample has no CPU metric yet 0.030s passed
RAM comes from MemTotal and MemAvailable in GiB 0.002s passed
a changed disk source restarts the disk series and keeps the others 0.027s passed
a corrupt state file starts a fresh series instead of failing 0.004s passed
a failing quota command degrades to the volume, logged once, the sample still succeeds 0.006s passed
a group quota on the repository's filesystem replaces the file-store disk numbers 0.005s passed
a restart loads the persisted aggregation state and continues the series 0.015s passed
disk and repository size are reported in GiB 0.003s passed
min, max, and avg aggregate over all samples 0.012s passed
the repository size probe is throttled to every 10th sample 0.014s passed
the snapshot before the first sample is empty but well-formed 0.001s passed
unreadable sources degrade to null metrics, never fail the sample 0.005s passed
without a quota the volume stays the disk source 0.008s passed

Standard output

Creating nstance of class de.hoennig.werkator.metrics.SystemMetricsCollectorTest
2026-09-03T16:01:47.641Z  WARN 144 --- [-1880580432#360] d.h.w.metrics.SystemMetricsCollector     : ignoring unreadable metrics state file /tmp/werkator-metrics-test8594291165351833262/system-metrics-state.json; starting a fresh series: Unrecognized token 'not': was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false')
 at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 1]
2026-09-03T16:01:47.646Z  WARN 144 --- [-1880580432#361] d.h.w.metrics.SystemMetricsCollector     : cannot read cpu metrics; showing n/a: java.nio.file.NoSuchFileException: /tmp/werkator-metrics-test17215893186170548281/stat
2026-09-03T16:01:47.646Z  WARN 144 --- [-1880580432#361] d.h.w.metrics.SystemMetricsCollector     : cannot read ram metrics; showing n/a: java.nio.file.NoSuchFileException: /tmp/werkator-metrics-test17215893186170548281/meminfo
2026-09-03T16:01:47.647Z  WARN 144 --- [-1880580432#361] d.h.w.metrics.SystemMetricsCollector     : cannot read disk metrics; showing n/a: java.lang.IllegalStateException: no file store
2026-09-03T16:01:47.647Z  WARN 144 --- [-1880580432#361] d.h.w.metrics.SystemMetricsCollector     : cannot read repo size metrics; showing n/a: java.lang.IllegalStateException: walk failed
2026-09-03T16:01:47.688Z  WARN 144 --- [-1880580432#366] d.h.w.metrics.SystemMetricsCollector     : cannot read quota metrics; showing n/a: java.lang.IllegalStateException: quota: command not found