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

Periodically log queue size #18

Open
jsjason opened this issue Apr 8, 2019 · 0 comments
Open

Periodically log queue size #18

jsjason opened this issue Apr 8, 2019 · 0 comments

Comments

@jsjason
Copy link
Contributor

jsjason commented Apr 8, 2019

We've confirmed in #16 that the maximum queue size has the potential of affecting overall performance. In fact, the number of items in the queue can eventually be used by the system to dynamically adjust step placement for handling an unstable input stream (a high number of items in the queue means that the system is having a hard time following the input stream). We should collect data on the number of items in the queue for our experiments to get more insights on how to use the information for dynamic step placement.

We could either create a separate log file for this information, or somehow embed it within the inference timing logs.

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