home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
General Support
mysqld.exe CPU spikes whenever TV Server is running
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="jameson_uk" data-source="post: 969215" data-attributes="member: 11220"><p>Can you log what is happening.</p><p>Within MySQL execute</p><p>[code]SET GLOBAL general_log = 'ON';[/code]</p><p>this will then log SQL commands (unless you have changed the location it will be C:\ProgramData\MySQL\MySQL Server 5.1\data\<em>hostname</em>.log)</p><p>leave this for a while and try and note the time of the spikes so this can tied up with the queries.</p><p>Turn off logging afterwards</p><p>[code]SET GLOBAL general_log = 'OFF';[/code]</p><p>so we can check the logs.</p><p> </p><p>I think this is a feature of the scheduling engine polling the database and not being event driven but just want to check the SQL</p></blockquote><p></p>
[QUOTE="jameson_uk, post: 969215, member: 11220"] Can you log what is happening. Within MySQL execute [code]SET GLOBAL general_log = 'ON';[/code] this will then log SQL commands (unless you have changed the location it will be C:\ProgramData\MySQL\MySQL Server 5.1\data\[I]hostname[/I].log) leave this for a while and try and note the time of the spikes so this can tied up with the queries. Turn off logging afterwards [code]SET GLOBAL general_log = 'OFF';[/code] so we can check the logs. I think this is a feature of the scheduling engine polling the database and not being event driven but just want to check the SQL [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
mysqld.exe CPU spikes whenever TV Server is running
Contact us
RSS
Top
Bottom