7.51. fabric:status
Abstract
displays the current status of the fabric, based on the configured profile requirements
Synopsis Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
fabric:status [
--help
]
Description Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
This command summarizes the health of the fabric, based on requirements previously configured by the
fabric:require-profile-set command. For example, if you configured the example-camel profile to require a minimum of two instances and a maximum of four instances, and there is currently only one instance running, the example-camel profile would get a health rating of 50%.
The
fabric:status command produces output like the following:
karaf@root> fabric:status
[profile] [instances] [health]
cloud 1 100%
example-camel 0 0%
example-cxf 0 0%
fabric 1 100%
fabric-ensemble-0000-1 1 100%
Arguments Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Table 7.51, “fabric:status Arguments” describes the command's arguments.
| Argument | Interpretation |
|---|---|
--help | Displays the online help for this command |
Related topics Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
For more details, see: