https://github.com/aborroy/alfresco-6-profiling
This project includes different profiling methods when using Docker Compose deployments with Alfresco Community 6.2.
https://github.com/aborroy/alfresco-6-profiling
alfresco docker docker-compose profiling
Last synced: about 2 months ago
JSON representation
This project includes different profiling methods when using Docker Compose deployments with Alfresco Community 6.2.
- Host: GitHub
- URL: https://github.com/aborroy/alfresco-6-profiling
- Owner: aborroy
- License: lgpl-3.0
- Created: 2020-01-28T11:50:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-28T11:50:39.000Z (over 6 years ago)
- Last Synced: 2025-07-06T14:07:33.316Z (11 months ago)
- Topics: alfresco, docker, docker-compose, profiling
- Language: Dockerfile
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alfresco 6 Profiling with Docker
This project includes different **profiling** methods when using Docker Compose deployments with Alfresco Community 6.2.
* [visual-vm](/visual-vm) is profiling Alfresco Repository and Alfresco Search Services using [VisualVM](https://visualvm.github.io)
* [yourkit](/yourkit) is profiling Alfresco Repository and Alfresco Search Services using [YourKit Java Profiler](https://www.yourkit.com/download/). This product requires using a paid license.
* [postgres](/postgres) is profiling PostgreSQL database using [pg_stat_statements](https://www.postgresql.org/docs/11/pgstatstatements.html) extension
Note that some other tools are available for profiling Alfresco, like [Elastic APM](https://www.zylk.net/en/web-2-0/blog/-/blogs/using-elastic-apm-for-alfresco-performance-monitoring)
These configurations are **not** intended to be used in production systems, as they have impact in performance.