azure how to know process terminated state ?

HwangSaw 66 Reputation points
2022-05-25T05:36:37.63+00:00

i want to know process terminated log or time

so i try azure monitor log / but i can not get security log (window event viewer , security log )

how to i get process terminated log? or timming?

or i want know under picture data . (is there endTime?)
205260-image.png

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
Azure Event Hubs
0 comments No comments
{count} votes

Answer accepted by question author
  1. SwathiDhanwada-MSFT 19,073 Reputation points Moderator
    2022-05-25T11:49:35.607+00:00

    @HwangSaw Glad to know that issue is resolved and thanks for sharing the resolution here. For community benefit, resharing the resolution suggested on tech community here.

    The current method for monitoring a process is by setting up a performance counter on the workspace to send data into the Perf table. For example, you could use Process(*)\% Processor Time.

    VMProcess is a metadata table used for Service Map an Azure Monitor for VMs. For more details, you can see the docs here.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. HwangSaw 66 Reputation points
    2022-05-25T08:51:05.087+00:00
    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.