You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Robert Dale (JIRA)" <ji...@apache.org> on 2017/05/03 14:54:04 UTC

[jira] [Commented] (TINKERPOP-1637) Expose metrics attributes in string output

    [ https://issues.apache.org/jira/browse/TINKERPOP-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995006#comment-15995006 ] 

Robert Dale commented on TINKERPOP-1637:
----------------------------------------

Could you post an example of what you see and what you would like to see?  I'm not understanding what's not there.

{noformat}
gremlin> g = EmptyGraph.instance().traversal().withRemote('conf/remote-graph.properties')
==>graphtraversalsource[emptygraph[empty], standard]
gremlin> g.V().out().out().profile().next().toString()
==>Traversal Metrics
Step                                                               Count  Traversers       Time (ms)    % Dur
=============================================================================================================
TinkerGraphStep(vertex,[])                                             1           1           0.051    21.09
VertexStep(OUT,vertex)                                                                         0.068    27.90
NoOpBarrierStep(2500)                                                                          0.036    14.64
VertexStep(OUT,vertex)                                                                         0.038    15.63
NoOpBarrierStep(2500)                                                                          0.051    20.74
                                            >TOTAL                     -           -           0.246        -
{noformat}


> Expose metrics attributes in string output
> ------------------------------------------
>
>                 Key: TINKERPOP-1637
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1637
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: process
>    Affects Versions: 3.2.4
>            Reporter: Bryn Cooke
>
> Currently the profile step won't expose metrics attributes in the string output. This means that useful information provided by graph implementations is never output.
> It would be great if the attributes could be output indented under each metric.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)