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

measure timing #5

Open
niksu opened this issue Jul 11, 2016 · 0 comments
Open

measure timing #5

niksu opened this issue Jul 11, 2016 · 0 comments

Comments

@niksu
Copy link
Owner

niksu commented Jul 11, 2016

Find out how long it takes for a frame to be processed by Pax. That is, once the frame arrives, how long it takes before the frame's dropped or sent on to the next port. This might different depending on whether Mono's AOT compiler is used, and would require warming up if the (standard for .NET) JIT compiler is used. It would also be useful to find out how long it takes for the frame to reach Pax after the frame arrives at the NIC, and how long it takes for the Pax process frame to get to the NIC.

In conversation last week about rudimentary testing ideas, @luigirizzo suggested access a pcap file from disk (rather than receiving/sending packets to a network interface) and measuring Pax's processing time.

@niksu niksu mentioned this issue Jul 13, 2016
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

1 participant