[
https://issues.jboss.org/browse/WFLY-1430?page=com.atlassian.jira.plugin....
]
Richard Achmatowicz commented on WFLY-1430:
-------------------------------------------
So, we now have commands like this:
{noformat}
[standalone@localhost:9990 /] deploy ~/maven/distributable.war
[standalone@localhost:9990 /] deploy
~/maven/my-ejb-project/target/my-ejb-project-1.0-SNAPSHOT.jar
[standalone@localhost:9990 /] /subsystem=clustering-monitor/cluster=
ejb web
[standalone@localhost:9990 /] /subsystem=clustering-monitor/cluster=web
: /
[standalone@localhost:9990 /]
/subsystem=clustering-monitor/cluster=web/deployment=distributable.war/
bean web
[standalone@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@localhost:9990 /]
/subsystem=clustering-monitor/cluster=ejb/deployment=my-ejb-project-1.0-SNAPSHOT.jar/
bean web
[standalone@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