Unable to import large aggregate report in jmeter UI, on linux OS

2010-04-12 Thread Khan Navaz
Hi, I ran my jmeter test for last 3 days in cmd line mode. The aggregate result is writing to a jtl file in "Save Field Names (CSV)" format. I thought xml would be lot of data so using csv. The result file size is 80 MB. Now when I try to import it, i am not seeing any results imported in jmeter

Re: unable to send a SOAP request with byte[] - request doesn't show in Jmeter at run.

2008-06-19 Thread Khan Navaz
t; wrote: > On 20/06/2008, Khan Navaz <[EMAIL PROTECTED]> wrote: > > I dont know why I am having so much difficulty explaining this to you, > not > > sure if you want to understand it in the first place. > > > > once I place the byte[] in vars.putObject() how can I

Re: unable to send a SOAP request with byte[] - request doesn't show in Jmeter at run.

2008-06-19 Thread Khan Navaz
tags. Sebb, take your time you dont have to reply in 2 sec, pls read the whole chain. For god sake dont send in hurry. On Thu, Jun 19, 2008 at 5:30 PM, sebb <[EMAIL PROTECTED]> wrote: > On 20/06/2008, Khan Navaz <[EMAIL PROTECTED]> wrote: > > I am a newbie, I tried >

Re: unable to send a SOAP request with byte[] - request doesn't show in Jmeter at run.

2008-06-19 Thread Khan Navaz
I am a newbie, I tried also tried vars.getObject("byteString") in Request - Pre processor bean shell, it doesnt work :( also the jmeter.log has NUL NUL sometimes. On Thu, Jun 19, 2008 at 4:42 PM, sebb <[EMAIL PROTECTED]> wrote: > On 20/06/2008, Khan Navaz <[E

unable to send a SOAP request with byte[] - request doesn't show in Jmeter at run.

2008-06-19 Thread Khan Navaz
*BeanShell:* String file = Path+"/data/abcService/common/deep_foldered_images_in_zip.zip"; byte[] byteArray; byte[] byteString; try { byteArray = IOUtils.toByteArray(new FileInputStream(file)); } catch (IOException e){ e.printStackTrace(); } vars.putObject("byteString",byteArray);