Uploaded image for project: 'Undertow'
  1. Undertow
  2. UNDERTOW-1061

Provide metric attribute to see max number of concurrently active sessions for deployment

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Minor Minor
    • 2.0.0.Beta1
    • None
    • None
    • None

      Add metric attribute that shows maximum number of concurrently active sessions for particular deployment. Currently we have only:

      /deployment=helloworld.war/subsystem=undertow:read-attribute(name=max-active-sessions)
      

      which is just:

                  "max-active-sessions" => {
                      "type" => INT,
                      "description" => "The maximum allowed number of concurrent sessions that this session manager supports",
                      "expressions-allowed" => false,
                      "nillable" => false,
                      "access-type" => "metric",
                      "storage" => "runtime"
                  },
      

      Providing also metric to see what was the maximum number of concurrently active sessions for particular deployment might be useful for user too.

              sdouglas1@redhat.com Stuart Douglas (Inactive)
              sdouglas1@redhat.com Stuart Douglas (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: