Changes between Version 10 and Version 11 of v1


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

--

Legend:

Unmodified
Added
Removed
Modified
  • v1

    v10 v11  
    2929     performs adding new pdu or a new machine to the database, and modifying their characteristics.
    3030
    31      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 table 'machine' because of foreign keys raisons
    3232
    33 * ''' 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.
     33* ''' 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. This vizualisation tool is not finished yet
    3434
    35 ^1^:
     35^1^: PowerMon project supports all types of databases supported by sqlalchemy (sqlite,mysql,posgresql,oracle...), therefore we can specify which database we want to connect to , in the default section of f_config_pdus.cfg
    3636
    3737= Classes =