Hi, If you work on linux try gnuplot - command line plot tool.
BTW. It's also available on windows :) Best regards, Jakub 2009/11/9 Deepak Shetty <[email protected]> > JFreeChart might work (never used it for 10k points though) but you should > be able to generate an image for your points with an appropriate heap size > for java > > http://www.java2s.com/Code/Java/Chart/JFreeChartTimeSeriesDemo5with4000datapoints.htm > > regards > deepak > > On Sun, Nov 8, 2009 at 8:53 PM, Jatin Davey <[email protected]> wrote: > > > Sorry for the typo. It is " long " and not log. > > > > > > Thanks > > Jatin > > > > Jatin Davey wrote: > > > >> Hi > >> > >> I got the data in a CSV file that i required , but when i run the tests > >> for a *long* period of time , say if i run it for 12-15 days with > frequency > >> of getting the samples at 10 secs, I get a lot of data in 12-15 days > which > >> some of the tools like Excel would not be able to plot. Have seen it > hanging > >> for 10000 data points. > >> > >> > >> Do we have any good open source graph plotting tool that can sustain > huge > >> number of data points. > >> > >> Thanks > >> Jatin > >> > >> Jatin Davey wrote: > >> > >>> Can i have the output response time stored in a CSV file ? If yes > please > >>> tell me how to do it. > >>> > >>> Thanks > >>> Jatin > >>> > >>> Deepak Shetty wrote: > >>> > >>>> It's only 1440*8 samples , so it should work. > >>>> In any case why do you need the graph? run in command line , save log > as > >>>> CSV > >>>> and load into any tool like Excel (or even the Jmeter graph listener). > >>>> much > >>>> better to have raw data that you can slice and dice as you please > >>>> regards > >>>> deepak > >>>> > >>>> On Wed, Oct 21, 2009 at 11:01 PM, Jatin Davey <[email protected]> > >>>> wrote: > >>>> > >>>> > >>>> > >>>>> Hi All > >>>>> > >>>>> I want to have a test such that i run one sampler against my server. > >>>>> This > >>>>> sampler i want to run it every 1 min. > >>>>> The entire test i want to run for more than 7 or 8 days. > >>>>> > >>>>> Question is : Can the graph results listener in JMeter is capable to > >>>>> store > >>>>> and show the results for 7 or 8 days. > >>>>> > >>>>> Thanks > >>>>> Jatin > >>>>> > >>>>> --------------------------------------------------------------------- > >>>>> 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] > >>> > >>> > >>> > >> --------------------------------------------------------------------- > >> 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] > > > > >

