Why is it that there are 70 points of data returned no matter if i do day or hour? # pvesh get /nodes/optimusprime/qemu/101/rrddata -timeframe day /tmp/test # tr -dc '}' < /tmp/test | wc -c 70 # pvesh get /nodes/optimusprime/qemu/101/rrddata -timeframe hour > /tmp/test2 # tr -dc '}' < /tmp/test2 | wc -c - Mark