On 29/01/2008, kit-2 <[EMAIL PROTECTED]> wrote: > > Hello, > > I am new to JMeter, and apologize if this has already been covered (I must > have missed it). I am creating a JSR-168 Portlet to test System > Availability on several PeopleSoft environments and other applications. My > initial thought was to use JMeter to log into each application, check for an > assertion, and log out - one iteration only. If successful, then show the > system status as UP, otherwise DOWN. I created my tests, and can run them > from both JMeter's GUI, and the command line. > > I have been looking at the documentation and cannot determine how I should > use JMeter from my Portlet. I am unclear if I should extend the > AbstractJavaSamplerClient, or use the new TestBean Framework, or simply run > a shell script to execute JMeter from the portlet.
A shell script to run JMeter in non-GUI mode is the way to do it. > Or, if I completely > missed the bus, and there is a better alternative to any of the > aforementioned solutions (or something other than JMeter that would suit my > needs). > JMeter is perhaps overkill for this purpose - it's more suited to running many samplers and threads. You might find it easier to use something like HttpUnit or Canoo. > Can someone please point me in the right direction? > > Thanks! > -- > View this message in context: > http://www.nabble.com/Calling-JMeter-from-a-Portlet-App-tp15165227p15165227.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

