Changes between Version 5 and Version 6 of Introduction
- Timestamp:
- Jul 16, 2010, 11:29:23 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Introduction
v5 v6 1 1 = Introduction to the project = 2 2 [[TracNav]] 3 "PowerMon" is the acquisition and the publication of data concerning the energy consumption of LAL^1^'s data center (Laboratoire de l'Accélérateur linéaire) , member of GRIF (Grille de Recherche d'Ile de France) and the EGEE^2^ grid. 3 4 The PowerMon project concerns the acquisition and the publication of data on the power consumption of LAL^1^'s Data Center (Laboratoire de l'Accélérateur linéaire) , member of GRIF (Grille de Recherche d'Ile de France) and the EGEE^2^ grid. 4 5 5 6 The project thus will relate to the creation of the first whole publicly available data of this type. 7 [[TOC(inline)]] 6 8 == Objectives == 7 The purpose of the project is to supply data usable for various researches in the form of time series 8 [[TOC(inline)]] 9 The purpose of the project is to : 10 * Supply data usable for various researches in the form of time series . 11 * Allow monitoring of LAL’s machine rooms for infrastructure planning and optimisation 9 12 10 13 … … 12 15 [[TracNav]] 13 16 17 The first step was to implement tools to collect the data about individual machine power consumption and load : Python scripts, running every 5 minutes are used for these acquisition . A prototype based on 32 machines is actually operational, while 300 are planned 18 19 The collected data are then stored in a unique SQL database allowing easy and diverse selections 20 21 Finally, visualization tools allowing correlations between these series are being developed . 14 22 15 23