-
New Feature Request
-
Resolution: Unresolved
-
Medium
-
None
-
7.2.5
-
None
-
FreeBSD 14.1
Hello all,
I noticed that FreeBSD template, when it comes to CPU utilization and memory utilization, does not output the same info as say Linux templates. I modified the FreeBSD template, to add the following from the Linux template:
1) system.cpu.util without any specific key(idle, interrupt, etc). This allows the template to calculate CPU utilization in the same way as other OS templates, and then I can create a dashboard widget for CPU utilization that supports all my OS variations.
2) vm.memory.utilization, along with the vm.memory.size[pavailable]. This allows the template to calculate memory utilization in the same way as other OS templates, and then I can create a dashboard widget for memory utilization that supports all my OS variations.