Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » IAC question
IAC question [message #30789] Tue, 13 September 2005 22:44 Go to next message
Musachy Barroso is currently offline Musachy BarrosoFriend
Messages: 22
Registered: July 2009
Junior Member
Hi

Is there any documentation explaining how IAC is going to work? if there
isn't where can I find the new implementation in CVS?

thanks

musachy
Re: IAC question [message #31005 is a reply to message #30789] Wed, 14 September 2005 05:46 Go to previous messageGo to next message
Guru Nagarajan is currently offline Guru NagarajanFriend
Messages: 45
Registered: July 2009
Member
Hi,
The design of the IAC is still in the works - you can catch up some
information regarding the design options on the dev group (tptp platform-dev
mailing list).
I will follow up regarding the status of the prelim. design document.

Thanks
Guru

"Musachy Barroso" <musachy@gmail.com> wrote in message
news:dg50e1$e5j$1@news.eclipse.org...
> Hi
>
> Is there any documentation explaining how IAC is going to work? if there
> isn't where can I find the new implementation in CVS?
>
> thanks
>
> musachy
Re: IAC question [message #31215 is a reply to message #30789] Wed, 14 September 2005 15:41 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Navid_Mehregani_nmehrega.ca.ibm.com

This is a multipart message in MIME format.
--=_alternative 00562D298525707C_=
Content-Type: text/plain; charset="US-ASCII"

You can find the design doc here:
http://www.eclipse.org/tptp/platform/documents/design/integr ated_agent_controller/IntegratedAgentControllerDesign.htm

The code is still under development and has not been checked in to CVS.

Navid Mehregani
IBM Canada
--=_alternative 00562D298525707C_=
Content-Type: text/html; charset="US-ASCII"


<br><font size=2 face="sans-serif">You can find the design doc here: http://www.eclipse.org/tptp/platform/documents/design/integr ated_agent_controller/IntegratedAgentControllerDesign.htm</font>
<br>
<br><font size=2 face="sans-serif">The code is still under development
and has not been checked in to CVS.</font>
<br>
<br><font size=2 face="sans-serif">Navid Mehregani</font>
<br><font size=2 face="sans-serif">IBM Canada</font>
--=_alternative 00562D298525707C_=--
Re: IAC question [message #31395 is a reply to message #31215] Wed, 14 September 2005 19:19 Go to previous messageGo to next message
Musachy Barroso is currently offline Musachy BarrosoFriend
Messages: 22
Registered: July 2009
Junior Member
thanks

musachy
>
> You can find the design doc here:
> http://www.eclipse.org/tptp/platform/documents/design/integr ated_agent_controller/IntegratedAgentControllerDesign.htm
>
>
> The code is still under development and has not been checked in to CVS.
>
> Navid Mehregani
> IBM Canada
documentation & getting started [message #41483 is a reply to message #30789] Fri, 18 November 2005 16:38 Go to previous messageGo to next message
Daniel Miles is currently offline Daniel MilesFriend
Messages: 11
Registered: July 2009
Junior Member
Hi, everybody. I'm doing a project that requires me to take code from an
eclipse environment, put it on a remote server, compile and run it
there, and gather output/logfiles and performance data. From what I've
read, tptp sounds like the perfect tool for me to use and even
contribute to but I'm having a terrible time finding documentation on
how to write agents and how to communicate with them.

Can somebody point me in the right direction? Many of you seem to know
how to use tptp, how did you learn it?
Re: documentation & getting started [message #41525 is a reply to message #41483] Fri, 18 November 2005 20:54 Go to previous messageGo to next message
Andy Kaylor is currently offline Andy KaylorFriend
Messages: 23
Registered: July 2009
Junior Member
Hi Daniel.

At the moment we're in a transitional phase with regard to how to implement
agents. We have two Agent Controllers with different agent development
models. Which you will want to work with depends on your schedule
constraints and how much of the workbench TPTP code you need to interoperate
with.

The older Agent Controller (which is simply listed as Agent Controller on
the downloads page) is fully integrated with all the workbench features and
has been tested with them. The newer Agent Controller (which is listed as
"New Technology Agent Controller" on the latest 4.1 downloads page or
"Technology Preview" on older download pages) is fully functional and
supported by a communications API on the workbench, but isn't tested with
the other workbench features yet.

The older Agent Controller will be phased out over the next year or two, but
if you want something today, you might want to consider it. You can find a
document on how to write agents for that Agent Controller at this link:

http://eclipse.org/tptp/platform/documents/drafts/Howtowrite aTPTPDataCollectionAgent.htm

If you are interested in working with the newer Agent Controller, there's an
overview in the October issue of Dr. Dobb's Journal which you can find at
this link:

http://www.ddj.com/documents/s=9893/ddj0510f/0510f.html

And the API for writing clients and agents is provided here:

http://eclipse.org/tptp/platform/documents/index.php?

This should give you enough of a start to ask some follow-up questions.

-Andy
Re: documentation & getting started [message #41551 is a reply to message #41525] Fri, 18 November 2005 21:27 Go to previous messageGo to next message
Daniel Miles is currently offline Daniel MilesFriend
Messages: 11
Registered: July 2009
Junior Member
Andy Kaylor wrote:
> This should give you enough of a start to ask some follow-up questions.
>
> -Andy

Hello Andy, thank you for the response. That information about the
transition stage cleared up a lot of my disorientation but not all of
it; as you predicted, I have more questions. :)

I had a book of magic tricks when I was a child. It had instructions for
lots of really cool tricks but most of the instructions were on the
order of "Make the coin disappear in the usual way, flourish your hands
and wait for applause."

Believe it or not, I had already found and read all of the documents you
just posted but I found them to be much like that book of magic tricks;
lots about what tptp could do without much in the way of how to get the
platform to do it. Is there anything in the way of a walk through to
create a hello-world example? High-level documents like that may be
useful for someone with lots of tptp familiarity but they're quite
frustrating to those of us trying to *build* that familiarity.
Re: documentation & getting started [message #41570 is a reply to message #41551] Fri, 18 November 2005 23:30 Go to previous message
Andy Kaylor is currently offline Andy KaylorFriend
Messages: 23
Registered: July 2009
Junior Member
Hi Daniel,

I'm afraid we don't have any documentation of that sort. As you probably
know, we do have some samples, and you could probably find someone here to
explain how the magic works at any given point.

The "samples" for the old Agent Controller are actually better described as
"exemplary tools" in that they do a lot of tool-specific things that make
them more complicated than you would want if you're just trying to figure
out how this stuff works. If you want to go that way, I have a very basic
sample that I wrote when I was trying to figure out how that stuff works.
It's more on the order of "Hello World" and I'd be happy to send it to you.

The samples for the new Agent Controller are much simpler. Our sample
collector, for instance, only measures how long you let it run. If you
download the SDK package for the new technology Agent Controller, you will
get the samples.

-Andy
Previous Topic:Problems with Execution flow - does not show anything
Next Topic:Where is the agent controller
Goto Forum:
  


Current Time: Thu Mar 28 10:19:48 GMT 2024

Powered by FUDForum. Page generated in 0.05349 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top