WF_DUMP_ENTRIES(1) WF_DUMP_ENTRIES(1)

wf_dump_entries - Tool to dump the entries from the wforce stats DBs to stdout or a file

wf_dump_entries [-u,–uri wforce uri] [-l,–local-addr address] [-p,–local-port port] [-w,–wforce-pwd password] [-f,–filename file] [-h,–help]

wf_dump_entries connects to the specified wforce server, and asks it to send a dump of all the stats DBs to itself over TCP/IP. It then sends the results to stdout or a file.

wf_dump_entries firstly acts as a TCP client, connecting to wforce and invoking the `dumpEntries' command. Then it acts as a server, receiving the dumped entries, and printing them to stdout or to a file.

wf_dump_entries requires a running wforce daemon to connect to.

Provides the URI of the wforce daemon, ideally without a path or query. For example: http://127.0.0.1:8084/. The query “?command=dumpEntries” will be appended to the command if the URI does not end with “dumpEntries”.
The password to use for basic authentication to wforce.
The IP address to use to send the entries to. This must be a configured IP address on the localhost. The wf_dump_entries program will listen on this IP address.
The port number to use when sending the entries. The wf_dump_entries program will listen on this port.
Send the dumped entries to the specified file instead of stdout.
Display a helpful message and exit.

wforce(1)

Open-Xchange.

2020