diff --git a/scripts/etc/gloat/gh.1d.yml b/scripts/etc/gloat/gh.1d.yml index 93658c44a..f064b2f7a 100644 --- a/scripts/etc/gloat/gh.1d.yml +++ b/scripts/etc/gloat/gh.1d.yml @@ -1,7 +1,9 @@ name: "GitHub Import Load Testing (1 day)" main: "pilosa server --data-dir ${TMPDIR} --txsrc ${TXSRC}" -load: "molecula-consumer-github -i events -d id --record-type event --batch-size=100000 --start-time 2020-01-01T00:00:00Z --end-time 2020-01-01T23:00:00Z --cache-dir .githubarchive" +load: "molecula-consumer-github -i events -d id --record-type event --batch-size=100000 --start-time 2020-01-01T00:00:00Z --end-time 2020-01-01T23:00:00Z --cache-dir ~/.githubarchive" health_url: "http://localhost:10101/status" -debug_url: "http://localhost:10101/debug" +vars_urls: + - http://localhost:10101/debug/vars + - http://localhost:7070/debug/vars diff --git a/scripts/etc/gloat/gh.1m.yml b/scripts/etc/gloat/gh.1m.yml index 9b4dacf4a..5be52cb7a 100644 --- a/scripts/etc/gloat/gh.1m.yml +++ b/scripts/etc/gloat/gh.1m.yml @@ -1,7 +1,9 @@ name: "GitHub Import Load Testing (1 month)" main: "pilosa server --data-dir ${TMPDIR} --txsrc ${TXSRC}" -load: "molecula-consumer-github -i events -d id --record-type event --batch-size=100000 --start-time 2020-01-01T00:00:00Z --end-time 2020-01-31T23:00:00Z --cache-dir .githubarchive" +load: "molecula-consumer-github -i events -d id --record-type event --batch-size=100000 --start-time 2020-01-01T00:00:00Z --end-time 2020-01-31T23:00:00Z --cache-dir ~/.githubarchive" health_url: "http://localhost:10101/status" -debug_url: "http://localhost:10101/debug" +vars_urls: + - http://localhost:10101/debug/vars + - http://localhost:7070/debug/vars diff --git a/scripts/etc/gloat/gh.1w.yml b/scripts/etc/gloat/gh.1w.yml index 23343ae45..084492919 100644 --- a/scripts/etc/gloat/gh.1w.yml +++ b/scripts/etc/gloat/gh.1w.yml @@ -1,7 +1,9 @@ name: "GitHub Import Load Testing (1 week)" main: "pilosa server --data-dir ${TMPDIR} --txsrc ${TXSRC}" -load: "molecula-consumer-github -i events -d id --record-type event --batch-size=100000 --start-time 2020-01-01T00:00:00Z --end-time 2020-01-06T23:00:00Z --cache-dir .githubarchive" +load: "molecula-consumer-github -i events -d id --record-type event --batch-size=100000 --start-time 2020-01-01T00:00:00Z --end-time 2020-01-06T23:00:00Z --cache-dir ~/.githubarchive" health_url: "http://localhost:10101/status" -debug_url: "http://localhost:10101/debug" +vars_urls: + - http://localhost:10101/debug/vars + - http://localhost:7070/debug/vars diff --git a/scripts/etc/gloat/query.count.yml b/scripts/etc/gloat/query.count.yml index 59b2a766f..5690c13a8 100644 --- a/scripts/etc/gloat/query.count.yml +++ b/scripts/etc/gloat/query.count.yml @@ -6,4 +6,5 @@ load: "pilosa-bench -type count -rate 100 -n 3000" health_url: "http://localhost:10101/status" health_regexp: "NORMAL" -debug_url: "http://localhost:10101/debug" +vars_urls: + - http://localhost:10101/debug/vars diff --git a/scripts/etc/gloat/query.difference.yml b/scripts/etc/gloat/query.difference.yml index cac32117c..3a73a8e46 100644 --- a/scripts/etc/gloat/query.difference.yml +++ b/scripts/etc/gloat/query.difference.yml @@ -6,4 +6,5 @@ load: "pilosa-bench -type difference -rate 10 -n 300" health_url: "http://localhost:10101/status" health_regexp: "NORMAL" -debug_url: "http://localhost:10101/debug" +vars_urls: + - http://localhost:10101/debug/vars diff --git a/scripts/etc/gloat/query.groupby.yml b/scripts/etc/gloat/query.groupby.yml index 07dfc5ef9..a5c4c5d00 100644 --- a/scripts/etc/gloat/query.groupby.yml +++ b/scripts/etc/gloat/query.groupby.yml @@ -6,4 +6,5 @@ load: "pilosa-bench -type groupby -rate 100 -n 3000" health_url: "http://localhost:10101/status" health_regexp: "NORMAL" -debug_url: "http://localhost:10101/debug" +vars_urls: + - http://localhost:10101/debug/vars diff --git a/scripts/etc/gloat/query.intersect.yml b/scripts/etc/gloat/query.intersect.yml index 2ae1c3660..00bbfbd2e 100644 --- a/scripts/etc/gloat/query.intersect.yml +++ b/scripts/etc/gloat/query.intersect.yml @@ -6,4 +6,5 @@ load: "pilosa-bench -type intersect -rate 100 -n 3000" health_url: "http://localhost:10101/status" health_regexp: "NORMAL" -debug_url: "http://localhost:10101/debug" +vars_urls: + - http://localhost:10101/debug/vars diff --git a/scripts/etc/gloat/query.row-bsi.yml b/scripts/etc/gloat/query.row-bsi.yml index dfb9dac20..04fe472eb 100644 --- a/scripts/etc/gloat/query.row-bsi.yml +++ b/scripts/etc/gloat/query.row-bsi.yml @@ -6,4 +6,5 @@ load: "pilosa-bench -type row -rate 100 -n 3000" health_url: "http://localhost:10101/status" health_regexp: "NORMAL" -debug_url: "http://localhost:10101/debug" +vars_urls: + - http://localhost:10101/debug/vars diff --git a/scripts/etc/gloat/query.row-range.yml b/scripts/etc/gloat/query.row-range.yml index eb21834cf..f05b5cb4c 100644 --- a/scripts/etc/gloat/query.row-range.yml +++ b/scripts/etc/gloat/query.row-range.yml @@ -6,4 +6,5 @@ load: "pilosa-bench -type row-range -rate 10 -n 300 -from 2020-01-01T00:00:00Z - health_url: "http://localhost:10101/status" health_regexp: "NORMAL" -debug_url: "http://localhost:10101/debug" +vars_urls: + - http://localhost:10101/debug/vars diff --git a/scripts/etc/gloat/query.row.yml b/scripts/etc/gloat/query.row.yml index 8a8ec812c..142f12004 100644 --- a/scripts/etc/gloat/query.row.yml +++ b/scripts/etc/gloat/query.row.yml @@ -6,4 +6,5 @@ load: "pilosa-bench -type row -rate 100 -n 3000" health_url: "http://localhost:10101/status" health_regexp: "NORMAL" -debug_url: "http://localhost:10101/debug" +vars_urls: + - http://localhost:10101/debug/vars diff --git a/scripts/etc/gloat/query.topk.yml b/scripts/etc/gloat/query.topk.yml index 44230ec95..10da63427 100644 --- a/scripts/etc/gloat/query.topk.yml +++ b/scripts/etc/gloat/query.topk.yml @@ -6,4 +6,5 @@ load: "pilosa-bench -type row-range -rate 10 -n 300 -from 2020-01-01T00:00:00Z - health_url: "http://localhost:10101/status" health_regexp: "NORMAL" -debug_url: "http://localhost:10101/debug" +vars_urls: + - http://localhost:10101/debug/vars diff --git a/scripts/etc/gloat/query.union.yml b/scripts/etc/gloat/query.union.yml index 3620fc0fa..a2270d974 100644 --- a/scripts/etc/gloat/query.union.yml +++ b/scripts/etc/gloat/query.union.yml @@ -6,4 +6,5 @@ load: "pilosa-bench -type union -rate 10 -n 300" health_url: "http://localhost:10101/status" health_regexp: "NORMAL" -debug_url: "http://localhost:10101/debug" +vars_urls: + - http://localhost:10101/debug/vars diff --git a/scripts/etc/gloat/query.xor.yml b/scripts/etc/gloat/query.xor.yml index 3c81f5f83..f2eb857b8 100644 --- a/scripts/etc/gloat/query.xor.yml +++ b/scripts/etc/gloat/query.xor.yml @@ -6,4 +6,5 @@ load: "pilosa-bench -type xor -rate 10 -n 300" health_url: "http://localhost:10101/status" health_regexp: "NORMAL" -debug_url: "http://localhost:10101/debug" +vars_urls: + - http://localhost:10101/debug/vars