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

Various improvements to bench, check, ping commands #158

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

56quarters
Copy link
Owner

Improvements for mc bench and mc check:

  • Gracefully handle SIGINT, stopping the main loop
  • Print summary information even when interrupted
  • Change precision of timing output to 6 digits from 9
  • Rename "total" time fields to "overall" for clarity
  • Compute standard deviation using constant memory
  • Simplify benchmarking code

Improvements for dns ping:

  • Gracefully handle SIGINT, stopping the main loop
  • Print summary information event when interrupted
  • Support setting the nameserver to use explicitly instead of requiring a custom resolv.conf file

Improvements for `mc bench` and `mc check`:

* Gracefully handle SIGINT, stopping the main loop
* Print summary information even when interrupted
* Change precision of timing output to 6 digits from 9
* Rename "total" time fields to "overall" for clarity
* Compute standard deviation using constant memory
* Simplify benchmarking code

Improvements for `dns ping`:

* Gracefully handle SIGINT, stopping the main loop
* Print summary information event when interrupted
* Support setting the nameserver to use explicitly instead
  of requiring a custom resolv.conf file
@56quarters 56quarters marked this pull request as ready for review July 18, 2024 00:58
@56quarters 56quarters merged commit 6b22d3b into master Jul 18, 2024
6 checks passed
@56quarters 56quarters deleted the ping-improvements branch July 18, 2024 01:19
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.

1 participant