Cleanup
This commit is contained in:
Родитель
fcacfca2da
Коммит
ada3ced336
|
@ -129,14 +129,14 @@ def get_element(log_path, j):
|
|||
|
||||
|
||||
logfile = "/home/jonasda/WorkCanary/Data/2018-02-06Z14-50-28/log"
|
||||
logfile2 = "/home/jonasda/WorkCanary/Data/2018-02-06Z16-28-31/log"
|
||||
logfile2 = "/home/jonasda/WorkCanary/Data/2018-02-06Z16-55-12/log"
|
||||
|
||||
#logfile = "/home/jonasda/.tlscanary/log/2018/01/2018-01-25Z11-41-32/log"
|
||||
#print_element_summary(logfile)
|
||||
plot_response_times(logfile)
|
||||
plot_response_times(logfile2)
|
||||
#plot_success(logfile)
|
||||
print_log_summary(logfile)
|
||||
#print_log_summary(logfile)
|
||||
print_log_summary(logfile2)
|
||||
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
for i in 0 2 5; do
|
||||
sleep $i
|
||||
# FIXME
|
||||
git clone -b taskcluster-proxy-experiments https://github.com/mozilla/canary-harvester.git && break
|
||||
git clone -b master https://github.com/mozilla/canary-harvester.git && break
|
||||
rm -rf canary-harvester
|
||||
done
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# delete the python stuff it doesn't work
|
||||
# python /home/worker/canary-harvester/harvester/set_index.py
|
||||
timestamp=$(date +'%Y-%m-%d-%H-%M-%S')
|
||||
curl -v -X PUT "http://taskcluster/index/v1/task/project.nss-nspr.canary-harvester-test.${timestamp}" -H 'Content-Type: application/json' -d "{\"taskId\":\"${TASK_ID}\", \"rank\":10, \"data\":{}, \"expires\":\"2020-02-06T08:26:21.362Z\"}"
|
||||
curl -v -X PUT "http://taskcluster/index/v1/task/project.nss-nspr.canary-harvester.${timestamp}" -H 'Content-Type: application/json' -d "{\"taskId\":\"${TASK_ID}\", \"rank\":10, \"data\":{}, \"expires\":\"2020-02-06T08:26:21.362Z\"}"
|
||||
|
||||
tlscanary scan -l 100000 -f 0
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче