Changeset 10996 for fact/Evidence/Doc


Ignore:
Timestamp:
06/10/11 21:40:22 (14 years ago)
Author:
ogrimm
Message:
History allows to exclude services
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/Evidence/Doc/Evidence.tex

    r10280 r10996  
    300300\lstinline|minchange| & Minimum absolute change necessary for a service to be added to the history buffer. The format is \lstinline|ServiceName:MinChange|. This is only meaningful for services that represent numbers or number arrays. For an array, the difference of the sum of the absolute values of all elements is compared to \lstinline|MinChange|.\\
    301301\lstinline|maxsize_kb| & Maximum size of a single history buffer in kByte. Default value is 2000.\\
    302 \lstinline|numentries| & Numer of entries that a history buffer should hold, provided its size does not exceed the defined maximum. Default value is 1000. For DIM services of varying size, buffer sizes are recalculated at each update and never shrink.\\[1ex]
     302\lstinline|numentries| & Numer of entries that a history buffer should hold, provided its size does not exceed the defined maximum. Default value is 1000. For DIM services of varying size, buffer sizes are recalculated at each update and never shrink.\\
     303\lstinline|exclude| & Services to exclude.\\[1ex]
    303304\multicolumn{2}{l}{\textbf{Remote procedure call}} \\
    304305\lstinline|ServiceHistory Srvc| & Returns the history buffer of the given service if available, otherwise the response will be empty (zero bytes). If the buffer is not currently in memory because the corresponding service is not available, it will be searched for on disk.
Note: See TracChangeset for help on using the changeset viewer.