Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Now, run the below queries in order to obtain the (%) values. The results need to be inserted in the "report_utilization" table for the specific month and year:

Step 1: (use MySQL workbench )

select a.service_type, a.base_type, a.base_absid, a.year,a.month, round(utilization_in / (b.speed* 1000000),2) as 'avg_capacity_in',

...