Ad Widget

Collapse

Non paged memory pool with multiple processes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bert ter Beest
    Junior Member
    • May 2008
    • 11

    #1

    Non paged memory pool with multiple processes

    Hi,

    I Have te following problem, I use PerfCounter = uEplPoolPagedMemory,"\Proces(Epl)\Niet-wisselbaar geheugen: bytes",10 in my client conf file on a Windows 2003 server. I use this to read the non-paged memory pool usage of the Epl process (on a server with dutch language).


    I can get the value of this no problem, however there are multiple items named Epl, which I have to address as ...\Proces(Epl#1)\... ...\Proces(Epl#2)\... etc to read the data. Since there are over 40 processes that are named this way, I would have 40 rows in my conf file. Not very neat and when the 41st epl is started that one is not read obviously.

    What I would like is to create some way to get the value of the epl process with the highest non-paged memory pool usage. The reason for this is that the software, running on this server, is highly unstable. The only warning is the heavy usage of non-paged memory by one of the epl processes just prior to a server crash. I would like to get ahead of that, so that I can kill the process manually and stop the server from melting

    Actually it's quite like proc_info[epl,vmsize,max] but that reads the virtual memory used in stead of the non-paged memory pool.

    Anyone a bright idea?

    I use version 1.4.5 btw, both server and client.
    Last edited by Bert ter Beest; 04-07-2008, 16:25. Reason: added version info
  • Bert ter Beest
    Junior Member
    • May 2008
    • 11

    #2
    Is there no one who knows if this is possible or not?

    Comment

    • vinny
      Senior Member
      • Jan 2008
      • 145

      #3
      Maybe u can create a .vbs with a loop, that will query all counters.
      Another solution will certainly work but won't automatically monitor new counters.

      vinny
      -------
      Zabbix 1.8.3, 1200+ Hosts, 40 000+ Items...zabbix's everywhere

      Comment

      Working...