{"id":1595,"date":"2023-07-24T19:30:42","date_gmt":"2023-07-24T18:30:42","guid":{"rendered":"https:\/\/thomas-kopton.de\/vblog\/?p=1595"},"modified":"2023-07-24T19:30:42","modified_gmt":"2023-07-24T18:30:42","slug":"fixing-virtual-machine-power-metrics-display-in-mw-using-aria-operations","status":"publish","type":"post","link":"https:\/\/thomas-kopton.de\/vblog\/?p=1595","title":{"rendered":"Fixing &#8220;Virtual Machine Power Metrics Display in mW&#8221; using Aria Operations"},"content":{"rendered":"\n<p>In the <strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">VMware Aria Operations <\/mark><\/strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-black-color\">8.6 <\/mark>(previously known as vRealize Operations), VMware introduced pioneering <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\">sustainability dashboards<\/mark> designed to display the amount of carbon emissions conserved through compute virtualization. Additionally, these dashboards offer insights into reducing the carbon footprint by identifying and optimizing idle workloads.<\/p>\n\n\n\n<p>This progress was taken even further with the introduction of <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\">Sustainability v2.0<\/mark> in the Aria Operations Cloud update released in October 2022 as well as in the Aria Operations 8.12 on-premises edition. Sustainability v2.0 is centered around three key themes:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Assessing the Current Carbon Footprint<\/li>\n\n\n\n<li>Monitoring Carbon Emissions with a Green Score<\/li>\n\n\n\n<li>Providing Actionable Recommendations for Enhancing the Green Score.<\/li>\n<\/ol>\n\n\n\n<p>When working with Virtual Machine power related metrics you need to be careful in case your VMs are running on certain ESXi 7.0 versions.<\/p>\n\n\n\n<p>VMware has released a KB describing the issue: <a href=\"https:\/\/kb.vmware.com\/s\/article\/92639\">https:\/\/kb.vmware.com\/s\/article\/92639<\/a><\/p>\n\n\n\n<p>This issue has been resolved in&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/docs.vmware.com\/en\/VMware-vSphere\/7.0\/rn\/vsphere-esxi-70u3l-release-notes.html\" target=\"_blank\">ESXi 7.0 Update 3l<\/a>.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Quick Solution in Aria Operations<\/h5>\n\n\n\n<p>The issue can be very easily fixed in Aria Operations using two simple <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Super Metrics<\/mark>. The first one is correcting the <code>Power|Power (Watt)<\/code> metric:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>${this, metric=power|power_average} \/ 1000<\/code><\/pre>\n\n\n\n<p>And the second Super Metric fixes the <code>Power|Total Energy (Wh)<\/code> metric:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image.png\" alt=\"\" class=\"wp-image-1603\" width=\"507\" height=\"285\" srcset=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image.png 1014w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-300x169.png 300w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-768x432.png 768w\" sizes=\"auto, (max-width: 507px) 100vw, 507px\" \/><\/a><figcaption class=\"wp-element-caption\"><em>Figure 01: Super Metric fixing the power usage metric.<\/em><\/figcaption><\/figure>\n\n\n\n<pre class=\"wp-block-code\"><code>${this, metric=power|energy_summation_sum} \/ 1000<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><a href=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-1.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-1-1024x581.png\" alt=\"\" class=\"wp-image-1608\" width=\"512\" height=\"291\" srcset=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-1-1024x581.png 1024w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-1-300x170.png 300w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-1-768x436.png 768w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-1.png 1026w\" sizes=\"auto, (max-width: 512px) 100vw, 512px\" \/><\/a><figcaption class=\"wp-element-caption\"><em>Figure 03: Super Metric fixing the energy consumption metric.<\/em><\/figcaption><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\">Applying the Super Metric &#8211; Automatically<\/h5>\n\n\n\n<p>Super Metrics are activated on certain objects in Aria Operations using Policies. The most common construct which is being used to group objects and apply a Policy to them is the Custom Group.<\/p>\n\n\n\n<p>In this case I am using two Custom Groups. The first one contains all ESXi Host System objects with version affected by the issue described in the KB. The second Custom Group contains all Virtual Machine objects running on Host Systems belonging to the first group.<\/p>\n\n\n\n<p>To create the first group and its member criteria I have used this overview of ESXi version numbers: <a href=\"https:\/\/kb.vmware.com\/s\/article\/2143832\">https:\/\/kb.vmware.com\/s\/article\/2143832<\/a>.<\/p>\n\n\n\n<p>The following picture shows how to define the membership criteria. And now you may see the problem. It will be a lot of clicking to include all 23 versions. But there is an easier way to do that. Simply create the Custom Group with two criteria as show below.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-2.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"817\" src=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-2-1024x817.png\" alt=\"\" class=\"wp-image-1616\" srcset=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-2-1024x817.png 1024w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-2-300x239.png 300w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-2-768x613.png 768w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-2-1536x1225.png 1536w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-2-2048x1634.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption class=\"wp-element-caption\"><em>Figure 04: Custom Group containing the affected ESXi servers.<\/em><\/figcaption><\/figure>\n\n\n\n<p>In the next step export the Custom Group into a file, open this JSON file with your favorite editor and just copy and paste the membership criteria, it is an array, and adjust the version number.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><a href=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-3.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-3-893x1024.png\" alt=\"\" class=\"wp-image-1618\" width=\"447\" height=\"512\" srcset=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-3-893x1024.png 893w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-3-262x300.png 262w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-3-768x881.png 768w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-3.png 1146w\" sizes=\"auto, (max-width: 447px) 100vw, 447px\" \/><\/a><figcaption class=\"wp-element-caption\"><em>Figure 05: Custom Group as code &#8211; membership criteria array. <\/em><\/figcaption><\/figure>\n\n\n\n<p>Save the file and import it into Aria Operations overwriting the existing Custom Group.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><a href=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-4.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-4-1024x552.png\" alt=\"\" class=\"wp-image-1620\" width=\"512\" height=\"276\" srcset=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-4-1024x552.png 1024w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-4-300x162.png 300w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-4-768x414.png 768w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-4.png 1184w\" sizes=\"auto, (max-width: 512px) 100vw, 512px\" \/><\/a><figcaption class=\"wp-element-caption\"><em>Figure 06: Importing the modified Custom Group. <\/em><\/figcaption><\/figure>\n\n\n\n<p>Now this Custom Group contains all affected ESXi servers and we can proceed with the VM group. The membership criteria is simple as shown in the next picture.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-5.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"713\" src=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-5-1024x713.png\" alt=\"\" class=\"wp-image-1623\" srcset=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-5-1024x713.png 1024w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-5-300x209.png 300w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-5-768x535.png 768w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-5-1536x1069.png 1536w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-5-2048x1425.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption class=\"wp-element-caption\"><em>Figure 07: Custom Group containing the affected VMs (running on affected ESXi servers).<\/em><\/figcaption><\/figure>\n\n\n\n<p>You can download the Custom Group definition <a href=\"http:\/\/VM-Power-Metrics-Fix\/tk-ESXi7x.json\">here<\/a> and adjust the name, description and the policy to meet your requirements.<\/p>\n\n\n\n<p>With this relatively simply approach Aria Operations provides correct VM level power and energy metrics.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-6.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"447\" src=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-6-1024x447.png\" alt=\"\" class=\"wp-image-1626\" srcset=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-6-1024x447.png 1024w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-6-300x131.png 300w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-6-768x335.png 768w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-6-1536x671.png 1536w, https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-6-2048x894.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption class=\"wp-element-caption\"><em>Figure 08: Fixed metrics.<\/em><\/figcaption><\/figure>\n\n\n\n<p>Happy dashboarding!<\/p>\n\n\n\n<p><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Stay<\/mark><\/strong> <strong><mark style=\"background-color:rgba(0, 0, 0, 0);color:#f5d800\" class=\"has-inline-color\">safe<\/mark><\/strong>.<\/p>\n\n\n\n<p>Thomas \u2013&nbsp;<a href=\"https:\/\/twitter.com\/ThomasKopton\">https:\/\/twitter.com\/ThomasKopton<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In the VMware Aria Operations 8.6 (previously known as vRealize Operations), VMware introduced pioneering sustainability dashboards designed to display the amount of carbon emissions conserved through compute virtualization. Additionally, these dashboards offer insights into reducing the carbon footprint by identifying and optimizing idle workloads. This progress was taken even further with the introduction of Sustainability &#8230;<\/p>\n","protected":false},"author":1,"featured_media":1626,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[57,39,68,34,2],"tags":[58,4,69,36,3],"class_list":["post-1595","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aria-operations","category-content","category-sustainability","category-vrealize-operations","category-vrops","tag-aria-operations","tag-supermetric","tag-sustainability","tag-vrealize-operations","tag-vrops"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Fixing &quot;Virtual Machine Power Metrics Display in mW&quot; using Aria Operations - TOMsOps<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/thomas-kopton.de\/vblog\/?p=1595\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Fixing &quot;Virtual Machine Power Metrics Display in mW&quot; using Aria Operations - TOMsOps\" \/>\n<meta property=\"og:description\" content=\"In the VMware Aria Operations 8.6 (previously known as vRealize Operations), VMware introduced pioneering sustainability dashboards designed to display the amount of carbon emissions conserved through compute virtualization. Additionally, these dashboards offer insights into reducing the carbon footprint by identifying and optimizing idle workloads. This progress was taken even further with the introduction of Sustainability ...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/thomas-kopton.de\/vblog\/?p=1595\" \/>\n<meta property=\"og:site_name\" content=\"TOMsOps\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-24T18:30:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-6.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2648\" \/>\n\t<meta property=\"og:image:height\" content=\"1156\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Thomas Kopton\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Thomas Kopton\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/thomas-kopton.de\/vblog\/?p=1595#article\",\"isPartOf\":{\"@id\":\"https:\/\/thomas-kopton.de\/vblog\/?p=1595\"},\"author\":{\"name\":\"Thomas Kopton\",\"@id\":\"https:\/\/thomas-kopton.de\/vblog\/#\/schema\/person\/892d6b96c66b1dd4b75c6e32fdbfea82\"},\"headline\":\"Fixing &#8220;Virtual Machine Power Metrics Display in mW&#8221; using Aria Operations\",\"datePublished\":\"2023-07-24T18:30:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/thomas-kopton.de\/vblog\/?p=1595\"},\"wordCount\":528,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/thomas-kopton.de\/vblog\/?p=1595#primaryimage\"},\"thumbnailUrl\":\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-6.png\",\"keywords\":[\"Aria Operations\",\"SuperMetric\",\"sustainability\",\"vRealize Operations\",\"vROps\"],\"articleSection\":[\"Aria Operations\",\"Content\",\"Sustainability\",\"vRealize Operations\",\"vROps\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/thomas-kopton.de\/vblog\/?p=1595#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/thomas-kopton.de\/vblog\/?p=1595\",\"url\":\"https:\/\/thomas-kopton.de\/vblog\/?p=1595\",\"name\":\"Fixing \\\"Virtual Machine Power Metrics Display in mW\\\" using Aria Operations - TOMsOps\",\"isPartOf\":{\"@id\":\"https:\/\/thomas-kopton.de\/vblog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/thomas-kopton.de\/vblog\/?p=1595#primaryimage\"},\"image\":{\"@id\":\"https:\/\/thomas-kopton.de\/vblog\/?p=1595#primaryimage\"},\"thumbnailUrl\":\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-6.png\",\"datePublished\":\"2023-07-24T18:30:42+00:00\",\"author\":{\"@id\":\"https:\/\/thomas-kopton.de\/vblog\/#\/schema\/person\/892d6b96c66b1dd4b75c6e32fdbfea82\"},\"breadcrumb\":{\"@id\":\"https:\/\/thomas-kopton.de\/vblog\/?p=1595#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/thomas-kopton.de\/vblog\/?p=1595\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/thomas-kopton.de\/vblog\/?p=1595#primaryimage\",\"url\":\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-6.png\",\"contentUrl\":\"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-6.png\",\"width\":2648,\"height\":1156},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/thomas-kopton.de\/vblog\/?p=1595#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/thomas-kopton.de\/vblog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Fixing &#8220;Virtual Machine Power Metrics Display in mW&#8221; using Aria Operations\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/thomas-kopton.de\/vblog\/#website\",\"url\":\"https:\/\/thomas-kopton.de\/vblog\/\",\"name\":\"TOMsOps\",\"description\":\"Just another VMware Cloud Management Blog\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/thomas-kopton.de\/vblog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/thomas-kopton.de\/vblog\/#\/schema\/person\/892d6b96c66b1dd4b75c6e32fdbfea82\",\"name\":\"Thomas Kopton\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/thomas-kopton.de\/vblog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e746aafbd3733172ceb4d600ba1feda61bc87cd3b70f5a9dfb581907cc7973b1?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e746aafbd3733172ceb4d600ba1feda61bc87cd3b70f5a9dfb581907cc7973b1?s=96&d=mm&r=g\",\"caption\":\"Thomas Kopton\"},\"url\":\"https:\/\/thomas-kopton.de\/vblog\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Fixing \"Virtual Machine Power Metrics Display in mW\" using Aria Operations - TOMsOps","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/thomas-kopton.de\/vblog\/?p=1595","og_locale":"en_US","og_type":"article","og_title":"Fixing \"Virtual Machine Power Metrics Display in mW\" using Aria Operations - TOMsOps","og_description":"In the VMware Aria Operations 8.6 (previously known as vRealize Operations), VMware introduced pioneering sustainability dashboards designed to display the amount of carbon emissions conserved through compute virtualization. Additionally, these dashboards offer insights into reducing the carbon footprint by identifying and optimizing idle workloads. This progress was taken even further with the introduction of Sustainability ...","og_url":"https:\/\/thomas-kopton.de\/vblog\/?p=1595","og_site_name":"TOMsOps","article_published_time":"2023-07-24T18:30:42+00:00","og_image":[{"width":2648,"height":1156,"url":"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-6.png","type":"image\/png"}],"author":"Thomas Kopton","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Thomas Kopton","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/thomas-kopton.de\/vblog\/?p=1595#article","isPartOf":{"@id":"https:\/\/thomas-kopton.de\/vblog\/?p=1595"},"author":{"name":"Thomas Kopton","@id":"https:\/\/thomas-kopton.de\/vblog\/#\/schema\/person\/892d6b96c66b1dd4b75c6e32fdbfea82"},"headline":"Fixing &#8220;Virtual Machine Power Metrics Display in mW&#8221; using Aria Operations","datePublished":"2023-07-24T18:30:42+00:00","mainEntityOfPage":{"@id":"https:\/\/thomas-kopton.de\/vblog\/?p=1595"},"wordCount":528,"commentCount":0,"image":{"@id":"https:\/\/thomas-kopton.de\/vblog\/?p=1595#primaryimage"},"thumbnailUrl":"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-6.png","keywords":["Aria Operations","SuperMetric","sustainability","vRealize Operations","vROps"],"articleSection":["Aria Operations","Content","Sustainability","vRealize Operations","vROps"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/thomas-kopton.de\/vblog\/?p=1595#respond"]}]},{"@type":"WebPage","@id":"https:\/\/thomas-kopton.de\/vblog\/?p=1595","url":"https:\/\/thomas-kopton.de\/vblog\/?p=1595","name":"Fixing \"Virtual Machine Power Metrics Display in mW\" using Aria Operations - TOMsOps","isPartOf":{"@id":"https:\/\/thomas-kopton.de\/vblog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/thomas-kopton.de\/vblog\/?p=1595#primaryimage"},"image":{"@id":"https:\/\/thomas-kopton.de\/vblog\/?p=1595#primaryimage"},"thumbnailUrl":"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-6.png","datePublished":"2023-07-24T18:30:42+00:00","author":{"@id":"https:\/\/thomas-kopton.de\/vblog\/#\/schema\/person\/892d6b96c66b1dd4b75c6e32fdbfea82"},"breadcrumb":{"@id":"https:\/\/thomas-kopton.de\/vblog\/?p=1595#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/thomas-kopton.de\/vblog\/?p=1595"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/thomas-kopton.de\/vblog\/?p=1595#primaryimage","url":"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-6.png","contentUrl":"https:\/\/thomas-kopton.de\/vblog\/wp-content\/uploads\/2023\/07\/image-6.png","width":2648,"height":1156},{"@type":"BreadcrumbList","@id":"https:\/\/thomas-kopton.de\/vblog\/?p=1595#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/thomas-kopton.de\/vblog"},{"@type":"ListItem","position":2,"name":"Fixing &#8220;Virtual Machine Power Metrics Display in mW&#8221; using Aria Operations"}]},{"@type":"WebSite","@id":"https:\/\/thomas-kopton.de\/vblog\/#website","url":"https:\/\/thomas-kopton.de\/vblog\/","name":"TOMsOps","description":"Just another VMware Cloud Management Blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/thomas-kopton.de\/vblog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/thomas-kopton.de\/vblog\/#\/schema\/person\/892d6b96c66b1dd4b75c6e32fdbfea82","name":"Thomas Kopton","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/thomas-kopton.de\/vblog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e746aafbd3733172ceb4d600ba1feda61bc87cd3b70f5a9dfb581907cc7973b1?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e746aafbd3733172ceb4d600ba1feda61bc87cd3b70f5a9dfb581907cc7973b1?s=96&d=mm&r=g","caption":"Thomas Kopton"},"url":"https:\/\/thomas-kopton.de\/vblog\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/thomas-kopton.de\/vblog\/index.php?rest_route=\/wp\/v2\/posts\/1595","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thomas-kopton.de\/vblog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/thomas-kopton.de\/vblog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/thomas-kopton.de\/vblog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thomas-kopton.de\/vblog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1595"}],"version-history":[{"count":29,"href":"https:\/\/thomas-kopton.de\/vblog\/index.php?rest_route=\/wp\/v2\/posts\/1595\/revisions"}],"predecessor-version":[{"id":1631,"href":"https:\/\/thomas-kopton.de\/vblog\/index.php?rest_route=\/wp\/v2\/posts\/1595\/revisions\/1631"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/thomas-kopton.de\/vblog\/index.php?rest_route=\/wp\/v2\/media\/1626"}],"wp:attachment":[{"href":"https:\/\/thomas-kopton.de\/vblog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1595"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thomas-kopton.de\/vblog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1595"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thomas-kopton.de\/vblog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1595"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}