diff --git a/handlers/ThroughputScalingHandler.py b/handlers/ThroughputScalingHandler.py index 38c5c3d8c4ab510572905ad186bf0816fc753020..716cd9bdecb74152a51f9e9ab4c711fe7241de54 100644 --- a/handlers/ThroughputScalingHandler.py +++ b/handlers/ThroughputScalingHandler.py @@ -102,6 +102,7 @@ class ThroughputScalingHandler(BaseHandler): + " Events/s"+"</li>"\ "</ul>"\ "<img src="'scalingTest.png'">"\ + "<p>Here's the <a href='scalingTest.pdf'>pdf</a> version.</p>"\ "</body>"\ "</html>" @@ -113,6 +114,9 @@ class ThroughputScalingHandler(BaseHandler): subprocess.call(['xrdcp', 'scalingTest.png', targetRootEosDir + "/scalingTest.png"]) + subprocess.call(['xrdcp', + 'scalingTest.pdf', + targetRootEosDir + "/scalingTest.pdf"]) subprocess.call(['xrdcp', 'index.html', targetRootEosDir + "/index.html"])