How to know tigergraph current partitions for tiger graph version 3.5

How to find the partition configuration on current nodes.
Tigergraph version 3.5

Trying to debug why my cluster is showing only corresponding nodes partition size and for rest of nodes as 0 when trying command “gstatusgraph”

Is there a command?

@pramod.dba31 When you run the gstatusgraph do you see the following?

How can I find out the statistics of my graph data?

You can get statistics of Graph data on TigerGraph database instance using gstatusgraph utility:

Syntax:

gstatusgraph [-s <node_name>]

using -s to do statistics for one node
$ gstatusgraph
=== graph ===
[GRAPH  ] Graph was loaded (/data/tigergraph/tigergraph3/data/gstore/0/part/):
[m1     ] Partition size: 43GiB, IDS size: 16GiB, Vertex count: 262053633, Edge count: 1115267545, NumOfDeletedVertices: 130988916 NumOfSkippedVertices: 0
[m2     ] Partition size: 40GiB, IDS size: 16GiB, Vertex count: 261996922, Edge count: 971304656, NumOfDeletedVertices: 130998461 NumOfSkippedVertices: 0
[m3     ] Partition size: 44GiB, IDS size: 16GiB, Vertex count: 271436710, Edge count: 1115214212, NumOfDeletedVertices: 121605839 NumOfSkippedVertices: 0
[m4     ] Partition size: 44GiB, IDS size: 16GiB, Vertex count: 262030593, Edge count: 1191498785, NumOfDeletedVertices: 130964790 NumOfSkippedVertices: 0
[WARN   ] Above vertex and edge counts are for internal use which show approximate topology size of the local graph partition. Use DML to get the correct graph topology information