Skip to content

Gather some statistics (like unix time) during running and output when process stops #86

@jrudolph

Description

@jrudolph

Potential fields when process is started:

  • Start time
  • PID

Potential fields when process is running (for showing with reStatus):

  • Start time, run time
  • CPU usage
  • Mem usage

Potential fields when process is stopped:

  • Start time, end time, (wall-clock) run time
  • CPU usage
  • Max mem usage

The difficulty might be getting the PID but if we have that we can probably go to proc for the other things.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions