On Fri, 25 Feb 2005 11:07:46 +0100 (MET), Leo Leo <[EMAIL PROTECTED]> wrote: > Hello! > > I have 2 questions about logging: > > 1.) The timestamp in the logfile (.jtl). Is is the time, the request was > sent to the server, or the time Jmeter got an answer? >
Can be either. By default it is the end, but this can be changed in jmeter.properties > 2.) > I'd like to know, if it is possible to log not only the response-data, but > also the requests (esp. HTTP requests), like in the "View Results Tree". If > I log the "View Results Tree" log to a file, the .jtl-File is the same as > f.e. the "View Results in Table"-Log. The detailed request (and response > from the server) would be important for me. Since I'd have to use JMeter for > production purposes mainly from command-line, the HTTP-requests are not > logged? Since we are using mainly HTTPS, the proxy-server will not work. > What I would need are the results dsiplay in the "Results Tree" (the first 2 > Tabs). Can either set the "Functional Test Mode" flag on the Test Plan element, or you can add the Post-Processor "Save Responses to a file" in the scope of all the samplers you want to save results from. Functional mode saves everything in the same file, which gets rather big and messy. Save Responses creates a new file for each sample result, which makes it suitable for comparison checking. > Badboy is great for recording the initial requests, but cant be used during > the performance-test... > > Did I overlooked an appropriate component? > > Thank you, > Leo > > -- > DSL Komplett von GMX +++ Superg�nstig und stressfrei einsteigen! > AKTION "Kein Einrichtungspreis" nutzen: http://www.gmx.net/de/go/dsl > > --------------------------------------------------------------------- > 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]

