I'm trying to create a calculated item that takes the current value of itemA and subtracts it from the last(365) of itemA. So basically, I need to find the difference between the current value of an item and its value a year ago. I see this in the docs:
last("net.if.in[eth0,bytes]")+last("net.if.out[eth0,bytes]")
I haven't found anything that will calculate between different values of the same item, is this possible?
last("net.if.in[eth0,bytes]")+last("net.if.out[eth0,bytes]")
I haven't found anything that will calculate between different values of the same item, is this possible?
Comment