Hello All,
Is it possible to have the sum of all item's values over a period of time ?
For example, I have a NFS server graph showing create,delete,etc RPC calls.
The values are received every minutes and stored as delta.
So during one hour I have 60 values (per item).
How can i know the sum of all item's values during this hour (sum of 60 values).
The real question would be :
How can i know how many files were created or deleted during last hour or last week ?
I only have the min/max/avg values only.
Thanks a lot !
Greg
Is it possible to have the sum of all item's values over a period of time ?
For example, I have a NFS server graph showing create,delete,etc RPC calls.
The values are received every minutes and stored as delta.
So during one hour I have 60 values (per item).
How can i know the sum of all item's values during this hour (sum of 60 values).
The real question would be :
How can i know how many files were created or deleted during last hour or last week ?
I only have the min/max/avg values only.
Thanks a lot !
Greg
Comment