IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42898


Ignore:
Timestamp:
Jun 17, 2025, 4:31:06 PM (13 months ago)
Author:
eugene
Message:

add pcontrol hoststats command (and stats for host I/O rates)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-unions-20250528/Ohana/src/opihi/include/pcontrol.h

    r42895 r42898  
    151151  Ptime       next_start_try; // next (UNIX) time we should attempt to connect to this host (0 on success)
    152152  Ptime       connect_time; // (UNIX) time we connected to this host
     153
     154  float       read_time; // total time trying to read data from this host
     155  int         read_N_Pclient; // total number of attempts to read in Pclient
     156  int         read_N_GetJobOutput; // total number of attempts to read in GetJobOutput
     157  int         N_jobs_total; // total number of jobs
     158
    153159  struct Job *job;
    154160} Host;
     
    352358void Stats_CheckLiveHosts (int reset);
    353359
     360void Stats_PushStack (int reset);
     361void Stats_PullStack (int reset);
     362void Stats_PullStackLoc (int reset);
     363
    354364// Job   *FindJobByID (IDtype JobID, int *StackID);
    355365// Job   *FindJobInStackByID (int StackID, int ID);
Note: See TracChangeset for help on using the changeset viewer.