21 Nov 2024
	
		
		02:54 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		22 Nov 2024
	
		
		10:25 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		 MaciejNeumann
		
			MaciejNeumann
		
		
		
		
		
		
		
		
	
			
		
Hy
how I can create dashboard (metric formula) to show how many oneagent(os) connected to each ActiveGate in cluster?
i have 2 servers in network zone and i want to understand if load balance work well
thanks
ps: amount per tenant exist in dashboard - its ok
21 Nov 2024 05:18 PM
Hi,
You can use metric dsfm:active_gate.communication.agent_modules.connected
Best regards
23 Nov 2024 08:37 AM
Hi @Peter_Youssef & @AntonPineiro
As far as I understand, @Roeir5 is looking for a way to check currently how many hosts are connected to each AG as can be seen from deployment status --> AG
IMO there is no metric that can be utilize for that 🤔, but will be happy to learn that I'm wrong 🤓
Yos
22 Nov 2024 03:01 PM
Hello @Roeir5
In addition to the direct answer provided by @AntonPineiro
PFA for detailed info:
Hoping it adds value.
KR,
Peter.
24 Nov 2024 09:06 AM
I tried to use this query to find the value as @Yosi_Neuman describe in deployment status --> AG ,but value is not compatible with data from metric
dsfm:active_gate.communication.agent_modules.connected:splitBy("host.name"):sort(value(auto,descending)):limit(20)
