Ad Widget

Collapse

Number of Threads per application ( Windows )

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • omid1979
    Member
    • Nov 2016
    • 33

    #1

    Number of Threads per application ( Windows )

    I want to monitor number of threads per application on my windows server , I have two app with name App1.exe and AppSwitch.exe that I want to monitoring number of threads ,
    I know we can monitor Total number of threads by using command perf_counter[\2\250] in zabbix agent Template , how can I specific name of application to count number of threads ?

    can zabbix monitor number of threads per app?
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    Can't get it with the item key below?

    perf_counter["\Process(process_name)\Thread Count"]

    process_name uses the name displayed for the instance of the object displayed in the lower left column when you open the performance monitor and select Thread Count in the Process counter.

    When launching the command prompt in my environment, specify with the following item key.

    perf_counter["\Process(cmd)\Thread Count"]

    Comment

    Working...