<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.java.grinder.user">
    <title>gmane.comp.java.grinder.user</title>
    <link>http://blog.gmane.org/gmane.comp.java.grinder.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.grinder.user/9221"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.grinder.user/9217"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.grinder.user/9215"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.grinder.user/9211"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.grinder.user/9210"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.grinder.user/9203"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.grinder.user/9202"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.grinder.user/9199"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.grinder.user/9196"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.grinder.user/9193"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.grinder.user/9191"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.grinder.user/9190"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.grinder.user/9189"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.grinder.user/9186"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.grinder.user/9183"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.grinder.user/9177"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.grinder.user/9176"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.grinder.user/9167"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.grinder.user/9164"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.grinder.user/9158"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.grinder.user/9221">
    <title>How to call function for each response</title>
    <link>http://comments.gmane.org/gmane.comp.java.grinder.user/9221</link>
    <description>&lt;pre&gt;Hello
I am using grinder 3.11.  I record my tests using the TCPProxy and am
really having no issues.
I have created several functions that I use to validate response sizes,
content type etc and one function to write out the responses.

Up to now when I  want to write out a response for a request, I add the
"saveToHTML" line to each section of the recorded script as below

  def page1(self):
    """GET / (request 101)."""
    result = request101.GET('/fins_enu/', None,
      ( NVPair('If-Modified-Since', 'Wed, 22 Oct 2008 23:41:54 GMT'),
        NVPair('If-None-Match', '\"04d6ec39f34c91:0\"'), ))
   * saveToHTML(result,"Response_Page1") *
    return result


This becomes very tiresome to add this line to each section of the code,
especially when some of the tests have &amp;gt; 50 request/responses.  Very manual
and there must be a better way

So my question is how can I simplify this?
I already have a function that writes out the files, I just need to
understand how to call that function a better way so its not such&lt;/pre&gt;</description>
    <dc:creator>Sean Tiley</dc:creator>
    <dc:date>2013-05-22T14:07:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.grinder.user/9217">
    <title>How to know the value of grinder.consolePort andheadless console service port value?</title>
    <link>http://comments.gmane.org/gmane.comp.java.grinder.user/9217</link>
    <description>&lt;pre&gt;Hi all,

Till now I am in habit of running Agents in 6372/6373 port. My question is how to know the value of grinder.consolePort andheadless console service port value?

 
I found that after starting console in headless mode, it shows below log-
2013-05-19 23:23:39,870 INFO  org.eclipse.jetty.server.AbstractConnector: Started SelectChannelConnector&amp;lt; at &amp;gt;:6373

Is this 6373 headless console service portor is it grinder.consolePort  ?

I found that in my setup, agent is connected to console on port 6372 and console (which is running in headless mode) is showing 6373 port number. Anybody here, please explain me about it?

The screenshot is attached for more information.

So what are the ways to know the value of both?


-Ravi Joshi------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, a&lt;/pre&gt;</description>
    <dc:creator>Ravi Joshi</dc:creator>
    <dc:date>2013-05-19T18:39:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.grinder.user/9215">
    <title>Abnormal behavior of Grinder showing nothing inProcess tab</title>
    <link>http://comments.gmane.org/gmane.comp.java.grinder.user/9215</link>
    <description>&lt;pre&gt;Hi all,


I found an abnormal behavior with Grinder console. It is showing nothing in Process tab even agent is connected.

The agent is connected to console and it is showing below message in the terminal-
root&amp;lt; at &amp;gt;laptop:~# /opt/grinder_agent/bin/agent.sh 
2013-05-20 21:37:06,100 INFO  agent: The Grinder 3.11
2013-05-20 21:37:06,275 INFO  agent: connected to console at /192.168.56.1:6372
2013-05-20 21:37:06,275 INFO  agent: waiting for console signal

At the same momentnetstat -t is showing me the same info-
root&amp;lt; at &amp;gt;dell:~# netstat -t
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State      
tcp6    3843      0 192.168.56.1%32187:6372 192.168.56.101%15:37734 ESTABLISHED

but why http://localhost:6373/agents/status is returning [] ? Also there is nothing in Process tab in console. 

