# Metrics -------------------------------------------------------------------------------- title: "Introduction" description: "Catalyst provides usage metrics of various resources in your project through insightful graphs and diagrams." last_updated: "2026-03-18T07:41:08.553Z" source: "https://docs.catalyst.zoho.com/en/devops/help/metrics/introduction/" service: "DevOps" -------------------------------------------------------------------------------- # Metrics ## Introduction Metrics is a Catalyst DevOps component that displays the usage information of your project components in Catalyst. This usage information allows you to track the performance of the components and detect anomalies in their behavior. It can also be used to keep track of your resource usage and to check if they are about to be exhausted. You can learn more about the other components of the DevOps service from {{%link href="/en/devops" %}}this page{{%/link%}}. {{%note%}}{{%bold%}}Note:{{%/bold%}} You can check your usage of Catalyst components based on the API calls made and the ongoing bill amount from the Billing section in settings. Refer to the {{%link href="/en/deployment-and-billing/billing/introduction" %}}Billing help page{{%/link%}} for more information.{{%/note%}} The usage information is displayed in graphical format, such as a pie chart or bar graph, which helps you understand and interpret the information more easily. You can also hover over graphs or diagrams to access tooltips for that element. To access metrics, navigate to {{%bold%}}DevOps{{%/bold%}} in the left pane of the Catalyst console and click {{%bold%}}Metrics{{%/bold%}}. The _Metrics_ page displays usage statistics for the following components: {{%link href="/en/cloud-scale/help/data-store/introduction" %}}Data Store{{%/link%}}, {{%link href="/en/cloud-scale/help/cache/introduction" %}}Cache{{%/link%}}, {{%link href="/en/cloud-scale/help/cron/introduction" %}}Cron{{%/link%}}, {{%link href="/en/cloud-scale/help/file-store/introduction" %}}Files{{%/link%}}, and {{%link href="/en/serverless/help/functions/introduction" %}}API{{%/link%}}. -------------------------------------------------------------------------------- title: "Data Store Metrics" description: "Catalyst provides usage metrics of various resources in your project through insightful graphs and diagrams." last_updated: "2026-03-18T07:41:08.553Z" source: "https://docs.catalyst.zoho.com/en/devops/help/metrics/data-store/" service: "DevOps" -------------------------------------------------------------------------------- ### Data Store The Data Store section displays the following information: 1. {{%bold%}}Total Number of Tables{{%/bold%}}<br /> The _Total Number of Tables_ graph displays the number of tables used. 2. {{%bold%}}Row Count History{{%/bold%}}<br /> The _Row Count History_ bar graph displays the number of records added each day for every table. You can select the required table from the drop-down list and view the row count history of that table. -------------------------------------------------------------------------------- title: "Cache Metrics" description: "Catalyst provides usage metrics of various resources in your project through insightful graphs and diagrams." last_updated: "2026-03-18T07:41:08.553Z" source: "https://docs.catalyst.zoho.com/en/devops/help/metrics/cache/" service: "DevOps" -------------------------------------------------------------------------------- ### Cache The Cache section displays the following information: 1. {{%bold%}}Number of Segments{{%/bold%}}<br /> The _Number of Segments_ circle diagram displays the number of cache segments used and the number of segments available.<br /> 2. {{%bold%}}Number of Keys about to Expire{{%/bold%}}<br /> The Number of Keys About to Expire_ bar graph displays the number of cache items about to expire on each day. You can select the required cache segment from the drop-down list and view the number of keys about to expire in that segment. 3. {{%bold%}}Number of Keys in each Segment{{%/bold%}}<br /> The Number of Keys in Each Segment_ graph displays the number of cache items created for each segment. 4. {{%bold%}}Total Size of each Segment{{%/bold%}}<br /> The _Total Size of Each Segment_ graph displays the size of each cache segment in KB. The maximum allowed value size is 32 KB. -------------------------------------------------------------------------------- title: "Cron Metrics" description: "Catalyst provides usage metrics of various resources in your project through insightful graphs and diagrams." last_updated: "2026-03-18T07:41:08.554Z" source: "https://docs.catalyst.zoho.com/en/devops/help/metrics/cron/" service: "DevOps" -------------------------------------------------------------------------------- ### Cron The Cron section displays the following information: 1. {{%bold%}}Number of Active/Inactive Jobs{{%/bold%}}<br /> The _Number of Active/Inactive Jobs_ circle diagram displays the number of cron jobs that are active and the number of cron jobs that are inactive. 2. {{%bold%}}Execution Count{{%/bold%}}<br /> The _Execution Count_ bar graph displays the number of times a cron job has been executed for each cron job. You can select the required cron job from the drop-down list and view its execution count. You can also download the {{%link href="/en/cloud-scale/help/cron/implementation/#cron-execution-history" %}}execution history{{%/link%}} of a cron job from its execution history page. -------------------------------------------------------------------------------- title: "Files Metrics" description: "Catalyst provides usage metrics of various resources in your project through insightful graphs and diagrams." last_updated: "2026-03-18T07:41:08.554Z" source: "https://docs.catalyst.zoho.com/en/devops/help/metrics/files/" service: "DevOps" -------------------------------------------------------------------------------- ### Files <br /> The _Files_ section displays the following information: 1. {{%bold%}}Total Space Utilization{{%/bold%}}<br /> The _Total Space Utilization_ graph displays the used space and the available free space out of the allowed 10GB file store space.<br /> <br /> 2. {{%bold%}}Number of Files in each Folder{{%/bold%}}<br /> The _Number of Files in each Folder_ displays the number of files in each folder.<br /> <br /> 3. {{%bold%}}Size of each Folder{{%/bold%}}<br /> The _Size of each Folder_ graph displays the size of each folder in KB. <br /> <br /> <br /> -------------------------------------------------------------------------------- title: "API Metrics" description: "Catalyst provides usage metrics of various resources in your project through insightful graphs and diagrams." last_updated: "2026-03-18T07:41:08.554Z" source: "https://docs.catalyst.zoho.com/en/devops/help/metrics/api/" service: "DevOps" -------------------------------------------------------------------------------- # API The API section displays the following information: 1. {{%bold%}}Total Number of API Calls{{%/bold%}}<br /> The _Total Number of API Calls_ diagram displays the total number of API calls that have been made. 2. {{%bold%}}Frequency of API Calls Triggered{{%/bold%}} The Frequency of API Calls Triggered graph displays the number of API calls made for the day, and are sorted based on the Request Methods that were used while making the call. You can select the required Request Method from the drop-down list and view its API call count.