kishore IVVS wrote: > Thanks for the replay > How to send serialized objects using JMeter along > with HTTP request
Serialize to a string, or text file, and add it as a parameter or cookie (I don't recall if attachments work correctly). Either that, or use SOAP. > -kishore > --- Berin Loritsch <[EMAIL PROTECTED]> wrote: > >>kishore IVVS wrote: >> >> >>>Hi >>> I am new to Jmeter, can any one please tell me >>> >>how to >> >>>monitor the following >>>1) Transactions per second >>>2) Hits per seconds >>> >>>I have one more question, how to send the Objects >>>along with HTTP request. >>>I want to send string[][] object along with HTTP >>>reqest >>> >> >>?? That's out of spec with HTTP. You don't send >>"objects" via HTTP. >>You can send parameters, and you can send >>attachments. If your >>string[][] object can be serialized first, it might >>be able to be >>sent. >> >> >> >> >>-- >> >>"They that give up essential liberty to obtain a >>little temporary safety >> deserve neither liberty nor safety." >> - Benjamin Franklin >> >> >>-- >>To unsubscribe, e-mail: >><mailto:[EMAIL PROTECTED]> >>For additional commands, e-mail: >><mailto:[EMAIL PROTECTED]> >> > > > __________________________________________________ > Do You Yahoo!? > Great stuff seeking new owners in Yahoo! Auctions! > http://auctions.yahoo.com > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > . > > -- "They that give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

