[documentation] Minor whitespace changes
This commit is contained in:
parent
ff1a8f1029
commit
410afdfb1c
1 changed files with 78 additions and 75 deletions
|
@ -287,7 +287,7 @@ Ignored files
|
||||||
* any file with the following prefixes: ``.``, ``#``;
|
* any file with the following prefixes: ``.``, ``#``;
|
||||||
* any file with the following suffixes: ``~``, ``#``, ``.log``, ``.tmp``, ``.temp``, ``.lock``;
|
* any file with the following suffixes: ``~``, ``#``, ``.log``, ``.tmp``, ``.temp``, ``.lock``;
|
||||||
* any file that contains the following: ``#``;
|
* any file that contains the following: ``#``;
|
||||||
* any file that exactly matches the following:: ``Thumbs.db``, ``.DS_Store``;
|
* any file that exactly matches the following: ``Thumbs.db``, ``.DS_Store``;
|
||||||
* (at the moment these rules are not configurable through flags;)
|
* (at the moment these rules are not configurable through flags;)
|
||||||
|
|
||||||
|
|
||||||
|
@ -452,14 +452,14 @@ Compile the Go binaries: ::
|
||||||
|
|
||||||
go build \
|
go build \
|
||||||
-ldflags '-s' \
|
-ldflags '-s' \
|
||||||
-o /tmp/kawipiko/bin/kawipiko-archiver \
|
-o /tmp/kawipiko/bin/kawipiko-server \
|
||||||
./cmd/archiver.go \
|
./cmd/server.go \
|
||||||
#
|
#
|
||||||
|
|
||||||
go build \
|
go build \
|
||||||
-ldflags '-s' \
|
-ldflags '-s' \
|
||||||
-o /tmp/kawipiko/bin/kawipiko-server \
|
-o /tmp/kawipiko/bin/kawipiko-archiver \
|
||||||
./cmd/server.go \
|
./cmd/archiver.go \
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
@ -470,8 +470,11 @@ Deploy the binaries
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
cp /tmp/kawipiko/bin/kawipiko-archiver /usr/local/bin
|
cp \
|
||||||
cp /tmp/kawipiko/bin/kawipiko-server /usr/local/bin
|
-t /usr/local/bin \
|
||||||
|
/tmp/kawipiko/bin/kawipiko-server \
|
||||||
|
/tmp/kawipiko/bin/kawipiko-archiver \
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -874,7 +877,7 @@ Load generators
|
||||||
--timeout 1s \
|
--timeout 1s \
|
||||||
--duration 30s \
|
--duration 30s \
|
||||||
--latency \
|
--latency \
|
||||||
http://127.0.0.1:8080/ \
|
http://127.0.0.1:8080/index.txt \
|
||||||
#
|
#
|
||||||
|
|
||||||
* 4096 concurrent connections (handled by 2 threads): ::
|
* 4096 concurrent connections (handled by 2 threads): ::
|
||||||
|
@ -885,7 +888,7 @@ Load generators
|
||||||
--timeout 1s \
|
--timeout 1s \
|
||||||
--duration 30s \
|
--duration 30s \
|
||||||
--latency \
|
--latency \
|
||||||
http://127.0.0.1:8080/ \
|
http://127.0.0.1:8080/index.txt \
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue