Ad Widget

Collapse

Proc.num[Host32.exe] on Multiple Server (Same Group)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • stritec
    Junior Member
    • Mar 2005
    • 13

    #1

    Proc.num[Host32.exe] on Multiple Server (Same Group)

    Hello,

    Perhaps I'm overlooking something simple but I'm not finding a way to do what I want.

    I currently have about 15 CITRIX Servers all in a Citrix Group. I have created an ITEM which counts the number of Host32.exe proccesses running on each citrix server. How do I get a combined count on a graph or just text output of the total number of Host32.exe proccess running?

    Basically a sum of all Host32.exe processes for all 15 Citrix servers combined?

    Thanks,
  • mary nancy
    Senior Member
    • Jul 2005
    • 125

    #2
    just try grpsum('citrix servers','proc.num[host.exe]','last','0')

    aggregate function grpsum should server the purpose

    Comment

    • stritec
      Junior Member
      • Mar 2005
      • 13

      #3
      Worked Like a Charm!

      Thank you, Thank you!

      That worked like a charm.

      Comment

      Working...