Ad Widget

Collapse

PATCH: zabbix-1.1-proc.total.patch

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tilion
    Junior Member
    • Jul 2006
    • 5

    #1

    PATCH: zabbix-1.1-proc.total.patch

    This patch supplies proc.total which is the total number of processes created on Linux systems.

    I wanted this to be able to graph the fork rate of my servers. (delta)

    From kernel docs:

    The "processes" line gives the number of processes and threads created, which includes (but is not limited to) those created by calls to the fork() and clone() system calls.
    Attached Files
  • SLMitch
    Member
    • May 2006
    • 39

    #2
    With proc.num[process] may be ?

    Comment

    • tilion
      Junior Member
      • Jul 2006
      • 5

      #3
      proc.num gives you the number of currently processes, not how many that have been started.

      Comment

      Working...