You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

86 lines
2.5 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. =================
  4. server monitoring
  5. =================
  6. This module allows in-database logging of some statistics in order to monitor
  7. the health of an openerp instance.
  8. Database indicators are logged (number of rows, table size, number of reads,
  9. number of updates...), with a cron running each week by default. This cron
  10. needs to be activated after the module is installed.
  11. Some process indicators are logged (cpu time, memory) together with information
  12. about the different XMLRPC calls made to the server (user, model, method).
  13. Two crons are provided to cleanup old logs from the database.
  14. Configuration
  15. =============
  16. To configure this module, you need to:
  17. * Settings -> Scheduled Actions and tune the cron tasks
  18. Usage
  19. =====
  20. Just install the addon in your instance. You will be able to access the logs
  21. under Reporting -> Server Monitoring.
  22. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  23. :alt: Try me on Runbot
  24. :target: https://runbot.odoo-community.org/runbot/149/7.0
  25. For further information, please visit:
  26. * https://www.odoo.com/forum/help-1
  27. Known issues / Roadmap
  28. ======================
  29. * Not tested under other platforms than Linux
  30. TODO / WISH list:
  31. * visualization
  32. * export
  33. * check if we can / wish to log session id
  34. * check if we can log pooler state (whatever that is...)
  35. * check if we can log HTTP status
  36. * enhance group by for process logs.
  37. Bug Tracker
  38. ===========
  39. Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/issues>`_.
  40. In case of trouble, please check there if your issue has already been reported.
  41. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  42. `here <https://github.com/OCA/server-tools/issues/new?body=module:%20server_monitoring%0Aversion:%207.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  43. Credits
  44. =======
  45. Contributors
  46. ------------
  47. * Alexandre Fayolle <alexandre.fayolle@camptocamp.com>
  48. Maintainer
  49. ----------
  50. .. image:: https://odoo-community.org/logo.png
  51. :alt: Odoo Community Association
  52. :target: https://odoo-community.org
  53. This module is maintained by the OCA.
  54. OCA, or the Odoo Community Association, is a nonprofit organization whose
  55. mission is to support the collaborative development of Odoo features and
  56. promote its widespread use.
  57. To contribute to this module, please visit http://odoo-community.org.