@@ -27,6 +27,11 @@ MetaCentrum Security cleans up the resources
...
@@ -27,6 +27,11 @@ MetaCentrum Security cleans up the resources
-[`./destroy_the_vm.sh`](./destroy_the_vm.sh)
-[`./destroy_the_vm.sh`](./destroy_the_vm.sh)
#### Links and metrics
- absolute [CPU usage](https://thanos-query1.cloud.muni.cz/graph?g0.expr=libvirt_domain_info_cpu_time_seconds_total&g0.tab=1&g0.stacked=0&g0.range_input=1h&g0.max_source_resolution=0s&g0.deduplicate=1&g0.partial_response=0&g0.store_matches=%5B%5D) is calculated as `sum(increase(libvirt_domain_info_cpu_time_seconds_total ...))` per given time T.
- relative usage is then calculated as `libvirt_domain_info_cpu_time_seconds_total / T * 100`. To normalize it regarding the CPU cores, divide it by number of cores.
#### The provided automation requires following to be in place
#### The provided automation requires following to be in place