<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Title" content="">
<meta name="Keywords" content="">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:Calibri;
        color:windowtext;}
span.msoIns
        {mso-style-type:export-only;
        mso-style-name:"";
        text-decoration:underline;
        color:teal;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body bgcolor="white" lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">>>I know that ceilometer may be an option, but I believe operators use all kind of tools for their own ressource usage monitoring. So what do you people use?<o:p></o:p></p>
<p class="MsoNormal">>><br>
>>(For this use case, we're looking for something that can be used without installing an agent in the VM, which makes it impossible to get a VM's load metric. I would be satisfied with cpu/memory/network/io metrics though.)<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Although I’d like to re-evaluate ceilometer at some point we currently use something very simple with the infra we already had in place.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">We use the collectd libvirt plugin and push the metrics to graphite.<o:p></o:p></p>
<p class="MsoNormal"><a href="https://collectd.org/wiki/index.php/Plugin:virt">https://collectd.org/wiki/index.php/Plugin:virt</a><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">If you use the following format you get the instance uuid in the metric name:
<o:p></o:p></p>
<p class="MsoNormal">HostnameFormat "hostname uuid"<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">The output of those graphite keys is not exactly what we want (IIRC you get hostname_uuid instead of hostname.uuid)
<o:p></o:p></p>
<p class="MsoNormal">We rewrite it a bit with carbon-(c-)relay daemon to something more usable so you get:<o:p></o:p></p>
<p class="MsoNormal">computenode.libvirt.UUID.metrics<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">We made a grafana dashboard where you can select the uuid and get the stats of the instance.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Pros: <o:p></o:p></p>
<p class="MsoNormal">* Simple, just needs collectd on compute nodes<o:p></o:p></p>
<p class="MsoNormal">* Graphite scales (with the proper setup)<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Cons:<o:p></o:p></p>
<p class="MsoNormal">* No tenant-id in the metric name  (I guess with some scripting you can make a mapping-tree in graphite)<o:p></o:p></p>
<p class="MsoNormal">* No metrics in Horizon. (We still have to make some time to integrate these metrics into horizon but that should be doable.)<o:p></o:p></p>
<p class="MsoNormal">* Just instance metrics nothing else<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Cheers,<o:p></o:p></p>
<p class="MsoNormal">Robert van Leeuwen<o:p></o:p></p>
</div>
</body>
</html>