Skip to content

Redesign Immune #38

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Redesign Immune #38

wants to merge 7 commits into from

Conversation

danvixent
Copy link
Collaborator

This PR will add the following to immune:

  • immune fire : This command will fire events repeatedly to the designated convoy server, upon completion it will output a log file giving a summary of the metrics such as:
    • Error & Success rate
    • Max, Min & Avg Request time
    • A log of all the ids of the events sent and the time they were sent.
  • immune recv : This command will act as a receiver for the event deliveries from convoy, upon completion it will output a log of the events it received and the time they were received. How will this component know when to exit? a --timeout flag will be provided.
  • immune compute : The command will take the logs output by the two commands above and produce a differential log; it will output metrics such as:
    • Highest time to receive event delivery (end-to-end measurement, using the provided logs)
    • Avg Time to receive event delivery.

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