forked from xrootd/xrootd
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
evaluate space:
xrdpfc_print /xcache-root/ | perl -ne 'if ( $_ =~ /nBlocks (\d+) nDownloaded (\d+)(.*)/) { $s1+=$1; $s2+=$2; $s3++; if ($1 eq $2) { $s4++}; } END { printf ( "blocks downloaded=%.2f complete=%.2f\n", $s2/$s1, $s4/$s3);}'
restart top redirector
service cmsd restart xcacheucsd
Metadata
Metadata
Assignees
Labels
No labels