Changes between Version 8 and Version 9 of v1
- Timestamp:
- Jul 16, 2010, 2:23:58 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
v8 v9 18 18 19 19 Currently, existing modules are: 20 * '''storeCons.py :''' this scrip has as a function to get the values of power consumption of the data center's machines in real-time and to store them in the database21 20 22 * '''getLoadFromRRD.py : ''' this is the python script for moving average load values from rrd databases to the application database 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 minutes 23 24 * '''getLoadFromRRD.py : ''' this is the python script for moving average load values from rrd databases to the PowerMon SQL database 23 25 24 26 * ''' updateDb.py :''' update the database with the two configuration files: f_config_machines.cfg and f_config_pdus.cfg :