arango_graph_statistics
Analyze ArangoDB graphs by computing vertex and edge counts, degree distribution, and connectivity metrics to understand graph structure.
Instructions
Generate comprehensive graph analytics (vertex/edge counts, degree distribution, connectivity metrics).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graphName | No | Specific graph to analyze (if not specified, analyzes all graphs) | |
| includeDegreeDistribution | No | Calculate degree distribution statistics | |
| includeConnectivity | No | Calculate connectivity metrics | |
| sampleSize | No | Sample size for large graphs (defaults to automatic sizing) | |
| aggregateCollections | No | Aggregate statistics across all collections for more representative results | |
| perCollectionStats | No | Provide detailed per-collection statistics breakdown | |
| database | No | Database override |