Inquiry on querying network traffic

proxmonxster

New Member
Dec 16, 2021
4
1
3
24
Hi! I've been collecting proxmox data to create visualizations and just wondering what the difference is between non_negative_derivative(mean("netout"), 10s) and mean("netout") is when querying the data such as this:

Code:
SELECT non_negative_derivative(mean("netout"), 10s) FROM "system"

and is there a significance diffrence between them?

any guidance is much appreciated.

Thank you in advance!