futuregrid / cloud-metrics

Project to create usage statistics from IaaS such as OpenStack, Eucalyptus, and Nimbus
2 stars 3 forks source link

create report html file #17

Closed lee212 closed 12 years ago

lee212 commented 12 years ago

Once analyze function is done, we can create png typed google charts on local system and html file as well. We also would like to create index.html file to let a user browse multiple charts and html files. index.html file is kind of listing charts.

It should satisfy the following items:

  1. provides links to the charts and html files
  2. index.html is divided by menu.html (left) and main.html (right) in which charts and html are loaded and displayed.
  3. pie, bar, and motion charts are currently included.
  4. ONLY 'running instances per user' metric included.
  5. will obey the order of commands as follows:
clear users
analyze -M 01
createreport -d 2012-01 -t Running_instances_per_user_of_eucalyptus_in_India

clear users
analyze -M 02
createreport -d 2012-02 -t Running_instances_per_user_of_eucalyptus_in_India

createreports 2012-01 2012-02