I need to take the Data Analyzer out of JMeter 1.7.x. Since any visualizer can save or load any .jtl file, it isn't necessary as a separate menu item.
You can get a lot of the aggregate info you want by using the Aggregate Report listener. It doesn't graph, however. It would be a good thing to add to it, however. -Mike On 15 Aug 2002 at 12:22, Muhammad, Shakeel [IT] wrote: > Hi, > > In 1.7 there was a File Reporter and I could use Data Analyzer > to anaylyze the data saved by File Reporter. > > But in 1.7.2 there is no such File Reporter. Also if I try to open > any ".jtl" file (saved by any of the listeners) by Data Analyzer, > I get exceptions: > > java.lang.NumberFormatException: SP3 > This line could not be parsed: Server: Netscape-Enterprise/3.6 SP3 > java.lang.NumberFormatException: GMT > This line could not be parsed: Date: Thu, 15 Aug 2002 16:14:43 GMT > java.lang.NumberFormatException: #105983 > This line could not be parsed: Server: WebLogic 5.1.0 Service Pack 9 > 04/05/2001 > 14:59:53 #105983 > java.lang.NumberFormatException: text/html > This line could not be parsed: Content-Type: text/html > java.lang.NumberFormatException: close > > Can you please let me know what I am doing wrong? > > Also in 1.7 'Data Analyzer', everything (aggregate info) is shown. Can > we have something like where all the urls (in the test plan) are shown > and along with an aggregated view, we can also select an individual > url to see its average, max and min time and also graph should be > shown only for the selected url? > > > Thanks > -Shakeel > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- Michael Stover [EMAIL PROTECTED] Yahoo IM: mstover_ya ICQ: 152975688 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

