dmwm / PHEDEX

CMS data-placement suite
8 stars 18 forks source link

Datasvc nodeusagehistory API: Add cust/noncust_miss_files/bytes to the output #1027

Open nikmagini opened 8 years ago

nikmagini commented 8 years ago

The t_history_dest table includes statistics for miss_files and miss_bytes (data that is subscribed to but not resident at the node, i.e. the transfer backlog to the destination), but this is not published in the datasvc.

Proposing to add this to the output of the nodeusagehistory API that is already publishing the other stats from this table. Add these new attributes to the output:

cust_miss_files cust_miss_bytes noncust_miss_files noncust_miss_bytes

N.