[ https://issues.apache.org/jira/browse/FLINK-4264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435033#comment-15435033 ]
ASF GitHub Bot commented on FLINK-4264: --------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2295 > New GraphMetrics driver > ----------------------- > > Key: FLINK-4264 > URL: https://issues.apache.org/jira/browse/FLINK-4264 > Project: Flink > Issue Type: New Feature > Components: Gelly > Affects Versions: 1.1.0 > Reporter: Greg Hogan > Assignee: Greg Hogan > > Gelly contains a {{GraphMetrics}} example using the {{Graph}} API. This will > add a {{GraphMetrics}} driver using {{VertexMetrics}} and {{EdgeMetrics}}. > Example output for the > [Friendster|https://snap.stanford.edu/data/com-Friendster.html] graph: > {noformat} > Vertex metrics: > vertex count: 65,608,366 > edge count: 1,806,067,135 > triplet count: 720,654,964,964 > maximum degree: 5,214 > maximum triplets: 13,590,291 > Edge metrics: > vertex count: 65,608,366 > edge count: 1,806,067,135 > triangle triplet count: 82,248,653,258 > rectangle triplet count: 284,581,272,439 > triplet count: 720,654,964,964 > maximum degree: 5,214 > maximum triangle triplets: 376,278 > maximum rectangle triplets: 1,203,750 > maximum triplets: 13,590,291 > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)