agent

Remote controller load testing

Hi everyone, I am trying to run a load test from remote controller and I get this error. Failed to queue test run 'username@computername 2010-04-15 06:06:03': Object of type 'Microsoft.VisualStudio.TestTools.LoadTesting.LoadTestConstantLoadProfile' cannot be converted to type 'Microsoft.VisualStudio.TestTools.WebStress.WebTestLoadProf...

Is it possible to have SNMP Agent without MIB’s support??

hii, i am working on SNMP from last few days,i have develope a small application(SNMP Agent) which * Run on 161 port. * Have a tree structured OID support. * Respond to all Get,GetNext,Set Pdu Request types. * Tested with some SNMP Managers(free available) by get and set the values of the OID's. BUT,now question is when i tried it wit...

How to detect Java agents, JVMTI, etc...

How does one secure the Java environment when running on a machine you don't control? What is to stop someone from creating a java agent or native JVMTI agent and dumping bytecode or re-writing classes to bypass licensing and/or other security checks? Is there any way to detect if any agents are running from Java code? From JNI? From...

Non-invasive javascript performance agent?

Hi all, I am seeking to (legitimately) plant bugging in my web pages to collect and report information about website performance. Preference for internally hosted. While I expect that there are commercial offerings out there (e.g. Google Analytics) I'm keen to find something we can run entirely in-house (its not a public website and m...

Using SNMP set message on MS Windows SNMP agent

Hi all, State of TCP connection (tcpConnState) is writable per RFC 1213. Everything is fine when i reset this tcpConnState value from established (5) to deleteTCB (12) with SNMP set message with SNMP Agent from DMH software (http://www.dmhsoftware.com/snmp.html). But i cannot perform the SNMP Set command on that variable with Windows S...

JADE (Java) - Changing Agent Container

Is there a way to reassign agents to a different container or will I have to create a new container and then create all new instances of the agents within the new container? I have done a lot of searching and can't seem to find anything on container reassignment. Thanks in advance for any info! ...

Restart agent thread-pool after calling shutdown-agents

If I call (shutdown-agents) from the REPL, and then later on try to use an agent later on, I get an exception saying the agent pool isn't available (of course!). The question is, how can the agent thread pool be re-started without having to re-launch the REPL and lose all of my state? Thanks! ...

Following a Dynamic Score

I have little to no formal discrete math training, and have run into a wee bit of an issue. I am trying to write an agent which reads in a human player's (arbitrary) score and scores a point every so often. The agent needs to "lag behind" and "catch up" every so often, so that the human player believes there is some competition going on....

IIS7 log files reporting mass errors from weird user agent: Mozilla/4.0+(compatible;)

I'm getting a ton of weird log entries reporting: cs-uri-stem: /ErrorInvalidURL.aspx (my custom 404 page) cs-uri-query: aspxerrorpath=/Portals/0/Skins/MyCustomSkin/ErrorInvalidURL.aspx (seems to be coming from my skin folder) I did some queries with LogParser and the majority of these errors are coming from the user agent: Mozilla/4....

Setting up linux build agent for teamcity

I am trying to install a build agent on linux for teamcity. I downloaded the buildAgent.zip file and extracted it. I renamed the buildAgent.dist.properties file to buildAgent.properties as instructed by the teamcity documentation. I edited the file with the server url and the port number i will be using(ex: 150). On the teamcity serv...

Implementing SNMP agent on embedded system

I am currently developing an embedded uP based appliance which can be remotely controlled via ethernet from a PC using its own SNMP manager software. I have implemented all the private commands, i.e. using a private community password and under the enterprise tree OID (1.3.6.1.4.1.MY_PEN...etc) So from that point of view the unit is wor...

Manage out-of-JVM agent pool and communication

I need to managed a pool of agents from my application. All are written in Java but the agents need to run in their own JVM. I wrote a proof of concept that starts the subprocesses and uses the stdout/stdin to send commands and keep-alive information. I also open a socket connection for data transfer. I guess that some connection poolin...

Windows User Agent

Here is my code: <script type="text/javascript"> if (navigator.userAgent.indexOf('BlackBerry')!= -1){ document.write('<link rel="stylesheet" href="/m/css/mobile.css" type="text/css" />'); } else if (navigator.userAgent.indexOf('iPhone')!= -1) { document.write('<link rel="stylesheet" href="/m/css/smartmobile.css" type="text/css"...

Rational Performance Tester agent v8.1 on Ubuntu?

Hi there, I need to take a performance test on my Ubuntu-based system. However, I found that Rational Performance Tester Agent (RPT) only supports for commercial Linux products such as SuSE and Redhat. So, have any guy here experience with RPT agent installation on Ubuntu (deb package based)? Thanks. ...

What are alternatives to using JRDF?

Im working on a Multiagent based project and currently looking at implementing a JRDF for agents to store and analyse data...JRDF was an option as it allows agents to add data dynamically without having to create tables ... Is there an alternative to storing data other than a JRDF based database. The nature of data to be stored is huge...

Application Client Agent Design

I need to create a small app which will run on my client machines as "agent" which will periodically check in with a server for certain tasks. Do I Create the app as a windows service with an interface for configurations? Create an app which will run in system tray, with an interface for configuration? Many moons ago I read that wi...

Any proxy as alternative to URL Shortener to reveal form POST page results?

I wish to share a link to a page however the contents for that page are only available from submitting a form. Here's an example: I want to see the list of retailers in California that sell gold bullion for the U.S. Mint. However I must submit the form to get the results: http://www.usmint.gov/mint_programs/american_eagles/index.cfm...

Artificial Intelligence - Intelligence Agent that cleans and paints

I remember when I was in college we went over some problem where there was a smart agent that was on a grid of squares and it had to clean the squares. It was awarded points for cleaning. It also was deducted points for moving. It had to refuel every now and then and at the end it got a final score based on how many squares on the grid w...

Redirect from Web query open agent on Lotus Domino?

Doe anyone know a way of redirecting to another webpage from lotus domino web query open agent? The print statement does not seem to work. A possible workaround would be very appreciated! Something on that subject can be found here but it seem kind of flaky. http://www-10.lotus.com/ldd/46dom.nsf/55c38d716d632d9b8525689b005ba1c0/552ac51d...

Connecting a remote container on different host to the main container on different host in JADE.

Hi all, Can anyone help me setup container connectivity between different hosts in JADE. I am following the tutorial at http://jade.tilab.com/doc/tutorials/JADEAdmin/JadeContainerTutorial.html Any Help is really appreciated.. Thanks aditya ...