Running subsequent client commands leads to significantly slower executions time.
[jboss@root healthcheck]$ time $e "container-connect fuse1 list" Logging in as jboss Connected START LEVEL 100 , List Threshold: 50 ID State Blueprint Spring Level Name [ 2] [Active ] [ ] [ ] [ 80] Fabric8 :: SSL (1.2.0.redhat-630254) [ 3] [Active ] [ ] [ ] [ 80] OPS4J Pax Url - wrap: (2.5.2) … real 0m2.383s user 0m2.369s sys 0m0.108s [jboss@root healthcheck]$ time $e "container-connect fuse1 list" Logging in as jboss Connected START LEVEL 100 , List Threshold: 50 ID State Blueprint Spring Level Name [ 2] [Active ] [ ] [ ] [ 80] Fabric8 :: SSL (1.2.0.redhat-630254) [ 3] [Active ] [ ] [ ] [ 80] OPS4J Pax Url - wrap: (2.5.2) … real 0m21.716s user 0m2.554s sys 0m0.099s
Similar with local commands as well:
[jboss@root healthcheck]$ time $e "list" Logging in as jboss START LEVEL 100 , List Threshold: 50 ID State Blueprint Level Name [ 2] [Active ] [ ] [ 80] Fabric8 :: SSL (1.2.0.redhat-630254) [ 3] [Active ] [ ] [ 80] OPS4J Pax Url - wrap: (2.5.2) … real 0m1.747s user 0m2.351s sys 0m0.098s [jboss@root healthcheck]$ time $e "list" Logging in as jboss START LEVEL 100 , List Threshold: 50 ID State Blueprint Level Name [ 2] [Active ] [ ] [ 80] Fabric8 :: SSL (1.2.0.redhat-630254) [ 3] [Active ] [ ] [ 80] OPS4J Pax Url - wrap: (2.5.2) … real 0m13.065s user 0m2.448s sys 0m0.111s
- is related to
-
ENTESB-7308 [Fabric] Client script returns authentication failed in JBoss Fuse (630283)
-
- Closed
-
-
ENTESB-6657 Karaf client hung on ensemble servers
-
- Closed
-
-
ENTESB-6826 Ssh connection hangs when connecting through karaf client to another container
-
- Closed
-