Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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";
]
Loading