Count dynamo script runs

Hello,
Is there a way to count the number of executions of my script, which is currently being run using Py-Revit and the data shapes package. I am planning to create a special tab containing my scripts, and it would be useful to have a count of script usage. Thank you for your help.

Yep. Assuming you’re not familiar with sql or databases, a really simple way is to write journal files to a server location using a python script. I use this approach at a large firm to track all dynamo and pyrevit script use and view in power BI.

5 Likes

Hi Gavin,
I have implemented it on my scripts and it’s really useful and easy. Thank you for sharing your knowledge. Now I can get which scripts are in high demand. I have been following your videos for a year now, don’t know how I missed this one.

1 Like