JCR Statistics icon
Module Id
jcr-stats
Group Id
org.jahia.community
Updated
Requires Jahia
7.2.3.0
Author
Florent BOURASSE
Category
Tools and Utilities
Status
COMMUNITY info

JCR Statistics group_work

This is a custom module to help analyze space usage in the JCR.

Dependencies & Dependants

Dependencies
  • NONE
Dependants
  • NONE

FAQ

Commands

jcr-stats:compute-size

Compute the size recursively. A flamegraph is being generated in the JCR with the path "/sites/systemsite/files/jcr-stats", this flamegraph can also be found in the temporary directory of Tomcat.

Options:

Name alias Mandatory Value Description
-p --path   / Path to compute
-d --delete-temporary-file   false Delete temporary file

Example:

jcr-stats:compute-size -p /sites/digital

How To Install

  • In Jahia, go to "Administration --> Server settings --> System components --> Modules"
  • Upload the JAR jcr-stats-X.X.X.jar
  • Check that the module is started

Images

License

MIT License

Copyright (c) 2019 - present Florent BOURASSÉ

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.