Hi, I'm using paramaterized launches to stress test my application because I have to run it from a remote server, and therefor changing the value is a pain the arse. So I've setup a little script which also outputs listeners to a different directory each time (by date). This works good, I rsync them down to my box and then I import them.
Now I've been running so many tests, it's getting hard to actually analyze the data effectively. I'd like a csv file with the aggregate report like this: testname | average | median | etc.. so that I could pass in a var call "testname" into the script (which would have some identifying info like # of threads, etc), and have it append the aggregate data to my existing file. Is there any sane way to do this? some other alternative which may not be as nice, bur pretty close? Can I make the aggregate report save itself as CSV so that I can at least do some manual post processing on it? Thanks! Jacob -- +1 510 277-0891 (o) +91 9999 33 7458 (m) web: http://pajamadesign.com Skype: pajamadesign Yahoo: jacobsingh AIM: jacobsingh gTalk: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

