1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00
etherpad_ynh/sources/doc/stats.md
Wonderfall 90575e5019 Updated 1.5.6
Updated 1.5.6.
2015-05-15 17:40:19 +02:00

632 B
Executable file

Statistics

Etherpad keeps track of the goings-on inside the edit machinery. If you'd like to have a look at this, just point your browser to /stats.

We currently measure:

  • totalUsers (counter)
  • connects (meter)
  • disconnects (meter)
  • pendingEdits (counter)
  • edits (timer)
  • failedChangesets (meter)
  • httpRequests (timer)
  • http500 (meter)
  • memoryUsage (gauge)

Under the hood, we are happy to rely on measured for all our metrics needs.

To modify or simply access our stats in your plugin, simply require('ep_etherpad-lite/stats') which is a measured.Collection.