Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-10027

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

    XMLWordPrintable

Details

    Description

      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.

      Attachments

        Activity

          People

            sdouglas1@redhat.com Stuart Douglas
            sdouglas1@redhat.com Stuart Douglas
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: