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

Performance measurements (high level) #42

Open
t-saideep opened this issue Feb 21, 2012 · 0 comments
Open

Performance measurements (high level) #42

t-saideep opened this issue Feb 21, 2012 · 0 comments

Comments

@t-saideep
Copy link
Contributor

General performance metrics.

Given a Datablox application, we would like to measure the following:

  1. Is the performance of Datablox acceptable for the application? For example, if the throughput of the bookmarks app is the same as the crawl-rate, then the framework is not adding any appreciable overheads to the process. Click's main experimental result was that it could pass on packets at the maximum rate which can be processed by the Linux kernel. While a monolithic router could go at a faster rate, it is irrelevant as it will not make any difference to the system.
  2. How does it scale? Does adding more machines help scale linearly? At what point does adding more machines not help the system? What are the minimum number of machines needed for the throughput to be acceptable for the application?
  3. How reusable are the blocks? Certainly every application will have something specific to it, but what is its proportion to the rest of the application code?
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