Get Node/Server stats in C#

Is it possible to get Node/server stats using the client net library or do you need to curl the server for pool information to see hard disk usage, memory usage. etc.

@schuranator -

To get the complete stats, you’ll have to use the REST api. ClusterManager.ClusterInfo only gives a partial view IIRC.

-Jeff