Purge old zmstats data: Difference between revisions

mNo edit summary
mNo edit summary
Line 8: Line 8:


====Problem====
====Problem====
Stats data under '''"/opt/zimbra/zmstat"''' taking large disk space.  
Stats data under '''"/opt/zimbra/zmstat"''' is taking large disk space.  


ZCS server never purges the stats data, and retention for zmstats is controlled by the localconfig key '''"zmstat_max_retention"'''.  
ZCS server does not purge the stats data automatically, and retention for zmstats is controlled by the localconfig key ''"zmstat_max_retention"'''.


By default '''zmstat_max_retention''' is set to 0 (zero), and because of that '''"zmstat-cleanup"''' command is giving following warning.  
By default '''zmstat_max_retention''' is set to 0 (zero), and because of that '''"zmstat-cleanup"''' command is giving following warning.  
Line 30: Line 30:
     -p|--purge  Purge ALL archived zmstats data.
     -p|--purge  Purge ALL archived zmstats data.


zimbra@mail:~$


 
To keep zmstats data of a time period without changing the localconfig key, run:
With the help of the following commands, we can keep zmstats data of selected day's without changing localconfig key


'''Syntax:'''
'''Syntax:'''
  /opt/zimbra/libexec/zmstat-cleanup -k <span style="color:lime">"keep count"</span>  
  /opt/zimbra/libexec/zmstat-cleanup --keep <span style="color:lime">"<number of days>"</span>  




'''Example:'''
'''Example:'''
 
 
Keep zmstats data of 300 days.   
Keep zmstats data of 300 days.   
 
  /opt/zimbra/libexec/zmstat-cleanup --keep 300  
  /opt/zimbra/libexec/zmstat-cleanup -k 300  





Revision as of 10:02, 1 September 2021

How to purge old zmstats data?


   KB 24344        Last updated on 2021-09-1  




0.00
(0 votes)

Problem

Stats data under "/opt/zimbra/zmstat" is taking large disk space.

ZCS server does not purge the stats data automatically, and retention for zmstats is controlled by the localconfig key "zmstat_max_retention"'.

By default zmstat_max_retention is set to 0 (zero), and because of that "zmstat-cleanup" command is giving following warning.

zimbra@mail:~$ /opt/zimbra/libexec/zmstat-cleanup
WARNING: zmstat_max_retention is set to 0 or is undefined.  No zmstat data has been pruned.
zimbra@mail:~$ 


Solution

These are the available options with the zmstat-cleanup.

zimbra@mail:~$ /opt/zimbra/libexec/zmstat-cleanup -h
Usage: /opt/zimbra/libexec/zmstat-cleanup [-k <keep count>] [-h] [-l] [-p]

    -h|--help    Help/usage information
    -k|--keep    Number of archived copies of zmstat data to retain.
    -l|--list    Generate a listing of log dates archived.
    -p|--purge   Purge ALL archived zmstats data.


To keep zmstats data of a time period without changing the localconfig key, run:

Syntax:

/opt/zimbra/libexec/zmstat-cleanup --keep "<number of days>" 


Example:

Keep zmstats data of 300 days.

/opt/zimbra/libexec/zmstat-cleanup --keep 300 


Submitted by: Heera Singh Koranga
Verified Against: Date Created:
Article ID: https://wiki.zimbra.com/index.php?title=Purge_old_zmstats_data Date Modified: 2021-09-01



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »


Jump to: navigation, search