Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to Find Node Count in 2025

ToniB
Tera Contributor

Just like the subject header says, how does one find the Node Count in 2025? It appears System Diagnostics < Diagnostics does not appear as an option in my Zurich environment. Using stats.do at the end of the instance name shows me the node I'm currently running which is fine but I need to know how many in total I have. 

2 REPLIES 2

kaushal_snow
Giga Sage

@ToniB ,

 

To see the total nodes for your instance, you now should use the Diagnostics / Cluster Node Status data which is stored in the sys_cluster_state table......

 

If you found my response helpful, please mark it as ‘Accept as Solution’ and ‘Helpful’. This helps other community members find the right answer more easily and supports the community.

 

Thanks and Regards,
Kaushal Kumar Jha - ServiceNow Consultant - Lets connect on Linkedin: https://www.linkedin.com/in/kaushalkrjha/

ToniB
Tera Contributor

Hello, indeed your solution algins with what I found. I ran sys_cluster_state.list within the filter navigator within each of my environments and I was able to see a list of the active nodes. Thanks!