What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

Compare values with previous reading

Votes:

0

Hello,

I have a sensor which read a value every second (accumulative value)

I have to display this value depending of time (second)

Do you know if there is a way to create a custom sensor using "factory sensor" where i can do the following?

(Actual value - Previous Value) / time

Thank you

counter delta factory prtg sensor

Created on Jan 28, 2015 3:13:03 PM

Last change on Feb 9, 2017 11:23:47 AM by  Luciano Lingnau [Paessler]



Best Answer

Accepted Answer

Votes:

0

When deploying sensors you can select the "Delta" value format, PRTG will then automatically handle the value as a Counter, and measure the ((value-previousvalue)/elapsedtime), the value will be displayed as x,xx/sec in the channel.

Here's an example for the HTTP PUSH Data Advanced Sensor:

I also address the actual difference between measuring a value as Absolute or Deltain the following topic:

This operation mode is supported by most Custom Sensors in PRTG.

Best Regards,
Luciano Lingnau [Paessler Support]

Created on Feb 9, 2017 11:22:39 AM by  Luciano Lingnau [Paessler]



2 Replies

Votes:

9

You might do so with a custom sensor, by remembering the current value in a file/registry key/etc. and comparing it in the next run of the sensor to the then-current value.

Created on Jan 29, 2015 11:48:58 AM



Accepted Answer

Votes:

0

When deploying sensors you can select the "Delta" value format, PRTG will then automatically handle the value as a Counter, and measure the ((value-previousvalue)/elapsedtime), the value will be displayed as x,xx/sec in the channel.

Here's an example for the HTTP PUSH Data Advanced Sensor:

I also address the actual difference between measuring a value as Absolute or Deltain the following topic:

This operation mode is supported by most Custom Sensors in PRTG.

Best Regards,
Luciano Lingnau [Paessler Support]

Created on Feb 9, 2017 11:22:39 AM by  Luciano Lingnau [Paessler]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.