[http://naviserver.sourceforge.net/ns_logobig.gif] [NaviServer%|%Main%|%] ✸ https://bitbucket.org/naviserver/naviserver/%|%Source Code %|% ✸ https://sourceforge.net/projects/naviserver/files/%|%Downloads %|% ✸ https://naviserver.sourceforge.net/n/toc.html%|%API Documentation %|% ✸ https://sourceforge.net/p/naviserver/mailman/%|%Mailing Lists %|% ✸ https://sourceforge.net/p/naviserver/bugs/%|%Bugs %|% ✸ https://www.openhub.net/p/naviserver/contributors%|%Developers %|% ---- **The NaviServer module: nsstats** The module nsstats is a helper module which reports detailed information from a running NaviServer installation via Web interface. It provides several statistics about the liveliness of an naviserver instance. In particular, nsstats provides information about e.g. * cache usage and statistics * configuration parameters (actual values and config file) * mutex lock statistics (containing max wait, total wait, total lock time, avg lock time) * nsv lock statistics * runtime statistics from the virtual server(s) and pool(s) * scheduled procedures * threads (currently running threads, including user time, system times, processor number and state (Linux only)) * web-access to ** configuration file ** last entries from error.log * per-server and per-pool information in process statistics * queueing and spooling statistics * detailed performance metering queuing time/filter time/runtime per pool nsstats is available from [https://bitbucket.org/naviserver/nsstats%|%Bitbucket]. Details and source code: * https://bitbucket.org/naviserver/nsstats/ Download: $ hg clone https://bitbucket.org/naviserver/nsstats/ ---- <>Category NaviServer | Category Webserver