From owner-cvs-all Fri Oct 19 6:16:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3142C37B403; Fri, 19 Oct 2001 06:16:36 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JDGat72020; Fri, 19 Oct 2001 06:16:36 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110191316.f9JDGat72020@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 19 Oct 2001 06:16:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/mfcns/handler MFCns_stats.py MFCns_handler.py Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/19 06:16:36 PDT Modified files: mfcns/handler MFCns_handler.py Makefile Added files: mfcns/handler MFCns_stats.py Log: 1. Slightly improve MFCns_handler.py: - tidy up import list; - make it possible to import as module; - since previous change requires retabification of 80% of the code, use this opportunity to convert from tab identation to 4-spaces identation. 2. Add MFCns_stats.py script, which processes service logs and prints out some statistics about service usage. Revision Changes Path 1.10 +159 -154 projects/mfcns/handler/MFCns_handler.py 1.1 +79 -0 projects/mfcns/handler/MFCns_stats.py (new) 1.4 +1 -1 projects/mfcns/handler/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message