It doesn't seem to work, I always get: "Parameter verification failed"!<br><br><div class="gmail_quote">On Thu, Nov 17, 2011 at 12:15 AM, Christian Bourque <span dir="ltr"><<a href="mailto:christian.bourque@gmail.com">christian.bourque@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Cool thanks!<div class="HOEnZb"><div class="h5"><br><br><div class="gmail_quote">On Thu, Nov 17, 2011 at 12:05 AM, 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">
<div><div>> I'm currently working on an Android app for Proxmox 2.0 and I'm trying to read<br>
> the rrd statistics of a virtual machine but I don't understand one of the<br>
> parameter I have to specify: "ds" (This list of datasources you want to display).<br>
><br>
> Is there a list of the possible values available somewhere?<br>
<br>
</div></div>see pve-cluster/data/src/status.c<br>
<br>
for example the vm rrd file contains:<br>
<br>
static const char *rrd_def_vm[] = {<br>
        "DS:maxcpu:GAUGE:120:0:U",<br>
        "DS:cpu:GAUGE:120:0:U",<br>
        "DS:maxmem:GAUGE:120:0:U",<br>
        "DS:mem:GAUGE:120:0:U",<br>
        "DS:maxdisk:GAUGE:120:0:U",<br>
        "DS:disk:GAUGE:120:0:U",<br>
        "DS:netin:COUNTER:120:0:U",<br>
        "DS:netout:COUNTER:120:0:U",<br>
        "DS:diskread:COUNTER:120:0:U",<br>
        "DS:diskwrite:COUNTER:120:0:U",<br>
<br>
...<br>
<br>
</blockquote></div><br>
</div></div></blockquote></div><br>