This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set term png transparent truecolor size 1920, 1080 | |
| set output "results.png" | |
| set key outside | |
| set key right top | |
| set multiplot | |
| set timefmt "%d-%m %H:%M:%S" | |
| set format x "%H:%M:%S" | |
| set grid | |
| # CPU plot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [gondor] | |
| site_key = | |
| vcs = hg | |
| [app] | |
| ; this path is relative to your project root (the directory .gondor is in) | |
| requirements_file = requirements.txt | |
| ; this is a Python path and the default value maps to deploy/wsgi.py on disk | |
| wsgi_entry_point = wsgi |