Comments
Sort by recent activity
Brian
I'm test driving an automated performance profiling process whereby we kick off the command line profiler on a daily basis and then use soapUI to create a load on the machine with ANTS profiler capturing the performance statistics by monitoring the IIS site for activity.
I've actually gone the route of implementing a project like you've described, and it works, but unfortunately the command line profiler is not feature equivalent to the UI so I thought it might be related to the fact that I'm using a project.
Would be nice though to just use the command line without a project. There seems to be no reason to use a project as almost all the project options are anyways specified explicitly via the command line itself.
Please consider adding it to make this kind of batch operation testing easier. / comments
Brian
I'm test driving an automated performance profiling process whereby we kick off the command line profiler on a daily basis and then use soapUI to create a load on the machine with ANTS profil...
Both - licensing conditions and hopefully discounts as well.
W.r.t the world cup - thx. We all thoroughly enjoyed watching and attending the matches. Vibe was awesome. / comments
Both - licensing conditions and hopefully discounts as well.
W.r.t the world cup - thx. We all thoroughly enjoyed watching and attending the matches. Vibe was awesome.
Andrew
I can confirm that I don't get the exception when using the /methodLevel option on the command line. I would ideally like to have the line-level details via die command line profiler as well. Why does this work via the UI though? Shouldn't we hit the same problems? / comments
Andrew
I can confirm that I don't get the exception when using the /methodLevel option on the command line. I would ideally like to have the line-level details via die command line profiler as wel...
Is there a link to an article somewhere that describes the process of creating a mini-dump? / comments
Is there a link to an article somewhere that describes the process of creating a mini-dump?
Remember this only happens when running the profiler in command line mode and I get not exception dialog box popping up. Had a look in the log folder and the command line profiler didn't seem to write out anything there either. What additional info can I provide? / comments
Remember this only happens when running the profiler in command line mode and I get not exception dialog box popping up. Had a look in the log folder and the command line profiler didn't seem to w...
Thanks - I understand all of these limitations and we are currently running the latest ANTS 6 Performance Profiler EAP which already supports the performance profiling of SL 4 applications. However, in all of my research, I haven't found any mention on whether you will actually be able to do memory profiling as well. So my first question is still - can you do memory profiling in SL 4 (i.e. does it support the hooks to allow it) and if it does, do you have a roadmap w.r.t adding this to ANTS Memory profiler?
Thanks [image] / comments
Thanks - I understand all of these limitations and we are currently running the latest ANTS 6 Performance Profiler EAP which already supports the performance profiling of SL 4 applications. Howeve...
Thanks, please add that to the list of wanted features. Also, do you plan on adding comparison reports as well that will allow me to compare a report against a base line to see the improvements made?
Thanks / comments
Thanks, please add that to the list of wanted features. Also, do you plan on adding comparison reports as well that will allow me to compare a report against a base line to see the improvements ma...
cjlotz wrote:
Question 4
Thinking about the CI process, how would one go about profiling your application. I'm using a MSBuild script to drive our whole CI process. I can succesfully fire off the command line profiler, but the problem is that the script will suspend the build process until it times out (if specified) or else hang indefinitely.
I've made some further progress w.r.t the above mentioned issue. I discovered an AsynExec MSBuild task that works quite nicely and I've incorporated that into the build process without any problems. This allows me to start the Profiler and then launch soapUI command line test runner to drive the web services. Question 7
I've got a another question though. Through the UI it is possible to select File I/O and SQL Server Reads/Writes when profiling the application. I can't seem to find command line arguments for these options. Are they available from the command line?
Thanks - things are starting to take shape nicely :-) / comments
cjlotz wrote:
Question 4
Thinking about the CI process, how would one go about profiling your application. I'm using a MSBuild script to drive our whole CI process. I can succesfully fire off...