[documentation] Minor manuals updates.
This commit is contained in:
parent
1c9d09f859
commit
5c605c79ac
9 changed files with 76 additions and 30 deletions
|
@ -36,6 +36,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||
.nf
|
||||
.ft C
|
||||
>> kawipiko\-archiver \-\-help
|
||||
>> kawipiko\-archiver \-\-man
|
||||
.ft P
|
||||
.fi
|
||||
.UNINDENT
|
||||
|
@ -61,8 +62,10 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||
\-\-exclude\-file\-listing
|
||||
\-\-include\-folder\-listing
|
||||
|
||||
\-\-progress
|
||||
\-\-debug
|
||||
\-\-progress \-\-debug
|
||||
|
||||
\-\-help (show this short help)
|
||||
\-\-man (show the full manual)
|
||||
.ft P
|
||||
.fi
|
||||
.UNINDENT
|
||||
|
|
|
@ -14,6 +14,7 @@ kawipiko -- blazingly fast static HTTP server
|
|||
::
|
||||
|
||||
>> kawipiko-archiver --help
|
||||
>> kawipiko-archiver --man
|
||||
|
||||
::
|
||||
|
||||
|
@ -33,8 +34,10 @@ kawipiko -- blazingly fast static HTTP server
|
|||
--exclude-file-listing
|
||||
--include-folder-listing
|
||||
|
||||
--progress
|
||||
--debug
|
||||
--progress --debug
|
||||
|
||||
--help (show this short help)
|
||||
--man (show the full manual)
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ NAME
|
|||
kawipiko -- blazingly fast static HTTP server - kawipiko-archiver
|
||||
|
||||
>> kawipiko-archiver --help
|
||||
>> kawipiko-archiver --man
|
||||
|
||||
--sources <path>
|
||||
|
||||
|
@ -23,8 +24,10 @@ NAME
|
|||
--exclude-file-listing
|
||||
--include-folder-listing
|
||||
|
||||
--progress
|
||||
--debug
|
||||
--progress --debug
|
||||
|
||||
--help (show this short help)
|
||||
--man (show the full manual)
|
||||
|
||||
|
||||
----
|
||||
|
|
|
@ -36,6 +36,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||
.nf
|
||||
.ft C
|
||||
>> kawipiko\-server \-\-help
|
||||
>> kawipiko\-server \-\-man
|
||||
.ft P
|
||||
.fi
|
||||
.UNINDENT
|
||||
|
@ -78,10 +79,18 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||
|
||||
\-\-limit\-memory <MiB>
|
||||
\-\-timeout\-disable
|
||||
\-\-profile\-cpu <path> ; \-\-profile\-mem <path>
|
||||
|
||||
\-\-report ; \-\-quiet ; \-\-debug
|
||||
\-\-dummy ; \-\-dummy\-empty ; \-\-dummy\-delay <duration>
|
||||
\-\-report \-\-quiet \-\-debug
|
||||
|
||||
\-\-help (show this short help)
|
||||
\-\-man (show the full manual)
|
||||
|
||||
\-\-dummy
|
||||
\-\-dummy\-empty
|
||||
\-\-dummy\-delay <duration>
|
||||
|
||||
\-\-profile\-cpu <path>
|
||||
\-\-profile\-mem <path>
|
||||
.ft P
|
||||
.fi
|
||||
.UNINDENT
|
||||
|
@ -272,7 +281,7 @@ This argument can be used to benchmark the raw performance of the underlying \fB
|
|||
.UNINDENT
|
||||
.UNINDENT
|
||||
.sp
|
||||
\fB\-\-delay <duration>\fP
|
||||
\fB\-\-dummy\-delay <duration>\fP
|
||||
.INDENT 0.0
|
||||
.INDENT 3.5
|
||||
Enables delaying each response with a certain amount (for example \fB1s\fP, \fB1ms\fP, etc.)
|
||||
|
@ -282,7 +291,7 @@ It can be used to simulate the real\-world network latencies, perhaps to see how
|
|||
.UNINDENT
|
||||
.UNINDENT
|
||||
.sp
|
||||
\fB\-\-profile\-cpu <path>\fP and \fB\-\-profile\-mem <path>\fP
|
||||
\fB\-\-profile\-cpu <path>\fP, and \fB\-\-profile\-mem <path>\fP
|
||||
.INDENT 0.0
|
||||
.INDENT 3.5
|
||||
Enables CPU and memory profiling using Go\(aqs profiling infrastructure.
|
||||
|
|
|
@ -13,6 +13,7 @@ kawipiko -- blazingly fast static HTTP server
|
|||
::
|
||||
|
||||
>> kawipiko-server --help
|
||||
>> kawipiko-server --man
|
||||
|
||||
::
|
||||
|
||||
|
@ -49,10 +50,18 @@ kawipiko -- blazingly fast static HTTP server
|
|||
|
||||
--limit-memory <MiB>
|
||||
--timeout-disable
|
||||
--profile-cpu <path> ; --profile-mem <path>
|
||||
|
||||
--report ; --quiet ; --debug
|
||||
--dummy ; --dummy-empty ; --dummy-delay <duration>
|
||||
--report --quiet --debug
|
||||
|
||||
--help (show this short help)
|
||||
--man (show the full manual)
|
||||
|
||||
--dummy
|
||||
--dummy-empty
|
||||
--dummy-delay <duration>
|
||||
|
||||
--profile-cpu <path>
|
||||
--profile-mem <path>
|
||||
|
||||
|
||||
|
||||
|
@ -174,14 +183,14 @@ Flags
|
|||
This argument can be used to benchmark the raw performance of the underlying ``fasthttp``, Go's ``net/http``, or QUIC performance; this is the upper limit of the achievable performance given the underlying technologies.
|
||||
(From my own benchmarks ``kawipiko``'s adds only about ~15% overhead when actually serving the ``hello-world.cdb`` archive.)
|
||||
|
||||
``--delay <duration>``
|
||||
``--dummy-delay <duration>``
|
||||
|
||||
Enables delaying each response with a certain amount (for example ``1s``, ``1ms``, etc.)
|
||||
|
||||
It can be used to simulate the real-world network latencies, perhaps to see how a site with many resources loads in various conditions.
|
||||
(For example, see `an experiment <https://notes.volution.ro/v1/2019/08/notes/e8700e9a/>`__ I made with an image made out of 1425 tiles.)
|
||||
|
||||
``--profile-cpu <path>`` and ``--profile-mem <path>``
|
||||
``--profile-cpu <path>``, and ``--profile-mem <path>``
|
||||
|
||||
Enables CPU and memory profiling using Go's profiling infrastructure.
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ NAME
|
|||
kawipiko -- blazingly fast static HTTP server - kawipiko-server
|
||||
|
||||
>> kawipiko-server --help
|
||||
>> kawipiko-server --man
|
||||
|
||||
--archive <path>
|
||||
--archive-inmem (memory-loaded archive file)
|
||||
|
@ -40,10 +41,18 @@ NAME
|
|||
|
||||
--limit-memory <MiB>
|
||||
--timeout-disable
|
||||
--profile-cpu <path> ; --profile-mem <path>
|
||||
|
||||
--report ; --quiet ; --debug
|
||||
--dummy ; --dummy-empty ; --dummy-delay <duration>
|
||||
--report --quiet --debug
|
||||
|
||||
--help (show this short help)
|
||||
--man (show the full manual)
|
||||
|
||||
--dummy
|
||||
--dummy-empty
|
||||
--dummy-delay <duration>
|
||||
|
||||
--profile-cpu <path>
|
||||
--profile-mem <path>
|
||||
|
||||
|
||||
----
|
||||
|
@ -207,7 +216,7 @@ FLAGS
|
|||
technologies. (From my own benchmarks kawipiko's adds only about
|
||||
~15% overhead when actually serving the hello-world.cdb archive.)
|
||||
|
||||
--delay <duration>
|
||||
--dummy-delay <duration>
|
||||
Enables delaying each response with a certain amount (for example
|
||||
1s, 1ms, etc.)
|
||||
|
||||
|
@ -216,7 +225,7 @@ FLAGS
|
|||
(For example, see an experiment I made with an image made out of
|
||||
1425 tiles.)
|
||||
|
||||
--profile-cpu <path> and --profile-mem <path>
|
||||
--profile-cpu <path>, and --profile-mem <path>
|
||||
Enables CPU and memory profiling using Go's profiling
|
||||
infrastructure.
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ NAME
|
|||
kawipiko -- blazingly fast static HTTP server - kawipiko-archiver
|
||||
|
||||
>> kawipiko-archiver --help
|
||||
>> kawipiko-archiver --man
|
||||
|
||||
--sources <path>
|
||||
|
||||
|
@ -23,8 +24,10 @@ NAME
|
|||
--exclude-file-listing
|
||||
--include-folder-listing
|
||||
|
||||
--progress
|
||||
--debug
|
||||
--progress --debug
|
||||
|
||||
--help (show this short help)
|
||||
--man (show the full manual)
|
||||
|
||||
|
||||
----
|
||||
|
|
|
@ -6,6 +6,7 @@ NAME
|
|||
kawipiko -- blazingly fast static HTTP server - kawipiko-server
|
||||
|
||||
>> kawipiko-server --help
|
||||
>> kawipiko-server --man
|
||||
|
||||
--archive <path>
|
||||
--archive-inmem (memory-loaded archive file)
|
||||
|
@ -40,10 +41,18 @@ NAME
|
|||
|
||||
--limit-memory <MiB>
|
||||
--timeout-disable
|
||||
--profile-cpu <path> ; --profile-mem <path>
|
||||
|
||||
--report ; --quiet ; --debug
|
||||
--dummy ; --dummy-empty ; --dummy-delay <duration>
|
||||
--report --quiet --debug
|
||||
|
||||
--help (show this short help)
|
||||
--man (show the full manual)
|
||||
|
||||
--dummy
|
||||
--dummy-empty
|
||||
--dummy-delay <duration>
|
||||
|
||||
--profile-cpu <path>
|
||||
--profile-mem <path>
|
||||
|
||||
|
||||
----
|
||||
|
@ -207,7 +216,7 @@ FLAGS
|
|||
technologies. (From my own benchmarks kawipiko's adds only about
|
||||
~15% overhead when actually serving the hello-world.cdb archive.)
|
||||
|
||||
--delay <duration>
|
||||
--dummy-delay <duration>
|
||||
Enables delaying each response with a certain amount (for example
|
||||
1s, 1ms, etc.)
|
||||
|
||||
|
@ -216,7 +225,7 @@ FLAGS
|
|||
(For example, see an experiment I made with an image made out of
|
||||
1425 tiles.)
|
||||
|
||||
--profile-cpu <path> and --profile-mem <path>
|
||||
--profile-cpu <path>, and --profile-mem <path>
|
||||
Enables CPU and memory profiling using Go's profiling
|
||||
infrastructure.
|
||||
|
||||
|
|
|
@ -35,8 +35,6 @@
|
|||
|
||||
--limit-memory <MiB>
|
||||
--timeout-disable
|
||||
--profile-cpu <path>
|
||||
--profile-mem <path>
|
||||
|
||||
--report --quiet --debug
|
||||
|
||||
|
|
Loading…
Reference in a new issue