From 4806fe8adf6c8184008a32b351b7e8be8bddec2d Mon Sep 17 00:00:00 2001 From: Blallo Date: Fri, 22 Mar 2019 10:01:10 +0100 Subject: [PATCH] Include asciinema js and stub videos. --- index.html | 3 ++- res/media/client.cast | 14 ++++++++++++++ res/media/server.cast | 5 +++++ 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 res/media/client.cast create mode 100644 res/media/server.cast diff --git a/index.html b/index.html index c81310c..0f3a2a8 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ Circolog +
@@ -34,7 +35,7 @@

Client

- +
diff --git a/res/media/client.cast b/res/media/client.cast new file mode 100644 index 0000000..d72ac80 --- /dev/null +++ b/res/media/client.cast @@ -0,0 +1,14 @@ +{"version": 2, "width": 86, "height": 29, "timestamp": 1553200015, "env": {"SHELL": "/bin/zsh", "TERM": "xterm-256color"}} +[0.087873, "o", "2019/03/21 20:26:55 connecting to localhost:9080\r\n"] +[0.088539, "o", "2019/03/21 20:26:55 connected! ws://localhost:9080/ws?fmt=bson\r\n"] +[0.088619, "o", "21 Mar 19 20:26 UTC 882702613eef root: notice d Test log message\r\n"] +[21.659439, "o", "21 Mar 19 20:27 UTC 882702613eef root: notice This is the output of the circolog-tail client\r\n"] +[37.460315, "o", "21 Mar 19 20:27 UTC 882702613eef root: notice The daemon is circologd\r\n"] +[70.318165, "o", "21 Mar 19 20:28 UTC 882702613eef root: notice It binds by default on localhost:9514 and waits for syslog messages\r\n"] +[89.316769, "o", "21 Mar 19 20:28 UTC 882702613eef root: notice It binds by default on localhost:9080 and exposes a websocket endpoint\r\n"] +[107.010159, "o", "21 Mar 19 20:28 UTC 882702613eef root: notice circolog-tail queries that endpoint\r\n"] +[122.499668, "o", "21 Mar 19 20:28 UTC 882702613eef root: notice There is also a controller program: circologctl\r\n"] +[156.281111, "o", "21 Mar 19 20:29 UTC 882702613eef root"] +[156.281303, "o", ": notice circologd exposes a unix socket, by default at /tmp/circologd-ctl.sock\r\n"] +[169.066678, "o", "21 Mar 19 20:29 UTC 882702613eef root: notice circolog-ctl sends commands on that socket\r\n"] +[171.667286, "o", "^C"] diff --git a/res/media/server.cast b/res/media/server.cast new file mode 100644 index 0000000..bb5c907 --- /dev/null +++ b/res/media/server.cast @@ -0,0 +1,5 @@ +{"version": 2, "width": 86, "height": 29, "timestamp": 1553199871, "env": {"SHELL": "/bin/zsh", "TERM": "xterm-256color"}} +[0.48397, "o", "Binding address `127.0.0.1:9514` [syslog]\r\nBinding address `127.0.0.1:9080` [http]\r\nBinding address `/tmp/circologd-ctl.sock` [http]\r\n"] +[4.384817, "o", "^C"] +[4.38539, "o", "2019/03/21 20:24:35 Quitting because of signal interrupt\r\n"] +[4.3861, "o", "Error cleaning /tmp/circologd-ctl.sock : remove /tmp/circologd-ctl.sock: no such file or directory\r\n"]