Can i store a pair of integers as a tuple in influxdb?
vali has left the channel
nicolas17 has quit
gsimondon joined the channel
Mattch joined the channel
Naresh joined the channel
_ADN_ joined the channel
-- BotBot disconnected, possible missing messages --
-- BotBot disconnected, possible missing messages --
[d__d] joined the channel
_ADN_ joined the channel
winem_ joined the channel
nbari joined the channel
nbari
hi all, I am getting metrics from collecd currently testing the memory plugin, I have Used/Free metrics and would like to get the usage percentage, that means I need to do something like Usage * 100 / (Usage+Free)
my question is how could I sum the mean from 'Used' and 'Free' (to get the total memory) and then use it to calculage the percentage used by * 100