Posts: 320
Threads: 8
Joined: Feb 2013
Reputation:
0
Are you using the latest version of profiler? (your output doesn't look like it)
Posts: 70
Threads: 20
Joined: Sep 2011
Reputation:
0
It started working after like 20 server restarts.. Sorry to bother you guys..
Posts: 194
Threads: 29
Joined: Jul 2013
Reputation:
0
Sorry for this noobish question, but how can I use this plugin?
Posts: 468
Threads: 8
Joined: Jul 2012
Reputation:
0
On what pole it is necessary to sort to hear the load?
"Overall" , "Worst" ,"Self Time" , "Total Time"?
Posts: 468
Threads: 8
Joined: Jul 2012
Reputation:
0
21.02.2015, 07:36
(
Last edited by cm666; 21/02/2015 at 03:04 PM.
)
Beside me on linux server always empty log. After start mode I do Profiler_Stop. And on afterwards on command start Profiler_Start and stop Profiler_Stop(); Profiler_Dump(); And get file by size 1952 formats html. Version latest. On Windows work normal.
UPD
On linux profiler_GetState() always is PROFILER_STARTING (2)
UPD
Update plugin streamer on version 2.7 work normal. On version 2.7.4 not work (On linux profiler_GetState() always is PROFILER_STARTING (2)
)
Fix
Change server.cfg
plugin sscanf.so mysql.so profiler.so streamer.so
if streamer.so in end work normal if profiler.so in end not work normal
Posts: 1,099
Threads: 79
Joined: Nov 2011
Reputation:
0
Are there any memory profilers?
A plugin to monitor memory usage and where it is used for what function etc. would be pretty handy.
Posts: 845
Threads: 3
Joined: Jun 2010
There's an AppVeyor debug build you can download here:
https://ci.appveyor.com/project/Zeex...ld/8/artifacts
Posts: 292
Threads: 87
Joined: Feb 2011
Reputation:
0
Hey guys, could you explain to me the difference in self time and total time of a function? and is it in seconds? I have a query where worst time in self time is: 25655.4 and a timer that total time worst is: 38342.8, but self time is reasonable. What is aproxximately bad or laggy for server? Thank you.