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

Task processing time should be shown, not just time-since-queued #904

Open
gjsa73 opened this issue Aug 25, 2020 · 0 comments
Open

Task processing time should be shown, not just time-since-queued #904

gjsa73 opened this issue Aug 25, 2020 · 0 comments

Comments

@gjsa73
Copy link

gjsa73 commented Aug 25, 2020

What's your browser and operating system? (Copy/paste the output of https://www.whatismybrowser.com/)

Chrome 84 on Windows 10
Edge 84 on Windows 10

What is the problem?

Task run time displays total time since task was queued. However, if there are jobs queued beforehand, the counter runs while the other tasks are being processed.

What should be the expected behavior?

It would be more useful to show how long the task took to process once it actually started, not since it was submitted/queued.

If time-since-queued is still considered necessary, then we really need both times to be displayed, but at a minimum, processing time should be displayed.

How can we reproduce this? (What steps did you do to trigger the problem? What parameters are you using for processing? Please include multiple screenshots of the problem! If possible please include a copy of your dataset uploaded on Google Drive or Dropbox. Be detailed)

The image below shows that the time to process plots 3, 4 and 5 is accurately displayed because these were processed simultaneously on separate nodes.

However, plots 6 onwards were processed on a single node, and the time displayed represents the time since each task was queued.

image

@gjsa73 gjsa73 changed the title Task processing time is misleading Task processing time should be shown, not just time-since-queued Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants