[CentOS] Collecting data

2010-12-24 Thread derleader __
Hi, I'm developing C plugin for Centos which will be installed as kernel module. The problem is how to collect the data about: CPU Check – Utilization, Model, Number of Cores RAM Check – Total Memory, Free Memory, Memory Load HDD

Re: [CentOS] Collecting data

2010-12-24 Thread Keith Roberts
On Fri, 24 Dec 2010, derleader __ wrote: To: centos@centos.org From: derleader __ derlea...@abv.bg Subject: [CentOS] Collecting data Hi, I'm developing C plugin for Centos which will be installed as kernel module. The problem is how to collect the data about: CPU Check

Re: [CentOS] Collecting data

2010-12-24 Thread John R Pierce
On 12/24/10 7:01 AM, derleader __ wrote: Hi, I'm developing C plugin for Centos which will be installed as kernel module. The problem is how to collect the data about: * CPU Check – Utilization, Model, Number of Cores * RAM Check – Total Memory, Free Memory,

Re: [CentOS] Collecting data

2010-12-24 Thread Jure Pečar
On Fri, 24 Dec 2010 11:26:56 -0800 John R Pierce pie...@hogranch.com wrote: On 12/24/10 7:01 AM, derleader __ wrote: 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

Re: [CentOS] Collecting data

2010-12-24 Thread derleader __
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?

Re: [CentOS] Collecting data

2010-12-24 Thread Les Mikesell
On 12/24/10 4:45 PM, derleader __ wrote: 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

Re: [CentOS] Collecting data

2010-12-24 Thread John R Pierce
On 12/24/10 2:45 PM, derleader __ wrote: 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