UiPath Documentation
activities
latest
false
Activités d’automatisation informatique
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique. La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.

Interprétation du résultat de l'événement déclencheur

En fonction du type de performances et des options sélectionnées pour la surveillance, la chaîne JSON renvoyée par la méthode `.

Selon le type de performance et les options sélectionnées pour la surveillance, la chaîne JSON renvoyée par la méthode .result contient les informations suivantes :

Pour le type de performance du processeur

  • 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.

Pour le type de performance Mémoire

  • 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.

Pour le type de performance Disque

  • 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.

Pour le type de performance réseau

  • 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).
  • PourcentageValeur : le pourcentage de réseau enregistré au moment de l'exécution du déclencheur, pour l'application sélectionnée (soit la valeur de pourcentage de réseau lors de l'exécution du déclencheur).
  • 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)
    • PourcentageValeur : le pourcentage réseau utilisé par l'application, consigné au moment de l'affichage du résultat, qui peut être différent de la valeur qui a entraîné l'exécution du déclencheur.
    • ValeurRéseau : la valeur réseau en bps enregistrée au moment de l'affichage du résultat.

Pour les processus enfants

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 : le pourcentage du processus enfant sous forme de valeur décimale (c'est-à-dire la valeur en pourcentage divisée par 100) ;
    • Mémoire : la valeur de la mémoire du processus enfant en Mo enregistrée au moment de l'affichage du résultat ;
    • Disque (Disk) - la valeur totale des opérations d'entrée/sortie du disque système en octets. Cette valeur est la même pour tous les processus enfants.
  • Pourcentage du processus : pourcentage utilisé par le processus enfant. Par exemple, un processus parent a deux processus enfants et sa valeur Pourcentage est de 3,5 %. Un processus enfant a une valeur PourcentageProcessus de 2,0 %, tandis que le deuxième processus enfant a une valeur PourcentageProcessus de 1,5 %, pour additionner au pourcentage d'utilisation du processus parent.
  • Title - the name of the child process, as displayed in the UI, if available.

Cette page vous a-t-elle été utile ?

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour