You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by bhardesty <gi...@git.apache.org> on 2018/03/05 19:28:36 UTC

[GitHub] qpid-dispatch pull request #263: DISPATCH-933 - Created new RouterStats enti...

Github user bhardesty commented on a diff in the pull request:

    https://github.com/apache/qpid-dispatch/pull/263#discussion_r172300792
  
    --- Diff: python/qpid_dispatch/management/qdrouter.json ---
    @@ -431,37 +431,100 @@
                         "description": "Time in seconds after which link state is declared stale if no RA is received.",
                         "create": true
                     },
    -                "addrCount": {
    -                    "type": "integer",
    -                    "description":"Number of addresses known to the router.",
    -                    "graph": true
    -                },
    -                "linkCount": {
    +                "workerThreads": {
                         "type": "integer",
    -                    "description":"Number of links attached to the router node.",
    -                    "graph": true
    +                    "default": 4,
    +                    "description": "The number of threads that will be created to process message traffic and other application work (timers, non-amqp file descriptors, etc.) .",
    +                    "create": true
                     },
    -                "nodeCount": {
    -                    "type": "integer",
    -                    "description":"Number of known peer router nodes.",
    -                    "graph": true
    +                "debugDump": {
    +                    "type": "path",
    +                    "description": "A file to dump debugging information that can't be logged normally.",
    --- End diff --
    
    What does it it mean that this information can't be logged normally - just that it isn't captured by one of the logging modules?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org