This content has been marked as final.
Show 1 reply
-
1. Re: [profiler 2.0b5] Question about the option store=file in
jesper.pedersen Aug 31, 2009 12:39 PM (in response to eligriv)You don't have to stop your server no matter which store policy you use.
Do:
startProfiler
then
stopProfiler
And you'll have the profile data in memory or on disk.
To generate the reports use
getSnapshot
The list of available commands are in the user guide.
HTH