UiPath Documentation
activities
latest
false
Wichtig :
Bitte beachten Sie, dass dieser Inhalt teilweise mithilfe von maschineller Übersetzung lokalisiert wurde. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

IT-Automatisierungsaktivitäten

Letzte Aktualisierung 20. Mai 2026

Interpretieren des Triggerereignisergebnisses

Je nach Leistungstyp und den für die Überwachung ausgewählten Optionen enthält die von der Methode .result zurückgegebene JSON-Zeichenfolge die folgenden Informationen:

Für CPU-Leistungstyp

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

Für Speicherleistungstyp

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

Für Festplattenleistungstyp

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

Für Netzwerkleistungstyp

  • 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).
  • Prozentwert – Der Netzwerkprozentsatz, der zur Ausführungszeit des Triggers für die ausgewählte Anwendung protokolliert wurde (d. h., wie hoch der Prozentwert des Netzwerks bei der Ausführung des Triggers war).
  • 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)
    • Prozentwert – der von der Anwendung verwendete Netzwerkprozentsatz, der zum Zeitpunkt der Anzeige des Ergebnisses protokolliert wird und sich von dem Wert unterscheiden kann, der zur Ausführung des Triggers geführt hat.
    • Netzwerkwert – Der Netzwerkwert in BPS, der zum Zeitpunkt der Anzeige des Ergebnisses protokolliert wird.

Für untergeordnete Prozesse

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 – der untergeordnete Prozessprozentsatz als Dezimalwert (d. h. der Prozentwert dividiert durch 100);
    • Speicher – der Speicherwert des untergeordneten Prozesses in MB, der zum Zeitpunkt der Anzeige des Ergebnisses protokolliert wurde;
    • Datenträger – der Gesamtwert der Systemdatenträger-Eingabe-/Ausgabevorgänge in Bytes. Dieser Wert ist für alle untergeordneten Prozesse gleich.
  • ProzessProzentsatz – der vom untergeordneten Prozess verwendete Prozentsatz. Beispielsweise hat ein übergeordneter Prozess zwei untergeordnete Prozesse und sein Prozentwert beträgt 3,5 %. Ein untergeordneter Prozess hat einen ProcessProzent- Wert von 2,0 %, während der zweite untergeordnete Prozess einen ProcessProzent- Wert von 1,5 % hat, was zusammen die prozentuale Nutzung des übergeordneten Prozesses ergibt.
  • Title - the name of the child process, as displayed in the UI, if available.

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben