Hi all,
I've looked all over the net and can't seem to find a single proper explanation on how to use the
zmstat-chart command properly. Could someone help me?
I'm trying to generate weekly charts:
Code:
zmstat-chart --no-summary \
--aggregate-start-at "11/14/2011 00:00:01" \
--aggregate-end-at "11/20/2011 23:59:59" \
--srcdir /opt/zimbra/zmstat/2011-11-{14,15,16,17,18,19,20} \
--destdir /tmp/week46 \
--title "14-20/11/2011" The above generates these errors:
Code:
df.csv, line 290: java.text.ParseException: Unparseable date: ""
df.csv, line 580: java.text.ParseException: Unparseable date: ""
I've tried many date combination and using the variables in different ways but I just can't seem to get it working.
Could someone tell me what I'm doing wrong or give me an example on how to acheve the above?
Thanks!