bin/cubicweb-ctl
author David Douard <david.douard@logilab.fr>
Mon, 13 Feb 2012 12:41:04 +0100
branchstable
changeset 8224 e35d4d4f7eb3
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[repository] add a ``gc_stats`` method and 2 more cache size for ``stats`` (closes #2179735) This method returns memory informations in a dictionnary (same informations as the content displayed by the GCView).

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])