|
@@ -33,9 +33,21 @@ to peer.</p>
|
|
|
<input type="submit" value="Register" />
|
|
|
</form>
|
|
|
|
|
|
-<h3>Measurement script</h3>
|
|
|
-
|
|
|
-<p>The measurement script can be accessed <a href="/script.sh">here</a>.
|
|
|
-You need to edit the UUID.</p>
|
|
|
+<h3>Measurement scripts</h3>
|
|
|
+
|
|
|
+<p>Currently, two measurement scripts are available, depending on your needs:
|
|
|
+ <ul>
|
|
|
+ <li><a href="/script.sh">shell script implemented as a self-contained loop</a></li>
|
|
|
+ <li><a href="/cron.sh">shell script that you can run in cron</a></li>
|
|
|
+ </ul>
|
|
|
+ For both scripts, you need to edit the UUID variable to put your own UUID.
|
|
|
+</p>
|
|
|
+
|
|
|
+<p>Of course, you can write your own measurement scripts, using the
|
|
|
+still-undocumented API. Please make sure that your scripts are not too
|
|
|
+aggressive: you should not fetch jobs more often than 30 seconds, while 1
|
|
|
+minute is a good value. Please include a fairly large amount of jitter (a
|
|
|
+random sleep of at most 30 seconds, for instance). This avoids
|
|
|
+synchronisation between participants.</p>
|
|
|
|
|
|
{% endblock %}
|