# HG changeset patch # User Kim Alvefur # Date 1559071573 -7200 # Node ID 0d4598dacc87faacad7761b8070189e8f884028b # Parent 2c25594f9e7174b067af47a2161f616688ef9b4b mod_statistics_statsman: Map 'cpu.clock' from mod_measure_cpu to 'cpu_total' of mod_statistics_cputotal diff -r 2c25594f9e71 -r 0d4598dacc87 mod_statistics_statsman/mod_statistics_statsman.lua --- a/mod_statistics_statsman/mod_statistics_statsman.lua Tue May 28 21:23:35 2019 +0200 +++ b/mod_statistics_statsman/mod_statistics_statsman.lua Tue May 28 21:26:13 2019 +0200 @@ -16,6 +16,7 @@ local name_map = { ["start_time"] = "up_since"; ["cpu.percent:amount"] = "cpu"; + ["cpu.clock:amount"] = "cpu_total" ["memory.allocated_mmap:amount"] = "memory_allocated_mmap"; ["memory.allocated:amount"] = "memory_allocated"; ["memory.lua:amount"] = "memory_lua";