Skip to content
  • David Anderson's avatar
    server: parse peak memory/disk info from client, store in DB, display in web · fc7c75b2
    David Anderson authored
    The latest client reports the peak working set size, swap size,
    and disk usage for completed jobs.
    Add fields to the results table to store these.
    Parse them in scheduler request messages, and write to the DB.
    Display them in the result web page.
    
    This data can be used to improve (or even automate)
    the job estimates for memory and disk usage.
    fc7c75b2