Purge old zmstats data: Difference between revisions

(Created page with "{{BC|Certified}} __FORCETOC__ <div class="col-md-12 ibox-content"> =How to purge old zmstats data? = <hr> {{KB|{{WIP}}|{{ZCS 9.0}}|{{ZCS 8.8}}|{{ZCS 8.7}}|{{ZCS 8.6}}|{{ZCS 8....")
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 4: Line 4:
=How to purge old zmstats data? =
=How to purge old zmstats data? =
<hr>
<hr>
{{KB|{{WIP}}|{{ZCS 9.0}}|{{ZCS 8.8}}|{{ZCS 8.7}}|{{ZCS 8.6}}|{{ZCS 8.5}}|}}  
{{KB|{{ZC}}|{{ZCS 9.0}}|{{ZCS 8.8}}|{{ZCS 8.7}}|{{ZCS 8.6}}|{{ZCS 8.5}}|}}  
<hr>
<hr>


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


By default
ZCS server does not purge the stats data automatically, and retention for zmstats is controlled by the localconfig key ''"zmstat_max_retention"'''.
ZCS server never purges the stats data, 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 31: 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  





Latest revision as of 10:58, 20 December 2023

How to purge old zmstats data?


   KB 24344        Last updated on 2023-12-20  




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: 2023-12-20



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