1. Aug 21, 2018
  2. Aug 18, 2018
  3. Aug 17, 2018
    • Alberto Miranda's avatar
      Fix compilation issue with gcc-7 · 5952711c
      Alberto Miranda authored
      This commit closes #1
      5952711c
    • Alberto Miranda's avatar
      Add nornsctl_status function · 7fe672fa
      Alberto Miranda authored
      The new nornctl_status function queries the urd daemon and returns
      summarized stats about all iotasks currently in the system. More
      specifically, the function returns a nornsctl_stat_t structure that
      contains the following information:
          st_running_tasks: Number of tasks currently running
          st_pending_tasks: Number of tasks currently pending
          st_eta: Estimated Time of Arrival of the currently running tasks
                  (in seconds). Note that, internally, the daemon estimates
                  how long a task will take by keeping track of the average
                  namespace-to-namespace bandwidth from previous requests.
                  This means that this field may contain NaN if no tasks
                  have yet completed, since the daemon will not be able to
                  estimate the E.T.A.
      7fe672fa
  4. Jul 12, 2018
  5. Jul 11, 2018
  6. Jul 10, 2018
  7. Jul 09, 2018
  8. Jun 19, 2018
  9. Jun 13, 2018
  10. Jun 12, 2018
  11. May 22, 2018