Open
Description
What would you like to be added:
User can optionally turn on the request Trace. When it is turned on, it will record the following information of the request:
{ request_id: xxx, request_timestamp: xxx, response_timestamp: xxx, input_length: 123, output_length: 456, queued_time: 10, type: text | image | audio, ... }
Why is this needed:
The trace file will be useful for two purposes:
- Troubleshooting any performance related issue with EPP.
- Trace file can be used to replay the same traffic pattern for benchmarking purpose.