Changes between Version 10 and Version 11 of v1
- Timestamp:
- Jul 16, 2010, 3:37:45 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
v10 v11 29 29 performs adding new pdu or a new machine to the database, and modifying their characteristics. 30 30 31 NB: The table PDU must be modified before the machinesbecause of foreign keys raisons31 NB: The table 'PDU' must be modified before the table 'machine' because of foreign keys raisons 32 32 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 34 34 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 36 36 37 37 = Classes =