Menu

#20 Add transform STATISTIC

open
Devmon (9)
5
2012-12-21
2012-01-06
Wim Nelis
No

This patch adds a new transform to Devmon, called STATISTIC. It can be used to determine the minimum value, the maximum value, the average value or the sum of the values of a repeater-type OID. It can also be used to count the number of values of a repeater-type OID.

Discussion

  • Wim Nelis

    Wim Nelis - 2012-01-06

    Add transform STATISTIC

     
  • Wim Nelis

    Wim Nelis - 2012-01-23

    Add transform statistic

     
  • Wim Nelis

    Wim Nelis - 2012-01-23

    A new version of the patch is uploaded. It is no longer required for statistic 'cnt' that the entries in a repeater-type OID contain a numeric value. This requirement remains for the other statistics. Moreover, the processing of statistic 'cnt' is completely separated from the processing of the other statistics.

     
  • Buchan Milne

    Buchan Milne - 2012-12-21
    • assigned_to: nobody --> buchanmilne
     
  • Buchan Milne

    Buchan Milne - 2012-12-21

    I had actually been thinking about this fr a while, specifically for (say) monitoring processes, but in many cases the processes you want to monitor (e.g. memory use of apache, or number of instances of a process) have multiple instances.

    I would like to merge this patch soon, however I prefer to commit documentation at the same time. Could you add a patch for docs/TEMPLATES that provides examples?

    See e.g. r238: http://devmon.svn.sourceforge.net/viewvc/devmon?revision=238&view=revision

     
  • Wim Nelis

    Wim Nelis - 2012-12-23

    In the initial version of this patch, an extension to docs/TEMPLATES is included. Obviously I forgot to extract the documentation differences when submitting the second version of this patch. Sorry for that, I'm still learning to use svn.

     

Log in to post a comment.