Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.41 KB

File metadata and controls

44 lines (33 loc) · 1.41 KB

Power management simulaton for computer fleets

Build Status

How to run this

Pre-requisites

Install the Python dependencies:

$ make init

Run the simulation

$ pipenv run ./main.py --config=config/2015.ini

See pipenv run ./main.py --help for details of the flags and options.

References

  1. SimPy documentation
  2. Injector's documentation
  3. Power-law Distributions in Empirical Data
  4. Histograms and Kernel Density Estimation (KDE)
  5. Random Values from an Empirical Distribution
  6. DB-API 2.0 interface for SQLite databases
  7. Building and installing NumPy
  8. Mardown: Syntax
  9. SQLite PRAGMA Statements
  10. The Python Profilers
  11. Python Performance Tips

This is not an official Google product.