How do I see the real-time stats?

If you are running SNFServer from a command prompt you will see real-time information on screen. MOST of the time, however, SNFServer would be run using a service utility or launched as a daemon.

SNFServer produces up to 3 "live" stats files: stats.second, stats.minute, and stats.hour. You can find these files in SNF's working directory.

The stats.second file is updated every second, stats.minute every minute, and so forth.

The telemetry we receive is nearly identical to the stats.minute data except that we also see the GBUdb transactions.

All of the stats files are in XML format. If you are not appending these files (making logs) then you can use simple utilities to add XSL to them and translate them into charts in your web browser.

Related Topics