diff --git a/opensciencegrid/ospool-ganglia/ganglia.d/ce_dashboards/51_ce_dashboard_metrics b/opensciencegrid/ospool-ganglia/ganglia.d/ce_dashboards/51_ce_dashboard_metrics index 9d0914cd..b5f74b03 100644 --- a/opensciencegrid/ospool-ganglia/ganglia.d/ce_dashboards/51_ce_dashboard_metrics +++ b/opensciencegrid/ospool-ganglia/ganglia.d/ce_dashboards/51_ce_dashboard_metrics @@ -140,3 +140,21 @@ Requirements = ( ( ( State == "Claimed" || State=="Preempting" ) && Activity != "Idle" && Activity != "Suspended" ) == false); TargetType = "Machine"; ] +[ + Aggregate = "SUM"; + Name = "TotalTransferInputMB"; + Desc = "Total bytes of job input transferred across the network"; + Value = TotalTransferInputMB?:0; + Units = "megabytes"; + Requirements = true; + TargetType = "Startd"; +] +[ + Aggregate = "SUM"; + Name = "TotalTransferOutputMB"; + Desc = "Total bytes of job output transferred across the network"; + Value = TotalTransferOutputMB?:0; + Units = "megabytes"; + Requirements = true; + TargetType = "Startd"; +]