[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.hyades] Re: Examples for statistical data agents

Hi Antony,


wow, so much stuff! That's exactly what i was looking for - thank you!


Holger





Antony Miguel wrote:
In answer to your original question, the code for the LinuxAgent can be
found in

(CVS HEAD) org.eclipse.hyades.datacollection\collection\collectors\perfmon

The code is arranged so that there is a data collection dynamic library
which specifically gathers linux system stats (perflin folder) but it shares
a common framework for tracing the data (PerfmonAgent folder).  The common
executable can load any shared library which conforms to the data collection
library interface (DataCollectionInterface.h in the resutils folder).

Feel free to email me to ask any questions about the code.

cheers

Antony Miguel

"Antony Miguel" <antony.miguel@xxxxxxxxxxxxx> wrote in message
news:co558j$5hc$1@xxxxxxxxxxxxxxxxxx

Hi Holger,

Some time ago I wrote a document on how to write a data collection agent.
It should make it into the proper documentation soon but until then here's

a

link to the unapproved draft in CVS:



http://dev.eclipse.org/viewcvs/indextools.cgi/~checkout~/hyades-home/docs/unapproveddrafts/How%20to%20write%20a%20Hyades%20Data%20Collection%20Agent.doc

If this link doesn't work for any reason then you can also get to the
document by doing:

   http://www.eclipse.org/hyades
   select 'Documents'
   at the bottom of the page there should be a section called 'Draft
Documents' and an entry called 'How to write a Data Collection Agent'

thanks

Antony Miguel

"Holger Machens" <machens@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:co231o$rd1$1@xxxxxxxxxxxxxxxxxx

Hello,


i'm looking for some source code examples for statistical data agents. Can someone tell me where to find the LinuxAgent used in perfmon?


Thanks Holger