Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
05-18-2017 06:31 AM
With a SAAS controler, how can i get a clear report of how many licences are consumed by application ? I dont need the speed dials that tell me how many licenses are consumed total.
What i need is the license count per actual application that i have created in appDynamics. We need this to figure out what is the cost per application.
Any ideas ?
Solved! Go to Solution.
05-31-2017 08:08 AM
There's a very nice license report generator on Github that produces an Excel spreadsheet that meets your needs and more.
Attaching an example of the output report, generated using a script like this:
#!/bin/bash
_DATE=`date "+%Y-%m-%d"`
_FILE=demo1_LicenseCount_${_DATE}.xlsx
echo Creating the report ${_FILE}
java -Xmx1024m -cp "execLib/*" org.appdynamics.licensecount.CountLicenses -cdemo1.appdynamics.com -P443 -usome_user -p<not_this_password> -acustomer1 -s -i15 -n -f ${_FILE}
Brian Wheeldon, Solution Engineer, NYC
05-31-2017 05:49 PM
Hi
Did you find out how to do this?
I am also trying to calculate license usage per application.
Thanks
Virender
06-01-2017 06:58 AM - last edited on 04-27-2020 09:45 AM by Ryan.Paredez
Hi,
The report at: https://github.com/Appdynamics/AppDLicenseCount works well with the default options BUT when you generate the report for a period over 7 days then the numbers are no longer accurate.
I asked the developer about it and am awaiting new information
08-31-2017 03:47 PM
Are there any plans to incorporate this functionality into the GUI itself?
I'd also be interested in seeing license usage at a Tier level as well as App.
09-01-2017 11:44 AM - edited 09-01-2017 11:47 AM
No there has been no huge demand to report License count per application in GUI. As per seeing license usage at a Tier level, you can actually go to the application flow diagram and see how many java agents etc. are being used for the time span you're interested in.
10-29-2018 02:24 PM
Thanks, @Brian.Wheeldon @Brian.Wheeldon.
Hi @frederic.poirier and @edahl
We also recommend referring to the following KB articles for more information on Licenses:
How does AppDynamics license consumption work?
What are some best practices for license management?
How do I check my license usage at the account level?
Hope it helps.
06-24-2019 10:33 AM - last edited on 10-18-2019 03:13 PM by Ryan.Paredez
I think getting the license usage per application is extremely useful not sure why there is no demand when I spoke to many customer in the conference they did the say the same.
10-21-2019 07:25 AM
So how do i run this on SAAS ? Thats what the question is about from the beginning.
10-21-2019 09:14 AM - edited 10-21-2019 09:15 AM
You should be able to just click on the cog wheel in the top-right hand corner, then click on "Licenses" and see how many you have and how many are taken up by all your agents. If you want it slightly more broken down such as what agents you have out there on which servers, you can click on the cog wheel and then "AppDynamics Agents," but it takes a little more clicking around. If you don't see "Licenses" or "AppDynamics Agents" when you click on the cog wheel you need your Controller admin to give you the correct permissions.
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form