Dears,
Any Idea of an offline replacement to https://converter.blazemeter.com/ to convert a PCAP to JMeter JMX.
As the PCAP contains sensitive data that we can not upload online.
I need an inhouse tool
Thanks
Dears,
Any Idea of an offline replacement to https://converter.blazemeter.com/ to convert a PCAP to JMeter JMX.
As the PCAP contains sensitive data that we can not upload online.
I need an inhouse tool
Thanks
I can think of the following options:
tcprewrite
tool to replace the "sensitive" data with the dummy data in your .pcap file and use the aforementioned converter. Once you get the .jmx file you can replace the dummy data back with the sensitive datatcpreplay
application which can replay .pcap files via JMeter Proxy Server which will capture HTTP requests and create the relevant HTTP Request samplers.