<div dir="ltr"><div><span style="font-family:arial,sans-serif;font-size:13px">(sorry adding the list ignore my last message)</span></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><span style="font-family:arial,sans-serif;font-size:13px">with my research i also came to the same conclusion that you have share.</span><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Thanks for you input. </div><div style="font-family:arial,sans-serif;font-size:13px">i think i need to see the API.</div><div class="" style="font-family:arial,sans-serif;font-size:13px"></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 26, 2014 at 5:29 PM, Muhammad Yousuf Khan <span dir="ltr"><<a href="mailto:sirtcp@gmail.com" target="_blank">sirtcp@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">with my research i also came to the same conclusion that you have share.<div><br></div><div>Thanks for you input. </div><div>i think i need to see the API.</div><div><br></div><div><br></div><div><br></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 26, 2014 at 2:10 PM, Dietmar Maurer <span dir="ltr"><<a href="mailto:dietmar@proxmox.com" target="_blank">dietmar@proxmox.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>> root@bull:/# pvesh get /nodes/bull/rrd -ds netin,netout -timeframe hour<br>
> 200 OK<br>
><br>
> {<br>
>    "filename" : "/var/lib/rrdcached/db/pve2-node/bull_netin_netout.png",<br>
>    "image" : "‰PNG\r\n\u001a\n...........................................................<br>
> .................<br>
><br>
><br>
> as the "filename" shows /var/lib/rrdcached/db/pve2-node/ must contain<br>
> bull_netin_netout.png image.<br>
> however when i "ls" the directory it is empty<br>
<br>
</span>You cannot access that file with 'pvesh', because the file is a temporary file deleted immediately.<br>
Then PNG data is contained inside the 'image' attribute.<br>
<br>
But you can also use the REST API:<br>
<br>
<a href="https://lola:8006/api2/json/nodes/lola/rrd?ds=netin,netout&timeframe=hour" target="_blank">https://lola:8006/api2/json/nodes/lola/rrd?ds=netin,netout&timeframe=hour</a><br>
<br>
which provides a way to get the PNG directly (for easy inclusion into web portals):<br>
<br>
<a href="https://lola:8006/api2/png/nodes/lola/rrd?ds=netin,netout&timeframe=hour" target="_blank">https://lola:8006/api2/png/nodes/lola/rrd?ds=netin,netout&timeframe=hour</a><br>
<span><font color="#888888"><br>
- Dietmar<br>
<br>
<br>
<br>
<br>
</font></span></blockquote></div><br></div>
</div></div></blockquote></div><br></div>