This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
uls:testsuite:version_180:preparations [2014-01-27 08:22] uls |
uls:testsuite:version_180:preparations [2015-02-25 19:25] (current) uls |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| <code bash> | <code bash> | ||
| - | u2w_interpreter /home/uls/testsuite/del_all_limits.s2w | + | $ u2w_interpreter /home/uls/testsuite/del_all_limits.s2w |
| </code> | </code> | ||
| Check that the regular ULS jobs are correctly executed by cron: | Check that the regular ULS jobs are correctly executed by cron: | ||
| <code bash> | <code bash> | ||
| - | cd /etc/cron.d/ | + | $ cd /etc/cron.d/ |
| - | vi ulsserver | + | $ vi ulsserver |
| </code> | </code> | ||
| Line 41: | Line 41: | ||
| <code bash> | <code bash> | ||
| - | /usr/local/uls/ulsmeld/do_ulsmeld -f test_limits | + | $ /usr/local/uls/ulsmeld/do_ulsmeld -f test_limits |
| - | /usr/local/uls/ulsmeld/do_ulsmeld -f test_kombilimits | + | $ /usr/local/uls/ulsmeld/do_ulsmeld -f test_kombilimits |
| - | /usr/local/uls/ulsmeld/do_ulsmeld -f test_isalive | + | $ /usr/local/uls/ulsmeld/do_ulsmeld -f test_isalive |
| </code> | </code> | ||
| Line 51: | Line 51: | ||
| <code bash> | <code bash> | ||
| - | echo > /tmp/ulsserver.meldungen.out | + | $ echo > /tmp/ulsserver.meldungen.out |
| - | chmod 664 /tmp/ulsserver.meldungen.out | + | $ chmod 664 /tmp/ulsserver.meldungen.out |
| </code> | </code> | ||
| ---- | ---- | ||
| + | |||
| + | ==== gnuplot colors ==== | ||
| + | |||
| + | We made some research on what colors to use for the output of the graphs for which gnuplot is used. | ||
| + | Found [[http://phrogz.net/css/distinct-colors.html]] very useful to play around with colors. | ||
| + | But it took some time. Came back to these settings: | ||
| + | |||
| + | * Hue: 0 to 360, step 30 | ||
| + | * Saturation: 100 to 30, step 70 | ||
| + | * Value: 100 to 100, no variation | ||
| + | * Threshold set to generate 12 colors (the function of pre-shuffle is unclear) | ||
| + | |||
| + | But finally, we took these 16 colors: | ||
| + | * TODO | ||
| + | |||
| + | |||
| + | <!-- define the gnuplot colors in /usr/local/uls/wwwbin/loggingout_grafik_prescript.plt --> | ||
| + | |||
| + | ----- | ||
| + | |||