Changes between Version 9 and Version 10 of v1


Ignore:
Timestamp:
Jul 16, 2010, 3:30:37 PM (15 years ago)
Author:
naitabde
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • v1

    v9 v10  
    2020
    2121* '''storeCons.py :''' this scrip has as a function to get the values of power consumption of the data center's machines in real-time via SNMP  (Simple Network Management Protocol) and to store them in the database .
    22 NB: A cron job for this script is lunched every 5 minutes 
     22        NB: A cron job for this script is lunched every 5 minutes 
    2323
    2424* '''getLoadFromRRD.py : ''' this is the python script for moving average load values from rrd databases to the PowerMon SQL database
     25        NB: A cron job for this script is lunched every hour 
    2526
    26 * ''' updateDb.py :''' update the database with the two configuration files: f_config_machines.cfg and f_config_pdus.cfg :
     27* ''' updateDb.py :''' update the database^1^ with the two configuration files: f_config_machines.cfg and f_config_pdus.cfg :
    2728
    2829     performs adding new pdu or a new machine to the database, and modifying their characteristics.
    2930
    30      Nb: The table PDU must be modified before the machines because of foreign keys raisons
     31     NB: The table PDU must be modified before the machines because of foreign keys raisons
    3132
    3233* ''' viewCons.py ''' The vizualisation script, that generates different plots via python plotting library `MatplotLib`,representing the power consumption and the average load of a machine during a certan period of time.
    3334
     35^1^:
     36
    3437= Classes =