Changes between Version 9 and Version 10 of v1
- Timestamp:
- Jul 16, 2010, 3:30:37 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
v9 v10 20 20 21 21 * '''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 minutes22 NB: A cron job for this script is lunched every 5 minutes 23 23 24 24 * '''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 25 26 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 : 27 28 28 29 performs adding new pdu or a new machine to the database, and modifying their characteristics. 29 30 30 N b: The table PDU must be modified before the machines because of foreign keys raisons31 NB: The table PDU must be modified before the machines because of foreign keys raisons 31 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 34 35 ^1^: 36 34 37 = Classes =