Skip to content

Stateful status of experiments #716

@deanlorenz

Description

@deanlorenz

Component

Run

Desired use case or feature

  • Currently, it is not always clear which experiments/workloads completed successfully.
  • The proposal is to add persistent state information to the results dir
  • This could also simplify synchronization -- between benchmark replicas, between monitoring and benchmarking

Proposed solution

  • Add to the benchmark wrappers code to save a status file
  • Rename status file, as benchmark progresses (rename should be an atomic operation), e.g., --
    status.READY, status.START, status.COMPLETE, status.SUCCESS, status.FAIL
  • Check for completion indicators before changing status (e.g., look for expected string in logs)
  • Add timing info inside file
  • Add UI to allow list of results with status
  • Extract start/end timing from the status

Alternatives

No response

Additional context or screenshots

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions