Skip to content
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

Initial commit of net_latency module #201

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

geokapp
Copy link

@geokapp geokapp commented Jun 23, 2015

I have created a new ganglia module that measures the network latency of a host. It actually works by pinging the host's gateway or a user specified IP address.

@vvuksan
Copy link
Member

vvuksan commented Jul 8, 2015

This may be a problematic approach since mod_python is currently single threaded so if there are any network latency and ping command runs for say 15 seconds many updates may be dropped. Can you look into using threads for this ? There are couple examples in the repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants