-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
seems to use a lot of CPU #33
Comments
Odd, when i run it with the example config from the documentation it's pretty much idle most of the time. Can you paste your config? |
Also how many users viewing the web ui? |
It's just me using it, with only one web page viewing the UI.
|
Only thing i see different from your config and mine is the number of hosts so went ahead and upped those to 12 on my end and retested, and it still behaves fine. Kind of curious what other users are seeing when they run vaping. What distro / python version are you running ? Could perhaps do some python profiling to see where it's spending all the time. |
Yeah, it's odd. I'm on vacation right now but happy to try any profiling / debugging suggestions you have when I get back. Thanks for the reply! |
@aspiers any chance to check things out again? We've been testing scaling and can't reproduce any issues. |
Sorry, haven't been using this for a while, but I just fired it up again and will keep an eye out for issues. I'm running it with Python 2.7.14 on openSUSE Leap 15.0. |
same here, 2 out of 3 seconds it's at > 90% (on modest dual core celeron). checking fping running by itself produces less than 1% of CPU usage as one would expect...
|
noticed it using 99% of cpu when running without are you guys running with or without |
@vegu I moved on and just created my own: https://github.com/nefilim/pinger |
When monitoring vaping with
htop
, I see it spiking to between 60% and 90% of one CPU pretty much all the time. That sounds wrong for something which is just doing a bit of pinging. I upgraded to 0.5.0 but it didn't help. Any ideas how best to debug this?The text was updated successfully, but these errors were encountered: