Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(428)

Side by Side Diff: appengine/chrome_infra_mon_proxy/scripts/loadtest_startup.sh

Issue 928043005: Monitoring proxy for time series data (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: More fine-tuning Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 #!/bin/bash
2 echo "# crontab for user `whoami`" > crontab
3 crontab -l >> crontab
4 echo "* * * * * /bin/bash -c \"sudo docker run --rm gcr.io/chrome_infra_mon_prox y/loadtest_08bb1f6c6e43\"" >> crontab
ghost stip (do not use) 2015/04/14 00:36:43 oh my
Sergey Berezin (google) 2015/04/16 04:39:07 Oh yeah :-) There is a long and sad story behind t
5 crontab crontab
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698