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

Some notes on Times displayed #16

Open
NandanaSengupta opened this issue Apr 1, 2016 · 1 comment
Open

Some notes on Times displayed #16

NandanaSengupta opened this issue Apr 1, 2016 · 1 comment
Assignees

Comments

@NandanaSengupta
Copy link
Collaborator

A bunch of things that will be useful wrt timing:

  1. The "Previous Jobs" table should display "Start Time" rather than "Submit Time" -- less confusing when waiting on a job to finish.
  2. When a job fails because it hit the walltime, then instead of "failed" if the status displays "timed out" that would avoid confusion (because STDERR doesn't show any error messages in this case).
  3. A time elapsed row in the job info would we useful (though not necessary).
  4. CT instead of GMT would be useful (though not necessary).
@yadudoc yadudoc self-assigned this Apr 3, 2016
@yadudoc
Copy link
Owner

yadudoc commented Apr 3, 2016

Converting to tasks:

  • Start_time rather than submit_time ?. Added both, but both are necessary fields.
  • Timeout code 1001, is walltime based break. Add a error string to describe this status
  • Time elapsed since job start ?
    Maybe this could be better addressed with stats of the job with submit_time --> start_time --> staging_time --> processing cpu/ mem stats -> stagout_time --> Fails / Completed.
  • Convert to CST instead of using GMT.

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

2 participants