From aafdb46bf6adcd1254a0206c72ac7b509a2a04e0 Mon Sep 17 00:00:00 2001 From: Sancho Lerena Date: Mon, 22 Sep 2014 16:08:29 +0200 Subject: [PATCH] Modified help files to include a few real examples of postprocess values. --- pandora_console/include/help/en/help_postprocess.php | 7 ++++++- pandora_console/include/help/es/help_postprocess.php | 8 ++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/pandora_console/include/help/en/help_postprocess.php b/pandora_console/include/help/en/help_postprocess.php index 3b5f3b5bcd..985904e475 100644 --- a/pandora_console/include/help/en/help_postprocess.php +++ b/pandora_console/include/help/en/help_postprocess.php @@ -5,6 +5,11 @@ ?>

Post process

-Post process is a numeric value used after get data to numerical post process in a multiplier operation. For example a data with a value of 1000 with a Post Process value of 1024 will result in a definitive data of 1024000 value. This is useful to normalize data, convert between units, etc. This also can be used to divide, using a multiplier below 1 value, like, for example, 0.001 that will divide current value by 1000. +Post process is a numeric value used after get data to numerical post process in a multiplier operation. For example a data with a value of 1000 with a Post Process value of 1024 will result in a definitive data of 1024000 value. This is useful to normalize data, convert between units, etc. This also can be used to divide, using a multiplier below 1 value, like, for example, 0.001 that will divide current value by 1000. Some other interesting examples are: +
  • Convert timeticks (SNMP) to Days: 0.000000115740741 +
  • Convert bytes into MegaBytes: 0,00000095367432 +
  • Convert bytes into GigaBytes: 0,00000000093132 +
  • Convert megabits in megabytes: 0,125 +


  • An empty value, or 0, will disable the usage of post process (default). diff --git a/pandora_console/include/help/es/help_postprocess.php b/pandora_console/include/help/es/help_postprocess.php index cd3991156c..1e3b87ec9a 100644 --- a/pandora_console/include/help/es/help_postprocess.php +++ b/pandora_console/include/help/es/help_postprocess.php @@ -6,5 +6,13 @@

    Posprocesado

    El posprocesado es un valor numérico usado después de obtener el dato para posprocesar dicho dato de forma numérica en una multiplicación. Por ejemplo, datos con un valor de 1000 con un valor de Posprocesado de 1024 darán como resultado un valor final de 1024000. Esto es útil para normalizar los datos, convertir entre unidades, etc. Esto también se puede usar para dividir, usando un valor de multiplicador inferior a 1, como, por ejemplo, 0.001 que dividirá el valor actual por 1000. + +Algunos ejemplos interesantes, son por ejemplo:
    +
  • Convertir timeticks (SNMP) a Dias: 0.000000115740741 +
  • Convertir bytes en MegaBytes: 0,00000095367432 +
  • Convertir bytes en GigaBytes: 0,00000000093132 +
  • Convertir megabits en megabytes: 0,125 + +

    Un valor vacío o «0» desactivará el uso del posprocesado (predeterminado).