@@ -36,9 +36,9 @@ <h4>Download and Run</h4>
36
36
< div class ="console ">
37
37
< span class ="type-text teletype-prefix "> chronix@chronixDB:~$ </ span > < span class ="teletype-text "> mkdir chronixShowcase</ span > < br >
38
38
< span class ="type-text teletype-prefix "> chronix@chronixDB:~$ </ span > < span class ="teletype-text "> cd chronixShowcase</ span > < br >
39
- < span class ="type-text teletype-prefix "> chronix@chronixDB:~$ </ span > < span class ="teletype-text "> wget https://github.com/ChronixDB/chronix.server/releases/download/v0.1.3 /chronix-0.1.3 .zip</ span > < br >
40
- < span class ="type-text teletype-prefix "> chronix@chronixDB:~$ </ span > < span class ="teletype-text "> unzip chronix-0.1.3 .zip</ span > < br >
41
- < span class ="type-text teletype-prefix "> chronix@chronixDB:~$ </ span > < span class ="teletype-text "> cd chronix-solr-5.5.0 /</ span > < br >
39
+ < span class ="type-text teletype-prefix "> chronix@chronixDB:~$ </ span > < span class ="teletype-text "> wget https://github.com/ChronixDB/chronix.server/releases/download/0.2 /chronix-0.2 .zip</ span > < br >
40
+ < span class ="type-text teletype-prefix "> chronix@chronixDB:~$ </ span > < span class ="teletype-text "> unzip chronix-0.2 .zip</ span > < br >
41
+ < span class ="type-text teletype-prefix "> chronix@chronixDB:~$ </ span > < span class ="teletype-text "> cd chronix-solr-6.0.1 /</ span > < br >
42
42
< span class ="type-text teletype-prefix "> chronix@chronixDB:~$ </ span > < span class ="teletype-text "> chmod +x bin/solr</ span > < br >
43
43
< span class ="type-text teletype-prefix "> chronix@chronixDB:~$ </ span > < span class ="teletype-text "> export JAVA_HOME=/usr/lib/jvm/java-8-oracle/</ span > < br >
44
44
< span class ="type-text teletype-prefix "> chronix@chronixDB:~$ </ span > < span class ="teletype-text "> ./bin/solr start</ span > < br >
@@ -56,8 +56,8 @@ <h4>Download and Run</h4>
56
56
57
57
< div class ="console ">
58
58
< span class ="type-text teletype-prefix "> chronix@chronixDB:~$ </ span > < span class ="teletype-text "> cd chronixShowcase</ span > < br >
59
- < span class ="type-text teletype-prefix "> chronix@chronixDB:~$ </ span > < span class ="teletype-text "> wget https://github.com/ChronixDB/chronix.examples/releases/download/v0.1.3 /chronix-timeseries-exploration-0.1.3 .jar</ span > < br >
60
- < span class ="type-text teletype-prefix "> chronix@chronixDB:~$ </ span > < span class ="teletype-text "> java -jar chronix-timeseries-exploration-0.1.3 .jar</ span > < br >
59
+ < span class ="type-text teletype-prefix "> chronix@chronixDB:~$ </ span > < span class ="teletype-text "> wget https://github.com/ChronixDB/chronix.examples/releases/download/0.2 /chronix-timeseries-exploration-0.2 .jar</ span > < br >
60
+ < span class ="type-text teletype-prefix "> chronix@chronixDB:~$ </ span > < span class ="teletype-text "> java -jar chronix-timeseries-exploration-0.2 .jar</ span > < br >
61
61
< span class ="teletype-text "> Setting up Chronix with a remote solr to URL http://localhost:8983/solr/chronix/</ span > < br >
62
62
< span class ="teletype-text "> Checking connection to solr. Result true.</ span > < br >
63
63
< span class ="type-text teletype-prefix "> chronix@chronixDB:~$ </ span > < span class ="teletype-cursor "
@@ -70,13 +70,13 @@ <h4>Download and Run</h4>
70
70
< span style ="font-family: Courier "> Load</ span > is
71
71
< span style ="font-family: Courier "> metric:*Load*</ span > .
72
72
Just enter the query term into the text box at the top and hit Shift + Enter to retrieve the result.
73
- To compute the maximum of that result you add a filter query
74
- < span style ="font-family: Courier "> ag= max</ span > in the second text box and press again Shift +
73
+ To compute the maximum, minimum, average of that result you add a filter query
74
+ < span style ="font-family: Courier "> function= max;min;avg </ span > in the second text box and press again Shift +
75
75
Enter.
76
76
To check if the average load
77
77
(< span style ="font-family: Courier "> metric:*Load*avg</ span > )
78
- has a positive trend you can use the
79
- < span style ="font-family: Courier "> analysis =trend</ span > function in the filter query text box.
78
+ has a positive trend you can use
79
+ < span style ="font-family: Courier "> function =trend</ span > in the filter query text box.
80
80
You start the analysis by pressing Shift + Enter.
81
81
The queries described and shown in the screencast represent only a few simple queries, check out
82
82
our < a
@@ -87,7 +87,7 @@ <h4>Download and Run</h4>
87
87
88
88
< div align ="center " class ="embed-responsive embed-responsive-16by9 ">
89
89
< video controls preload ="metadata " class ="embed-responsive-item ">
90
- < source src =https://bintray.com/artifact/download/ chronix/Recordings/Chronix-Screencast .mp4
90
+ < source src =https://bintray.com/chronix/Recordings/download_file?file_path =chronix-example .mp4
91
91
type=video/mp4>
92
92
</ video >
93
93
</ div >
0 commit comments