Skip to content

plugin_cpuinfo

Alejandro Mora edited this page Mar 9, 2026 · 1 revision

cpuinfo plugin

This plugin provides an interface to the /proc/cpuinfo file.


Functions

cpuinfo(key) parse /proc/cpuinfo and return the value of the line beginning with

The key parameter does not have any fixed values, but is taken as a search key into the /proc/cpuinfo file. Common values are cpu MHz or cache size. Do a cat /proc/cpuinfo to see which keys are supported on your system.


Clone this wiki locally