Skip to content

Django-systemaccounting is the django application which collects, store and displays unix system accounting information provided by sa(1) utility.

Notifications You must be signed in to change notification settings

chexov/django-systemaccounting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

django-systemaccounting
=======================

Django-systemaccounting is the django application which collects, store and
displays unix system accounting information provided by sa(1) utility. In
short, you can log how much CPU time, IO operations each user used in requested
period of time. The author is using this information for charging his hosting
users.


Collector
---------

Collector is the programm which is importing accounting data into the database.
Collector runs as a separate system process. Basically this is a python wrapper
for sa(1) unix utility. To work properly Collectors need access the account
data file.

Models
---------

Collected data should be stored in the database for quick and easy access.
   Accounting:

About

Django-systemaccounting is the django application which collects, store and displays unix system accounting information provided by sa(1) utility.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages