Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-30543

Request new status variable: Max_used_connections_time

Details

    Description

      Max_used_connections_time - The time at which Max_used_connections reached its current value. This will be helpful during the troubleshooting and helpful for the user. MySQL 8 has a similar status variable

      mysql> select version();
      +-----------+
      | version() |
      +-----------+
      | 8.0.32    |
      +-----------+
      1 row in set (0.00 sec)
       
      mysql> show status like 'max_use%';
      +---------------------------+---------------------+
      | Variable_name             | Value               |
      +---------------------------+---------------------+
      | Max_used_connections      | 20                   |
      | Max_used_connections_time | 2023-02-02 03:57:19 |
      +---------------------------+---------------------+
      2 rows in set (0.00 sec)
      

      Attachments

        Issue Links

          Activity

            danblack Daniel Black added a comment -

            Good idea. Did you want to contribute some code about here?

            danblack Daniel Black added a comment - Good idea. Did you want to contribute some code about here ?

            Since the submitted was not keen on contributing, Mikhail from my team will take a stab at this some time in March.

            otto Otto Kekäläinen added a comment - Since the submitted was not keen on contributing, Mikhail from my team will take a stab at this some time in March.
            ahmedibrahim Ahmed Ibrahim added a comment -

            I would like to work on this.

            ahmedibrahim Ahmed Ibrahim added a comment - I would like to work on this.
            otto Otto Kekäläinen added a comment - PR already submitted at https://github.com/MariaDB/server/pull/2540

            ahmedibrahim Since you had interest in this topic, could you please review https://github.com/MariaDB/server/pull/2540 and add your approval/comments?

            otto Otto Kekäläinen added a comment - ahmedibrahim Since you had interest in this topic, could you please review https://github.com/MariaDB/server/pull/2540 and add your approval/comments?
            ahmedibrahim Ahmed Ibrahim added a comment -

            Sure! I will review it

            ahmedibrahim Ahmed Ibrahim added a comment - Sure! I will review it

            People

              danblack Daniel Black
              pandi.gurusamy Pandikrishnan Gurusamy
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.