[jboss-jira] [JBoss JIRA] (WFLY-1430) Create clustering subsystem
Richard Achmatowicz (JIRA)
jira-events at lists.jboss.org
Tue Sep 24 08:48:45 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806898#comment-12806898 ]
Richard Achmatowicz commented on WFLY-1430:
-------------------------------------------
So, we now have commands like this:
{noformat}
[standalone at localhost:9990 /] deploy ~/maven/distributable.war
[standalone at localhost:9990 /] deploy ~/maven/my-ejb-project/target/my-ejb-project-1.0-SNAPSHOT.jar
[standalone at localhost:9990 /] /subsystem=clustering-monitor/cluster=
ejb web
[standalone at localhost:9990 /] /subsystem=clustering-monitor/cluster=web
: /
[standalone at localhost:9990 /] /subsystem=clustering-monitor/cluster=web/deployment=distributable.war/
bean web
[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")]
}
}
[standalone at localhost:9990 /] /subsystem=clustering-monitor/cluster=ejb/deployment=my-ejb-project-1.0-SNAPSHOT.jar/
bean web
[standalone at localhost:9990 /] /subsystem=clustering-monitor/cluster=ejb/deployment=my-ejb-project-1.0-SNAPSHOT.jar/bean=CounterBean:read-resource(include-runtime=true)
{
"outcome" => "success",
"result" => {
"cache-view" => [("lenovo/ejb" => "[lenovo/ejb]")],
"distribution" => [("lenovo/ejb" => "cache entries: 0")],
"operation-stats" => [("lenovo/ejb" => "get(hits): 0, get(misses): 0, puts 0, remove(hits): 0, remove(misses): 0")],
"rpc-stats" => [("lenovo/ejb" => "RPC count: 0, RPC failures: 0")],
"txn-stats" => [("lenovo/ejb" => "prepares: 0, commits: 0, rollbacks: 0")]
}
}
{noformat}
> 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