{% extends 'base.html' %} {% load i18n %} {% load static %} {% block title %}{% trans "Usage Trend" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Usage Trend") %} {% endblock page_header %} {% block css %} {% include "_stylesheets.html" %} {% endblock %} {% block custom_head_js %} {{ block.super }} {% endblock %} {% block main %}

Usage Trend

0

Service Units used

in the past year

Understanding Your Project Usage

The Nectar Cloud is moving to a Usage-Based Quota system where a Service Unit budget will be requested and allocated for compute resources. The Usage Summary graph shows your current compute usage in service units.

NOTE: Service Unit usage data is only available from 01/01/22.

Service Unit

A Service Unit (SU) is a measure of the cost of using Nectar compute resources. Each Nectar flavor has an associated SU-per-hour cost, as set out in the Nectar Flavors support page. The cost of each flavor is based on the amount of VCPUs, RAM and other factors like CPU priority and the flavor generation.

Service Unit Budget

Each renewed or new allocation will have a Service Unit budget. This is the number of Service Units that can be used by the project for its allocation period; i.e. from the start date to the end date. Your allocation’s Service Unit budget is requested on the allocation request form, and is subject to review and approval by the allocation approvers. Next time you fill in the allocation request form, you need to estimate how many SUs you will require and use that as your requested budget. Please refer to the Service Unit support page for help on how to do this.

Usage by Service
Usage by Instance
There is no usage data recorded for the selected date range because there weren't any instances running.

The above chart shows the usage (SU) comparison by instance for up to the top 5 instances in the selected usage period. If the total number of instances running in the project during the selected period is more than 5, the usage is shown in the pie chart in "other".

Usage Summary
There is no usage data recorded for the selected date range because there weren't any instances running.
Project Usage Breakdown
Instance ID Instance Name Date Created Date Deleted Availability Zone Flavor Instance Hours Usage Total (Service Units)

Something not looking right?

Do you have any feedback or questions regarding this page?
Please contact us by creating a support ticket.

Please note, instances using private flavors will show an increase in Service Unit usage starting from 28/03/22.

{% endblock %}