tomato driver for the psutil library.
This driver illustrates how a device driver can be implemented for devices which have no components. The driver is developed by the ConCat lab at TU Berlin.
mem_info: returns memory-related informationcpu_info: returns CPU-related informationall_info: returns all available information
mem_total: the total physical memory installed,RO,floatmem_avail: the available physical memory,RO,floatmem_usage: the percentage of available physical memory,RO,floatcpu_count: the number of logical CPUs,RO,intcpu_freq: the current frequency of the CPU (OS and CPU dependent),RO,floatcpu_usage: the percentage of CPU usage,RO,float
- Peter Kraus