Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Programmation info

osallou edited this page Feb 4, 2013 · 3 revisions

Programming information

Statistics

To create a new job statistics:

from mobyle.common.stats.stat import Statistic
stat = Statistic()
stat.add('program_name','ip_address')

Statistic will be added to Hour/Day/Month stats based on current time

Clone this wiki locally