UiPath Documentation
activities
latest
false
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Actividades de automatización de TI

Última actualización 20 de may. de 2026

Interpretar el resultado del evento desencadenador

Dependiendo del tipo de rendimiento y las opciones seleccionadas para la supervisión, la cadena JSON devuelta por el método .result contiene la siguiente información:

Para el tipo de rendimiento de la CPU

  • ComputerID - the name of machine that logged the trigger event.
  • reportCollectedDateTime - the local time stamp of the beginning of monitoring (that is, when the performance activity started running).
  • ComputerDuration - the amount of time it took for the trigger to execute (that is, how much time has passed since the monitoring started and until performance thresholds were exceeded).
  • PercentValue - the CPU value logged at trigger execution time, for the selected application (that is, what was the CPU value when the trigger executed).
  • Process - an array displaying information about the monitored application. If you are monitoring the entire system, the array displays information on all processes consuming more than 0.01% of the monitored resource:
    • ProcessName - the name of the corresponding process (that is, the application name as found in Windows Task Manager > Details tab)
    • ApplicationName - the name of the application (that is, the application name as found in Windows Task Manager > Apps)
    • PercentValue - the CPU value logged at the moment of displaying the result, which may be different from the value that caused the trigger to execute.

Para Tipo de rendimiento de memoria

  • ComputerID - the name of machine that logged the trigger event.
  • reportCollectedDateTime - the local time stamp of the beginning of monitoring (that is, when the performance activity started running).
  • ComputerDuration - the amount of time it took for the trigger to execute (that is, how much time has passed since the monitoring started and until performance thresholds were exceeded).
  • PercentValue - the memory percentage logged at trigger execution time, for the selected application (that is, what was the memory percentage value when the trigger executed).
  • Process - an array displaying information about the monitored application. If you are monitoring the entire system, the array displays information on the top ten consuming processes:
    • ProcessName - the name of the corresponding process (that is, the application name as found in Windows Task Manager > Details tab)
    • ApplicationName - the name of the application (that is, the application name as found in Windows Task Manager > Apps)
    • PercentValue - the memory percentage used by the application, logged at the moment of displaying the result, which may be different from the value that caused the trigger to execute.
    • MemoryValue - the memory value in MB logged at the moment of displaying the result.

Para Tipo de rendimiento de disco

  • ComputerID - the name of machine that logged the trigger event.
  • reportCollectedDateTime - the local time stamp of the beginning of monitoring (that is, when the performance activity started running).
  • ComputerDuration - the amount of time it took for the trigger to execute (that is, how much time has passed since the monitoring started and until performance thresholds were exceeded).
  • PercentValue - the disk percentage logged at trigger execution time, for the selected application (that is, what was the disk percentage value when the trigger executed).
  • Process - an array displaying information about the monitored application. If you are monitoring the entire system, the array displays information on the top ten consuming processes:
    • ProcessName - the name of the corresponding process (that is, the application name as found in Windows Task Manager > Details tab)
    • ApplicationName - the name of the application (that is, the application name as found in Windows Task Manager > Apps)
    • PercentValue - the disk percentage used by the application, logged at the moment of displaying the result, which may be different from the value that caused the trigger to execute.

Para Tipo de rendimiento de red

  • ComputerID - the name of machine that logged the trigger event.
  • reportCollectedDateTime - the local time stamp of the beginning of monitoring (that is, when the performance activity started running).
  • ComputerDuration - the amount of time it took for the trigger to execute (that is, how much time has passed since the monitoring started and until performance thresholds were exceeded).
  • ValorPorcentaje : el porcentaje de red registrado en el momento de ejecución del desencadenador, para la aplicación seleccionada (es decir, cuál era el valor porcentual de la red cuando se ejecutó el desencadenador).
  • Process - an array displaying information about the monitored application. If you are monitoring the entire system, the array displays information on the top ten consuming processes:
    • ProcessName - the name of the corresponding process (that is, the application name as found in Windows Task Manager > Details tab)
    • ApplicationName - the name of the application (that is, the application name as found in Windows Task Manager > Apps)
    • ValorPorcentaje : el porcentaje de red utilizado por la aplicación, registrado en el momento de mostrar el resultado, que puede ser diferente del valor que provocó la ejecución del desencadenador.
    • ValorDeRed : el valor de red en bps registrado en el momento de mostrar el resultado.

Para procesos secundarios

For trigger events with the Include child processes option selected, the JSON string includes an additional array for each Process item. The Child Process array contains the following information:

  • PID - the process identification number, as shown in the Windows Task Manager > Details tab.
  • ProcessValue - the value of the child process, as follows:
    • CPU: el porcentaje del proceso secundario como valor decimal (es decir, el valor porcentual dividido por 100);
    • Memoria: el valor de la memoria del proceso secundario en MB registrado en el momento de mostrar el resultado;
    • Disco: el valor total de las operaciones de entrada / salida del disco del sistema en bytes. Este valor es el mismo para todos los procesos secundarios.
  • PorcentajeDeProceso : el porcentaje utilizado por el proceso secundario. Por ejemplo, un proceso principal tiene dos procesos secundarios y su ValorPorcentaje es del 3,5 %. Un proceso secundario tiene un valor de PorcentajeDeProceso del 2,0 %, mientras que el segundo proceso secundario tiene un valor de PorcentajeDeProceso del 1,5 %, que suman el porcentaje de uso del proceso principal.
  • Title - the name of the child process, as displayed in the UI, if available.

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado