<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Alfresco 25.3 monitoring | Stats suggestion in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-25-3-monitoring-stats-suggestion/m-p/497675#M40805</link>
    <description>&lt;P&gt;Hi. It's been a while but I thought on your question and use case. We developed an addon to obtain and show statistics in a easy configurable way. It was presented on the alfresco &lt;A href="https://www.youtube.com/watch?v=1UCIb2TULd0" target="_self"&gt;tech talks en vivo &lt;/A&gt;and is available in the &lt;A href="https://alfrescolabs.github.io/alfresco-addons-catalog/entries/alfresco-stats-dashboard-71/" target="_self"&gt;alfresco addon catalog&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Apr 2026 08:04:58 GMT</pubDate>
    <dc:creator>jesusmarmol</dc:creator>
    <dc:date>2026-04-09T08:04:58Z</dc:date>
    <item>
      <title>Alfresco 25.3 monitoring | Stats suggestion</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-25-3-monitoring-stats-suggestion/m-p/496468#M40762</link>
      <description>&lt;P&gt;Team,&lt;/P&gt;&lt;P&gt;We are using alfresco 25.3 with alfresco search service 2.16 with MS-SQL 2019 database over GCP.&lt;/P&gt;&lt;P&gt;What is the easiest approach to be aware about basis stats about alfresco. e.g.&lt;/P&gt;&lt;P&gt;This is a list of pre-configured reports:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Repository reports&lt;UL&gt;&lt;LI&gt;Total storage used in bytes&lt;/LI&gt;&lt;LI&gt;Total number of documents&lt;/LI&gt;&lt;LI&gt;Total folders&lt;/LI&gt;&lt;LI&gt;Count of documents by MIMEtype&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Site reports&lt;UL&gt;&lt;LI&gt;Total documents by site&lt;/LI&gt;&lt;LI&gt;Total documents by site and MIMEtype&lt;/LI&gt;&lt;LI&gt;Total volume by site in bytes&lt;/LI&gt;&lt;LI&gt;Activity reports&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Count of content created per day in the last 60 days&lt;UL&gt;&lt;LI&gt;Count of content modified per day in the last 60 days&lt;/LI&gt;&lt;LI&gt;New documents by user and site&lt;/LI&gt;&lt;LI&gt;Modified documents by user and site&lt;/LI&gt;&lt;LI&gt;Count of locked content by user&lt;/LI&gt;&lt;LI&gt;Top largest documents&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OR any custom chart/report we can see, which one is easiest method tool or any extension to utilize without audit?&lt;/P&gt;&lt;P&gt;Please provide your inputs.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 06:54:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-25-3-monitoring-stats-suggestion/m-p/496468#M40762</guid>
      <dc:creator>Ghanshyam_R</dc:creator>
      <dc:date>2026-02-17T06:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 25.3 monitoring | Stats suggestion</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-25-3-monitoring-stats-suggestion/m-p/496500#M40764</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;If i recall correctly there was minimal stats in alfresco admin screen but no a easy way or addon for your needs.&lt;/P&gt;&lt;P&gt;If you are using Alfresco Content App or digital workspace for me the easiest way would be to define a set of queries and launch the search in a &lt;A href="https://connect.hyland.com/t5/alfresco-blog/extending-the-alfresco-digital-workspace-adw/ba-p/155380" target="_self"&gt;custom component&lt;/A&gt;. All the points that you specify can be easily translate to an afts query. Then make a module and use your angular chart visualization library of preference.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can do the same in share, extends share as in &lt;A href="https://docs.alfresco.com/content-services/7.0/tutorial/share/pages/ " target="_self"&gt;the examples&amp;nbsp; &amp;nbsp;&lt;/A&gt;then in the controller use the apropiate methods to launch a search and display the results in aca/share or load that json in any graph tool&lt;/P&gt;&lt;P&gt;Alternatively you could check dockers&lt;A href="https://github.com/aborroy/alfresco-solr-monitoring" target="_self"&gt; like grafana to extract stats&lt;/A&gt; but i think is harder, the query aproximation should be more simple and quick.&lt;/P&gt;&lt;P&gt;Also if you want to avoid extra overwhelming and make it more efficient you can use a cronjob to launch the queries and generate a json report, then use that report to display your stats. This can save you a lot of time specially for some of the queries (user+site queries).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2026 14:26:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-25-3-monitoring-stats-suggestion/m-p/496500#M40764</guid>
      <dc:creator>jesusmarmol</dc:creator>
      <dc:date>2026-02-18T14:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 25.3 monitoring | Stats suggestion</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-25-3-monitoring-stats-suggestion/m-p/497675#M40805</link>
      <description>&lt;P&gt;Hi. It's been a while but I thought on your question and use case. We developed an addon to obtain and show statistics in a easy configurable way. It was presented on the alfresco &lt;A href="https://www.youtube.com/watch?v=1UCIb2TULd0" target="_self"&gt;tech talks en vivo &lt;/A&gt;and is available in the &lt;A href="https://alfrescolabs.github.io/alfresco-addons-catalog/entries/alfresco-stats-dashboard-71/" target="_self"&gt;alfresco addon catalog&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2026 08:04:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-25-3-monitoring-stats-suggestion/m-p/497675#M40805</guid>
      <dc:creator>jesusmarmol</dc:creator>
      <dc:date>2026-04-09T08:04:58Z</dc:date>
    </item>
  </channel>
</rss>

