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. > > Wh

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. >

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 th

Re: [CentOS] Collecting data

2010-12-24 Thread Jure Pečar
On Fri, 24 Dec 2010 11:26:56 -0800 John R Pierce 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 kernel modul

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 M

Re: [CentOS] Collecting data

2010-12-24 Thread Keith Roberts
On Fri, 24 Dec 2010, derleader __ wrote: To: centos@centos.org From: derleader __ 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 – Utilization,

[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 Chec