Results 1 to 6 of 6

Thread: asp.net performance, profiling memory issues etc.

  1. #1

    Thread Starter
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,597

    asp.net performance, profiling memory issues etc.

    Hi.
    I'm investigating way to monitor asp.net performance , profiling, memory leaks etc.
    I'm not really sure where to start so i found this link:
    http://msdn.microsoft.com/en-us/library/ff647787.aspx
    I would appreciate any advice on what to look for.

    Thanks.
    ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
    πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·

  2. #2
    Frenzied Member brin351's Avatar
    Join Date
    Mar 2007
    Location
    Land Down Under
    Posts
    1,293

    Re: asp.net performance, profiling memory issues etc.

    All good info but some of it may be out of date depending on the win server version your running.

    I find it difficult to monitor performance. One of the best features in developement (or locally) to actually see performance results that I've made use of is tracing. It displays alot of info on how long it takes to run code and render a page. During dev or testing locally I've turned on App tracing and viewed-refrehsed the results to see the differences code changes have made.

    Here is a link http://msdn.microsoft.com/en-us/libr...v=vs.100).aspx
    The problem with computers is their nature is pure logic. Just once I'd like my computer to do something deluded.

  3. #3

    Thread Starter
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,597

    Re: asp.net performance, profiling memory issues etc.

    Ah, i was busting my head on what does that feature is named in web.config. Yes tracing.
    I also read some info on MS programs that will read a memory dump of IIS but it's very complicated. I also wanted to ask, if you know, will manually using the garbage collector help to reduce memory gaps or is more of a winforms feature.
    Thanks.
    ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
    πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·

  4. #4
    Frenzied Member brin351's Avatar
    Join Date
    Mar 2007
    Location
    Land Down Under
    Posts
    1,293

    Re: asp.net performance, profiling memory issues etc.

    My understanding is garbage collection relates more to win forms as web forms code is disposed once page processing completes... beyond that limited understanding I don't know.

    I'd be interested in reading about the "MS programs that will read a memory dump of IIS" as my current work involves development on dedicated web servers.... link please
    The problem with computers is their nature is pure logic. Just once I'd like my computer to do something deluded.

  5. #5
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744

    Re: asp.net performance, profiling memory issues etc.

    If you don't mind spending money, Ants Profiler is the king in this area. It can pin point your memory problems, code problems (pointing to an exact line of code that takes long(er) etc). They have a 14 day trial, you should check it out.
    http://www.red-gate.com/products/dot...ance-profiler/

  6. #6

    Thread Starter
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,597

    Re: asp.net performance, profiling memory issues etc.

    Thanks all.
    Serge i am not sure my current company will go for it but i will have it in my mind.
    Brin, here is a link that will get you started (and me) : http://vimeo.com/9936296
    ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
    πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width