Declined
Last Updated: 18 Nov 2019 15:14 by ADMIN
Via
Created on: 27 Jan 2019 19:41
Type: Feature Request
1
How [Save] all sessions every 4 hours, clear capture screen and then save sessions for the next 4 hours to investigate performance failures

Hi guys. 

I investigate responses from . And Fiddler is tool for this.

But now I need  logs from Fiddler for 2-5 days and compare responses.

Fiddler grabs a lot of memory during 1 day and may cause my PC out of memory.

Request:

Automate autosaving saz files 4 hours with time-date in saz name, clear capture dialog and do it in the loop each next 4 hours.

 

6 comments
ADMIN
Eric R | Senior Technical Support Engineer
Posted on: 18 Nov 2019 15:14

Hi S,

Unfortunately, the AutoSave functionality is in the source as a bundled extension which means that there are no overrides available. However, it is always possible to build an Extension that achieves the desired result. Note that It would require inheriting the IFiddlerExtension Interface.

Alternatively, it may be possible to build an application that does what you desire with Fiddler Core as well.

I hope this helps. Please let me know if you need any additional information. Thank you.

Regards,


Eric R | Technical Support Engineer
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
S
Posted on: 16 Nov 2019 03:40
Thanks Eric. Would it be possible for me to modify the autosave function myself to prevent the clearing/GC'ing from happening? Is this function embedded in the binaries, or is it more surface-level via FiddlerScript, for example?
ADMIN
Eric R | Senior Technical Support Engineer
Posted on: 08 Nov 2019 19:23

Hi S,

Unfortunately, something like this isn't available at this time. This is because for each saved session Fiddler stores the entire session in memory. To keep from running out of memory, the saved Sessions are removed from the Web Sessions pane and a garbage collection operation is initiated to reclaim as much memory as possible. 

I hope this helps. Please let me know if you need any additional information. Thank you for sing the Fiddler Forums.

Regards,


Eric R | Technical Support Engineer
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
S
Posted on: 03 Nov 2019 01:44
EricLaw, is it possible to prevent the AutoSave feature from clearing the session/screen?
Via
Posted on: 31 Jan 2019 20:55
Thanks a lot!
EricLaw
Posted on: 28 Jan 2019 23:17

View > Tabs > AutoSave