Collecting data

2010-12-24 Thread derleader __
Hi, I'm developing C plugin for Debian 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: Collecting data

2010-12-24 Thread Bastian Blank
On Fri, Dec 24, 2010 at 05:41:12PM +0200, derleader __ wrote: The kernel module will check the status of the OS every 5 minutes. What is the most efficient way to collect these data? apt-get install munin-node Bastian -- Star Trek Lives! -- To UNSUBSCRIBE, email to

Re: Collecting data

2010-12-24 Thread Sandro Tosi
Hi, On Fri, Dec 24, 2010 at 16:41, derleader __ derlea...@abv.bg wrote: Hi, I'm developing C plugin for Debian which will be installed as kernel module. The problem is how to collect the data about: why a module? a user-space tool/script/deamon is not enough for your needings? CPU

Re: Collecting data

2010-12-24 Thread Ben Hutchings
This list is for discussion of development *of* Debian, not *on* Debian. On Fri, 2010-12-24 at 17:41 +0200, derleader __ wrote: Hi, I'm developing C plugin for Debian which will be installed as kernel module. I would advise against doing that, as it will be easier to obtain this

Re: Collecting data

2010-12-24 Thread Bernd Zeimetz
On 12/24/2010 05:39 PM, Bastian Blank wrote: On Fri, Dec 24, 2010 at 05:41:12PM +0200, derleader __ wrote: The kernel module will check the status of the OS every 5 minutes. What is the most efficient way to collect these data? apt-get install munin-node or use collectd. -- Bernd