Search found 5 matches
- January 23rd, 2014, 4:15 pm
- Forum: General Help
- Topic: High wakeups/second count (0.7.16)
- Replies: 9
- Views: 5581
Re: High wakeups/second count (0.7.16)
idontknow, thanks for the pointer!!
- October 5th, 2013, 12:45 pm
- Forum: General Help
- Topic: High wakeups/second count (0.7.16)
- Replies: 9
- Views: 5581
Re: High wakeups/second count (0.7.16)
Thanks for looking into this.
- October 5th, 2013, 11:42 am
- Forum: General Help
- Topic: High wakeups/second count (0.7.16)
- Replies: 9
- Views: 5581
Re: High wakeups/second count (0.7.16)
Hi shypike, it doesn't affect CPU usage as much; rather, it prevents the CPU from going into idle. Restarting wouldn't solve this issue. You can use the powertop command to see the number of wakeups per second for every running process. For instance, I have nginx on the same box, and the number of w...
- October 4th, 2013, 4:04 pm
- Forum: General Help
- Topic: High wakeups/second count (0.7.16)
- Replies: 9
- Views: 5581
Re: High wakeups/second count (0.7.16)
Btw, a "select(0, NULL, NULL, NULL,..." in python probably means it's in time.sleep(). It seems like there is a particular loop here responsible for calling the sleep function repeatedly within one second. I understand why that would be needed if sabnzbd was busy (for example the decoder h...
- October 4th, 2013, 3:11 pm
- Forum: General Help
- Topic: High wakeups/second count (0.7.16)
- Replies: 9
- Views: 5581
High wakeups/second count (0.7.16)
Hi, I noticed very high wakeups per second for sabnzbd running in background. The process is completely idle (no downloads or whatsoever) and no client is connected to the webbrowser. Yet, the number of wakeups is around 50 per second on my system (for any other idle process on this machine the numb...