[jboss-jira] [JBoss JIRA] (WFLY-1430) Create clustering subsystem

Richard Achmatowicz (JIRA) jira-events at lists.jboss.org
Tue Sep 24 13:44:45 EDT 2013


    [ https://issues.jboss.org/browse/WFLY-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12807011#comment-12807011 ] 

Richard Achmatowicz edited comment on WFLY-1430 at 9/24/13 1:42 PM:
--------------------------------------------------------------------

Here are the statistics with JSON formatting:

Across one line:
{noformat}
"operation-stats" => [("lenovo/web" => "{\"get-hits\" : \"0\", \"get-misses\" : \"0\", \"puts\" : \"0\", \"remove-hits\" : \"0\", \"remove-misses\" : \"0\"}")],
{noformat}

Across multiple lines:
{noformat}
"operation-stats" => [("lenovo/web" => "{
    \"get-hits\" : \"0\",
    \"get-misses\" : \"0\",
    \"puts\" : \"0\",
    \"remove-hits\" : \"0\",
    \"remove-misses\" : \"0\"
}")],
{noformat}

Any preference when it comes to single or multiple lines? 

Here is a full example:
{noformat}
[standalone at localhost:9990 /] /subsystem=clustering-monitor/cluster=web/deployment=distributable.war/web=WEB:read-resource(include-runtime=true)
{
    "outcome" => "success",
    "result" => {
        "cache-view" => [("lenovo/web" => "[lenovo/web]")],
        "distribution" => [("lenovo/web" => "{\"cache-entries\" : \"0\"}")],
        "operation-stats" => [("lenovo/web" => "{\"get-hits\" : \"0\", \"get-misses\" : \"0\", \"puts\" : \"0\", \"remove-hits\" : \"0\", \"remove-misses\" : \"0\"}")],
        "rpc-stats" => [("lenovo/web" => "{\"RPC count\" : \"0\", \"RPC failures\" : \"0\"}")],
        "txn-stats" => [("lenovo/web" => "{\"prepares\" : \"0\", \"commits\" : \"0\", \"rollbacks\" : \"0\"}")]
    }
}
{noformat}
                
      was (Author: rachmato):
    Here are the statistics with JSON formatting:

Across one line:
{noformat}
"operation-stats" => [("lenovo/web" => "{\"get-hits\" : \"0\", \"get-misses\" : \"0\", \"puts\" : \"0\", \"remove-hits\" : \"0\", \"remove-misses\" : \"0\"}")],
{noformat}

Across multiple lines:
{noformat}
"operation-stats" => [("lenovo/web" => "{
    \"get-hits\" : \"0\",
    \"get-misses\" : \"0\",
    \"puts\" : \"0\",
    \"remove-hits\" : \"0\",
    \"remove-misses\" : \"0\"
}")],
{noformat}

Any preference when it comes to single or multiple lines? 


                  
> Create clustering subsystem
> ---------------------------
>
>                 Key: WFLY-1430
>                 URL: https://issues.jboss.org/browse/WFLY-1430
>             Project: WildFly
>          Issue Type: Feature Request
>          Components: Clustering
>    Affects Versions: 8.0.0.Alpha2
>            Reporter: Richard Achmatowicz
>            Assignee: Richard Achmatowicz
>
> Create a clustering subsystem which collects together clustering-related functionality as described in WFLY-1236.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list