HCL Domino: STATPUB URI send metrics to a url or a file

From Wiki

STATPUB_URI is a notes.ini variable, that tell for which URI, you can send domino statistics for a metric server.

Like this example

STATPUB_URI=http://<HOSTNAME of Elasticsearh:9200>/domino/dstats

That send stats to a http server.

But you can use this variable to write domino stats to a file

STATPUB_URI=file:///../../tmp/domino_stats_$Timestamp$

In my example, my data directory is /domino/notesdata, so I write a file to a tmp directory.


See Also/Ver também