How can we help you today? How can we help you today?
cjlotz
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.
0 votes
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...
0 votes
The way to profile an IIS session is to initially do so from the UI and save out a project file. You can then use this to initiate profiling with the /project option. Any additional settings you specify on the command line will override those in the project file. 100% Working fine although my project specifies File I/O and SQL Server Reads/Writes and I'm not getting the info without overriding it from the command line. This seems to be related to Question 7 though. It would be possible to add something to the tool that would make it launch another process if that would help with this. I think people might find that useful although as I posted later on, I worked around the issue using the AsyncTask. This works fine. I fire off the profiler with a Timeout period and then fire off the soapUI LoadTestRunner. The results are written out after the timeout period. Is this from results saved via the command line or just directly through the UI? From the UI If it's in the UI, are the methods with source showing up in bold? If they aren't then it doesn't think that they have associated source code for whatever reason, most likely because it can't find the pdb debugging data. There are a few reasons this can happen with ASP.NET pages, the most usual being that debugging is turned off in the config file. Some methods show up in bold when you hover the mouse over them, but others don't. We are running in Debug mode, so debugging not turned off for the app. Well, I'm working on attach to process at the moment, and I need to move on to Silverlight 4 support after that, but after all of that I should be in a position to start looking at these things. Please focus on SL 4 support, we need that ASAP :-) Ah, good point. No, they're not at the moment, as they were added later on. They should definitely be in the final version, though (depending on how time works out, the initial revision might only support viewing the data through the UI, though I'll look in to adding it to the XML report as well) Getting it to display in the UI would be absolutely great. It allows me to profile the application from the command line that is faster than doing it through the UI. I specify a Timeout, exercise the app and then load up the results. Question 8 I have another question - comparisons between performance runs. Do you support this or plan to support this in future? I know dotTrace has the ability and if I remember Compuware DevPartner as well. / comments
The way to profile an IIS session is to initially do so from the UI and save out a project file. You can then use this to initiate profiling with the /project option. Any additional settings you...
0 votes