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

I can not see all the metrics when I am running the tool #35

Open
littlespace opened this issue Jul 30, 2019 · 1 comment
Open

I can not see all the metrics when I am running the tool #35

littlespace opened this issue Jul 30, 2019 · 1 comment

Comments

@littlespace
Copy link

Hi,

Can you please let me know how can I get the following info when I am running the tool?

Silent packet drops and black holes
Jitter (average of the deviation from the network mean latency)
PMTU or Firewall issues too related possibly to network config changes (accidental or not)

right now the only thing that I get is:

Reachability
Round-trip and 1-way latency

Thanks

@Vasilis
Copy link
Contributor

Vasilis commented Aug 27, 2019

Hi,

thanks for your question.

Arachne is a packet loss detection system and an underperforming path detection system with negligible computational, memory, and traffic overhead.

Specifically, it checks reachability and measures the round-trip and one-way latency, as well as the number of silent packet drops over the multiple available paths between two server end-points, internal or external. Arachne can detect i) intra-DC, ii) inter-DC, iii) Cloud-to-DC, and iv) DC-to-external-services issues by generating a minimal amount of traffic. As examples of external third-party services, one can think of payment, messaging, and mapping services.

Note that the packet drops are currently only uploaded through the metrics lib (e.g. to datadog) and not reported in the 'standalone' stdout.

Additional metrics, such as jitter, i.e., the average of the deviation from the network mean latency or firewall issues, can be deduced from the above basic set of measurements.

What Arachne does not conduct is network bandwidth tests.

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

No branches or pull requests

2 participants