The grinder version is 3.11

 
-Ravi Joshi------------------------------------------------------------------------------
AlienVault Unif&lt;/pre&gt;</description>
    <dc:creator>Ravi Joshi</dc:creator>
    <dc:date>2013-05-20T19:07:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.grinder.user/9211">
    <title>java.lang.OutOfMemoryError with headless console</title>
    <link>http://comments.gmane.org/gmane.comp.java.grinder.user/9211</link>
    <description>&lt;pre&gt;Hi,

I am running console in headless mode but each time I am starting it, it is showing me out of memory error.

root&amp;lt; at &amp;gt;dell:~# /opt/jdk1.7.0_01/jre/bin/java -classpath /opt/grinder_console/lib/grinder.jar net.grinder.Console -headless
2013-05-19 22:14:26,013 INFO  console: The Grinder 3.11
2013-05-19 22:14:26,115 INFO  org.eclipse.jetty.server.Server: jetty-7.6.1.v20120215
2013-05-19 22:14:26,221 INFO  org.eclipse.jetty.server.AbstractConnector: Started SelectChannelConnector&amp;lt; at &amp;gt;:6373
Exception in thread "Timer-0" java.lang.OutOfMemoryError: Java heap space
    at java.util.Arrays.copyOfRange(Arrays.java:2694)
    at java.lang.String.&amp;lt;init&amp;gt;(String.java:234)
    at java.lang.StringBuilder.toString(StringBuilder.java:405)
    at java.io.UnixFileSystem.resolve(UnixFileSystem.java:108)
    at java.io.File.&amp;lt;init&amp;gt;(File.java:341)
    at net.grinder.util.Directory.listContents(Directory.java:214)
    at net.grinder.console.distribution.FileDistributionImplementation.scanDistributionFiles(FileDis&lt;/pre&gt;</description>
    <dc:creator>Ravi Joshi</dc:creator>
    <dc:date>2013-05-19T17:35:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.grinder.user/9210">
    <title>Unable to run test script to test secure iframe insecure page</title>
    <link>http://comments.gmane.org/gmane.comp.java.grinder.user/9210</link>
    <description>&lt;pre&gt;Hello,

 

We are currently trying to test an application that loads a widget in a secure iframe on a secure page.  The problem that we are seeing is that grinder's security certificate isn't valid, so the widget doesn't load returning an 301 Permanently Redirected error.  

 

I tested this another way by starting up the proxy recorder, specifying to record over https, which it can proceed through the https pages and record as expected, until it gets to the page that loads the widget in the secure iframe, then in chrome I get 

 

"Error 113 (net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH): "

 

In the test script's properties for the JVM arguments I tried adding the trust store properties (after adding the key to the trust store via keytool):

-Djavax.net.ssl.trustStore=C:/Progra~1/Java/jdk1.6.0_07/jre/lib/security/cacerts -Djavax.net.ssl.trustStorePassword=changeit

 

However that didn't seem to make a difference so I am currently out of ideas.  Has anyone else had any experience with this? Any workaround's?

&lt;/pre&gt;</description>
    <dc:creator>Michael Thomsen</dc:creator>
    <dc:date>2013-05-16T23:33:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.grinder.user/9203">
    <title>can't record ssl session</title>
    <link>http://comments.gmane.org/gmane.comp.java.grinder.user/9203</link>
    <description>&lt;pre&gt;Hi all,

No matter what option I try I always get:

  def __call__(self):
     """Called for every run performed by the worker thread."""
     # Empty recording!
     pass


I specified the -ssl option (java net.grinder.TCPProxy -http -ssl  -console)
and added HTTPClient-JSSE.jar as first entry in the CLASSPATH.

The whole session works fine (https to a tomcat console) but nothing 
gets recorded.

Anyone to help me out?

regards.

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
&lt;/pre&gt;</description>
    <dc:creator>Marc Claeys</dc:creator>
    <dc:date>2013-05-14T13:19:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.grinder.user/9202">
    <title>Sending Http req with diffrent-2 IP addresses from anagent</title>
    <link>http://comments.gmane.org/gmane.comp.java.grinder.user/9202</link>
    <description>&lt;pre&gt;Hi all,

From two agents, I can send http request, which will be having diffrenet-2 IP address. The system (which is under test) will treat them as request from different machines. Simple and Okay J

Is there any way to achieve the same scenario (so that request looks like from different machines to the system)?

-

Thanks and regards

Ravi Joshi

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
grinder-use mailing list
grinder-use-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/grinder-use
&lt;/pre&gt;</description>
    <dc:creator>Ravi Joshi</dc:creator>
    <dc:date>2013-05-14T06:24:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.grinder.user/9199">
    <title>exporting graph in grinder console</title>
    <link>http://comments.gmane.org/gmane.comp.java.grinder.user/9199</link>
    <description>&lt;pre&gt;Hi,
I have download and used successfuly the grinder 3.11 for web load testing,
But the only thing that i want to do is to export the Total graph in the left 
bottom corner of grinder console..The Total graph panel is very small and it 
is unused completely now...
I am new to java programming so i dont know how can i start this...


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
&lt;/pre&gt;</description>
    <dc:creator>mehdi yami</dc:creator>
    <dc:date>2013-05-13T04:59:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.grinder.user/9196">
    <title>HTTPRequest retry attempts</title>
    <link>http://comments.gmane.org/gmane.comp.java.grinder.user/9196</link>
    <description>&lt;pre&gt;Hi,

I'm using grinder-3.4 for load testing. I'm using Test class wrap method to call HTTPRequest class GET method.

For particular tests, after connecting to the server and sending the request, the server fails to respond and closes the connection. It appears the HTTPRequest object reconnects to the server and resends the original request. The HTTPRequest object will re-attempt to obtain a response 2 times (3 attempts in total) before an Exception is raised.


09/05/13 10:02:44 (thread 0 run 15 test 1): Aborted run due to Java exception calling TestRunner
Java exception calling TestRunner
      response =  test.GET(URL).getText()

Caused by: HTTPClient.RetryException: Premature EOF encountered
      at HTTPClient.StreamDemultiplexor.retry_requests(StreamDemultiplexor.java:530)
      at HTTPClient.StreamDemultiplexor.close(StreamDemultiplexor.java:498)
      at HTTPClient.StreamDemultiplexor.read(StreamDemultiplexor.java:369)
      at HTTPClient.RespInputStream.read(RespInputStream.java:155)
      at HTTPCli&lt;/pre&gt;</description>
    <dc:creator>O'Connor, David</dc:creator>
    <dc:date>2013-05-09T12:59:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.grinder.user/9193">
    <title>How to know that Test is finished using Grinder RESTservices?</title>
    <link>http://comments.gmane.org/gmane.comp.java.grinder.user/9193</link>
    <description>&lt;pre&gt;Hi all,
 
To know the available workers, I can
get the count of worker array from the /agent/status service. And if the count
is zero, that can solve my purpose. But there are two cases, in which worker
array length is zero-
1.    Agents
are connected but test is not started
2.    Agents
are connected and the test is finished

Because of this ambiguity I am not able to know that whether test is finished
or not. 
 
How to know that Test is finished?
 
 
-
Thanks and regards
Ravi Joshi------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with &amp;lt;2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1_______________________________________________
grinder-use mailing list
grinder-use-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https:/&lt;/pre&gt;</description>
    <dc:creator>Ravi Joshi</dc:creator>
    <dc:date>2013-05-06T10:43:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.grinder.user/9191">
    <title>Which all file format can Grinder read?</title>
    <link>http://comments.gmane.org/gmane.comp.java.grinder.user/9191</link>
    <description>&lt;pre&gt;



--
View this message in context: http://grinder.996249.n3.nabble.com/Which-all-file-format-can-Grinder-read-tp8429.html
Sent from the Grinder - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
&lt;/pre&gt;</description>
    <dc:creator>Jes</dc:creator>
    <dc:date>2013-04-24T10:31:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.grinder.user/9190">
    <title>Can Grinder read the response Json file?</title>
    <link>http://comments.gmane.org/gmane.comp.java.grinder.user/9190</link>
    <description>&lt;pre&gt;Can Grinder tool could read the http response file if it is in Json format
and validate ?



--
View this message in context: http://grinder.996249.n3.nabble.com/Can-Grinder-read-the-response-Json-file-tp8428.html
Sent from the Grinder - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
&lt;/pre&gt;</description>
    <dc:creator>Jes</dc:creator>
    <dc:date>2013-04-24T10:29:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.grinder.user/9189">
    <title>Create dummy database and Json file using Grinder</title>
    <link>http://comments.gmane.org/gmane.comp.java.grinder.user/9189</link>
    <description>&lt;pre&gt;I need to use it as a Automation tool. So is it possible to create a dummy
database table using Grinder tool and create Json file from that as a
response of Http request using Grinder itself. 



--
View this message in context: http://grinder.996249.n3.nabble.com/Create-dummy-database-and-Json-file-using-Grinder-tp8427.html
Sent from the Grinder - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis &amp;amp; visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
&lt;/pre&gt;</description>
    <dc:creator>Jes</dc:creator>
    <dc:date>2013-04-22T10:44:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.grinder.user/9186">
    <title>Can Grinder overlook ramp up period?</title>
    <link>http://comments.gmane.org/gmane.comp.java.grinder.user/9186</link>
    <description>&lt;pre&gt;I have re-written my Loadrunner script in Jython and am load testing with
Grinder. The test works fine when I use threads alone or a combination of
processes and threads split on 2 agents.
When I use processes, I use the following properties:

grinder.processes=5
grinder.runs=0
grinder.duration=900000  #15 min

grinder.processIncrement=1
grinder.processIncrementInterval=24000
grinder.initialProcesses=1
grinder.initialSleepTime=5

Basically, I want to ramp up the # threads over the first 2 minutes of the
test, like I would do in Loadrunner. In my script, I have copied the
example in the Script gallery for thread ramp up as well.
However, at the end of the test, when I analyze the results using
GrinderAnalyzer, I am unable to discard the first 2 minutes since I am only
interested in measuring TPS and response times during steady state. I am
not sure if GrinderAnalyzer questions would be answered in this forum, but
I believe there is a bug when it aggregates results from multiple processes
from 2 different mach&lt;/pre&gt;</description>
    <dc:creator>Jai P</dc:creator>
    <dc:date>2013-04-18T18:02:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.grinder.user/9183">
    <title>Grinder and OpenTSDB</title>
    <link>http://comments.gmane.org/gmane.comp.java.grinder.user/9183</link>
    <description>&lt;pre&gt;Does anyone know of an integration of The Grinder with OpenTSDB? We use OpenTSDB for collecting a ton of metrics. If something already exists, it would be good to know. Otherwise, I'll start looking at what it would take to get response times, along with other metrics, from The Grinder into OpenTSDB.




------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis &amp;amp; visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
&lt;/pre&gt;</description>
    <dc:creator>Rob Schroder</dc:creator>
    <dc:date>2013-04-10T19:11:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.grinder.user/9177">
    <title>Calling C++ executable using Java's Runtime</title>
    <link>http://comments.gmane.org/gmane.comp.java.grinder.user/9177</link>
    <description>&lt;pre&gt;Following the tips in my previous post "Cython implementation of Loadrunner
based C script to work with Grinder", I re-wrote my C code and compiled it
with "cl" (MSVC 2005) into an exe.

The exe takes 1 argument (int) and based on results obtained from the
server, it will print a success or failure.

Since I want to performance test this with Grinder, I used Java's
Runtime.getRuntime().exec(cmd) to run my exe. Using my custom class, I am
able to increment the integer I need for the argument.

 Sure enough it works as expected for a few inputs, however when I increase
the # threads in grinder, I see a spike in CPU, followed by a modal dialog
box suggesting an issue with the C++ Runtime Library (the error is from the
MSVC 2005 C++ redistributable installed on the test machine to run my exe).

In order to ensure that the exe doesn't hang around, I used taskkill /f /im
&amp;lt;my.exe&amp;gt; to ensure it is killed. With this hack, the test seems to work for
up to 10 threads, but if I increase it beyond that, I then run into
 &lt;/pre&gt;</description>
    <dc:creator>Jai P</dc:creator>
    <dc:date>2013-04-05T20:59:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.grinder.user/9176">
    <title>Recall: Running a recorded update script - no update happens.</title>
    <link>http://comments.gmane.org/gmane.comp.java.grinder.user/9176</link>
    <description>&lt;pre&gt;Mehran, Fariba would like to recall the message, "[Grinder-use] Running a recorded update script - no update happens.".
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
&lt;/pre&gt;</description>
    <dc:creator>FMehran-Ak89OhzjgG8&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-04-04T16:58:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.grinder.user/9167">
    <title>Parametarization &amp; Correlation in Grinder 3</title>
    <link>http://comments.gmane.org/gmane.comp.java.grinder.user/9167</link>
    <description>&lt;pre&gt;Hi,

      We are doing R&amp;amp;D on Grinder-3.6. We have recorded the script and it is executing fine. Need some help in Parameterization &amp;amp; Correlation in Grinder 3.6. Also,
we are not able to understand the format of the recorded script.
        Could you please guide us with some detailed documentation on the above topics so that it may help us in understanding the tool better.

Looking forward for your co-operation.

Thanks in advance.

Kiran Sant,
Associate - Quality Control
SYNECHRON -
- 4,000+ professionals globally.
- USA | Canada | UK | The Netherlands | UAE | India | Singapore | Hong Kong | Japan

------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2____________&lt;/pre&gt;</description>
    <dc:creator>Kiran Sant</dc:creator>
    <dc:date>2013-04-02T10:08:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.grinder.user/9164">
    <title>Running a recorded update script - no update happens.</title>
    <link>http://comments.gmane.org/gmane.comp.java.grinder.user/9164</link>
    <description>&lt;pre&gt;
Hello,

I have recorded the attached Grinder script and have run it.  The action on the web app is to log on,
Pull up a page and click on an icon  on the screen. By clicking this Icon a Work order number will be automatically generated.
This action  is recorded as an event  in the following method in the attached script (mx343 is the click even in the jsp)


def page8(self):
    """POST maximo.jsp (requests 801-816)."""
    result = request801.POST('/maximo/ui/maximo.jsp',
      ( NVPair('uisessionid', '213'),
        NVPair('csrftoken', 'udqn7spqavdji6gothuc7etrhe'),
        NVPair('currentfocus', 'mx647'),
        NVPair('scrollleftpos', '0'),
        NVPair('scrolltoppos', '1'),
        NVPair('requesttype', 'SYNC'),
        NVPair('responsetype', 'text/xml'),
        NVPair('events', '[{\"type\":\"click\",\"targetId\":\"mx343\",\"value\":\"\",\"requestType\":\"SYNC\",\"csrftokenholder\":\"udqn7spqavdji6gothuc7etrhe\"}]'), ),
      ( NVPair('Content-Type', 'application/x-www-form-urlencoded;charset=UTF-8&lt;/pre&gt;</description>
    <dc:creator>FMehran-Ak89OhzjgG8&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-03-29T16:32:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.grinder.user/9158">
    <title>Cython implementation of Loadrunner based C script towork with Grinder</title>
    <link>http://comments.gmane.org/gmane.comp.java.grinder.user/9158</link>
    <description>&lt;pre&gt;I have legacy test scripts written in C (not recorded http scripts. In fact
there is no http but just C API) for use with Loadrunner. I would like to
use Grinder instead of Loadrunner.

In order to reuse the test scripts written in C could I wrap them in
Cython? (http://en.wikipedia.org/wiki/Cython) Cython is a compiled language
which will produce extension modules that can be imported into regular
Python or CPython code. Once I have this CPython code, will it work in
Grinder or does Grinder specifically need Jython?

The question is whether Grinder can support C-Python?
------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2___________________________________________&lt;/pre&gt;</description>
    <dc:creator>Jai P</dc:creator>
    <dc:date>2013-03-28T20:18:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.grinder.user/9157">
    <title>Service /agents/start-workers is returning successeven when no agent is connected</title>
    <link>http://comments.gmane.org/gmane.comp.java.grinder.user/9157</link>
    <description>&lt;pre&gt;Hi All,

Grinder 3.11REST Service /agents/start-workersis returning success even whenno agentis connected. Is this is expected behavior ?

If yes then how can I get to know that Agents are connected or not?
 
-Ravi Joshi------------------------------------------------------------------------------
Own the Future-Intel&amp;amp;reg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d_______________________________________________
grinder-use mailing list
grinder-use-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/grinder-use
&lt;/pre&gt;</description>
    <dc:creator>Ravi Joshi</dc:creator>
    <dc:date>2013-03-28T17:04:58</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.java.grinder.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.java.grinder.user</link>
  </textinput>
</rdf:RDF>
