Hello, <br><br>I&#39;m a new Cougaar developper.<br><br>I want to know if the metric service can bring me informations about the computer in general.<br>&nbsp; For example, I need the CPU usage of the computer in general (not only the CPU usage of an agent or a node, or the jvm).
<br><br>Then, the feature must run on Windows XP.<br>&nbsp; And I get &quot;WARN
[DirectSysStatSupplier] - No handler for CPU on platform Windows XP&quot;,
which makes me think it won&#39;t work on Windows.<br><br>That&#39;s why I want to add new metrics, based on native calls. 
<br>So I read the documentation at &quot;<a href="http://cougaar.cougaar.org/software/12.2/OnlineManual/MetricsService/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://cougaar.cougaar.org/software/12.2/OnlineManual/MetricsService/
</a>&quot;, in particular the section &quot;Add New Metric&quot;.
<br>I look at an exemple of sensor plugin : &quot;org.cougaar.core.thread.AgentLoadSensorPlugin&quot;. <br><div id="mb_0">But
this sensor get it&#39;s values suscribing to the metric service, and there
is no metric which can answer my need : Get the global CPU usage on Windows plateform.<br><br>Finaly, I look at the &quot;Use Cases and Examples&quot;, in particular
the &quot;Example Metrics Writer&quot;, in order to be able to add my own key.<br>When
I add a new key, like the &quot;Example Metrics Writer&quot; do with the
&quot;Current_Time_Millis&quot; key ; I can&#39;t get the value after, because I
don&#39;t know the path.
<br>For example, I manage to modify an existing key, like &quot;Host_[Host
IP]_CPU_Jips&quot;, and get my funny value after because I know the path is
&quot;Host([Host IP]):Jips&quot;.<br>So where can I do the mapping between key
and path ? Because the example shows how can I put a key, but not how
can I put the path.
<br><br>-- <br>Guillaume Liégard<br><br></div>