• 3
    • 18
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      I am part of a team that administers a Bamboo Build Server and Agents.
      We need to have some statistics on build frequency per agent in order to determine how much those nodes are being utilized.

        1. rhel_wk3.png
          4 kB
          Ian Kent

            [BAM-5251] Generate a report on build agent utilization.

            Atlassian Update – [16 April 2019]

            Hi everyone,

            Thank you for your interest in this issue.

            While this suggestion has gathered significant interest, we're unable to implement all of the excellent suggestions you make. We don't plan to work on this for the foreseeable future.

            We understand this decision will be disappointing to everyone who voted for this issue. While we believe this suggestion would improve the product, after careful review of the most pressing needs of our customers, we've decided to prioritise other areas of the Bamboo roadmap, including:

            1. Performance and stability improvements
            2. Providing building blocks for High Availability and Disaster Recovery solutions
            3. Improving permission system
            4. Allowing per-project allocation of resources
            5. Improving Bitbucket Server and Jira integrations

            We hope that you appreciate our candid and transparent communication. You can learn more about our approach to highly voted server suggestions here.

            To learn more on how your suggestions are reviewed, see our updated workflow for server feature suggestions.

            Kind regards,
            Bamboo Team

            Krystian Brazulewicz added a comment - Atlassian Update – [16 April 2019] Hi everyone, Thank you for your interest in this issue. While this suggestion has gathered significant interest, we're unable to implement all of the excellent suggestions you make. We don't plan to work on this for the foreseeable future. We understand this decision will be disappointing to everyone who voted for this issue. While we believe this suggestion would improve the product, after careful review of the most pressing needs of our customers, we've decided to prioritise other areas of the Bamboo roadmap, including: Performance and stability improvements Providing building blocks for High Availability and Disaster Recovery solutions Improving permission system Allowing per-project allocation of resources Improving Bitbucket Server and Jira integrations We hope that you appreciate our candid and transparent communication. You can learn more about our approach to highly voted server suggestions here . To learn more on how your suggestions are reviewed, see our updated workflow for server feature suggestions . Kind regards, Bamboo Team

            There is a plugin which can be useful for agents utilization overview - https://marketplace.atlassian.com/plugins/com.atlassianlab.bamboo.plugins.bamboo-agents-usage/server/overview

            Alexey Chystoprudov added a comment - There is a plugin which can be useful for agents utilization overview -  https://marketplace.atlassian.com/plugins/com.atlassianlab.bamboo.plugins.bamboo-agents-usage/server/overview

            The report should also group server local agents into one to show real usage on the server.

            Deleted Account (Inactive) added a comment - The report should also group server local agents into one to show real usage on the server.

            Ian Kent added a comment -

            We considered generating report using confluence wiki page with sql and chart macros. See http://blogs.atlassian.com/news/2009/08/confluence_business_intelligence_part1.html

            However, we still feel that this report should be provided by Bamboo.
            Available as native report within Bamboo and maybe remotely available via gadget.

            Ian Kent added a comment - We considered generating report using confluence wiki page with sql and chart macros. See http://blogs.atlassian.com/news/2009/08/confluence_business_intelligence_part1.html However, we still feel that this report should be provided by Bamboo. Available as native report within Bamboo and maybe remotely available via gadget.

            Ian Kent added a comment -

            Attached image of graph we created that shows usage across agents over time. The chart data was obtained using an sql query to bamboo database.

            select queue.title, buildresultsummary.build_date, buildresultsummary.build_completed_date, buildresultsummary.duration from buildresultsummary, queue where buildresultsummary.build_agent_id = queue.queue_id and buildresultsummary.created_date > '2010-01-18 00:00:00.00'

            Ian Kent added a comment - Attached image of graph we created that shows usage across agents over time. The chart data was obtained using an sql query to bamboo database. select queue.title, buildresultsummary.build_date, buildresultsummary.build_completed_date, buildresultsummary.duration from buildresultsummary, queue where buildresultsummary.build_agent_id = queue.queue_id and buildresultsummary.created_date > '2010-01-18 00:00:00.00'

              Unassigned Unassigned
              b3ad01633a91 Ian Kent
              Votes:
              24 Vote for this issue
              Watchers:
              29 Start watching this issue

                Created:
                Updated: