Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
ics
command
|
|
|
ldgen
command
|
|
|
probestest
command
|
|
|
ttws
command
|
|
|
pkg
|
|
|
cpuload
Package cpuload registers a handler that calculates the square root of 0.0001, one million times, and emits the result.
|
Package cpuload registers a handler that calculates the square root of 0.0001, one million times, and emits the result. |
|
delay
Package delay registers a handler that waits for a specified duration before returning success.
|
Package delay registers a handler that waits for a specified duration before returning success. |
|
echo
Package echo registers a handler that returns information about the client-server interaction in JSON format.
|
Package echo registers a handler that returns information about the client-server interaction in JSON format. |
|
envvars
Package envvars registers a handler that emits all environment variables of the host process.
|
Package envvars registers a handler that emits all environment variables of the host process. |
|
filesystem
Package filesystem registers a handler that emits directory listings from the web server host filesystem.
|
Package filesystem registers a handler that emits directory listings from the web server host filesystem. |
|
ipaddresses
Package ipaddresses registers a handler that emits the host name and ip addresses of the web server host.
|
Package ipaddresses registers a handler that emits the host name and ip addresses of the web server host. |
|
probes
Package probes allows the creation of probes, which are handlers that return either success or failure.
|
Package probes allows the creation of probes, which are handlers that return either success or failure. |
|
static
Package static allows directories on the web server host to be served statically.
|
Package static allows directories on the web server host to be served statically. |
|
webserver
Package webserver sets up a simple http server that listens on a port and stops on SIGINT or SIGTERM.
|
Package webserver sets up a simple http server that listens on a port and stops on SIGINT or SIGTERM. |
Click to show internal directories.
Click to hide internal directories.