Zabbix Percentage of Two Metrics

Hello,

I’m trying to make either a single stat of two Metrics coming from Zabbix. I have Total Memory and Used Memory that I can graph. I’m trying to come up with a way to do divison of these values. I found documentation that suggested using a function with divideSeries(#A, #B) inside query C but I don’t have a function divideSeries. I’m not sure where I’m lost.

I would check out this guide by DigitalOcean @alexanderjason. :slight_smile:

Thanks. I took a look at that and I still don’t see how to create a percentage. In that example the metric was already a percentage.