• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Playing Prod Logs

 
Ranch Hand
Posts: 1871
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I would like to record and playback my production web logs.

However I notice some issues

1) How to play back sessions. I think I will need the session Id's in the URL's

2) How to save Post data in the backend.

Have any one of you some experience in this area that might help.

JMeter has the following http://jmeter.apache.org/usermanual/component_reference.html#Access_Log_Sampler which does not meet my needs as it is specific to the common log format and does not support Http Post

Thanks
Rahul Mahindrakar
reply
    Bookmark Topic Watch Topic
  • New Topic