Hi, I'm developing C plugin for Centos which will be installed as kernel module. The problem is how to collect the data about:
none of that stuff should be in a kernel module. a simple daemon is far more appropriate.
What is the most appropriate way to do this task? What are the benefits of the kernel module and daemon?
Peter