|
I have a winforms application that normally is at about 2-4% CPU. We are seeing some spikes up to 27% of CPU for limited number of times. What is the best profiling tool to determine what is actually causing this spike. We use dottrace but i dont see ...
Started by oo on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Also, is this spike actually worrisome? And on what....
This assumes of course that you have threaded processes or garbage collection a candidate for your performance hit .
Whatever typically results in the spike, and examine those results.
|
|
Lol! gd times!
Started by elizas_dude on
, 15 posts
by 9 people.
Answer Snippets (Read the full thread at fanforum):
Spike and Dru were the best thing like such a lost little girl..and ....
Add me please.
I enjoyed it.
It was a very good book.
Spike and Dru are presented in the Buffy novel, Spike & Dru: Pretty Maids in a Row.
|
|
I have a lot of data collected in rrd files. Does anyone know of a script, or part of the rrd toolset that will show 'spikes'.
Basically I would like to give it a window specified by start time and end time. Then maybe a threshold above the average for...
Started by Kyle Brandt on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
I've built interactive cgi's to help explore up/down spike detection using RRDtool and jQuery..
I have found limited value in percentage based banding around a moving metric .
To highlight the spike.
|
Ask your Facebook Friends
|
I hosted my application in production. Within 5 to 6 hours the application pool spikes and uses more memory?
What application objects or system objects are stored in the application pool?
Started by Ramesh on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The memory raise behavior you are....
An application pool is a worker process spawned by IIS to host one or more applications .
If you are looking for memory leaks, try downloading the trial version of MemProfiler (or one of the other products available) .
|
|
I got quite a few jQuery scripts in my js file, and now I'm experiencing the CPU going through the roof when I open the page in Firefox.
Looking at Firebugs console panel, I see the following error: too much recursion.
Then it refers to my jquery-1.3....
Started by Steven on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
(Hit f12 and click profiler then hit start profiling and load your page)
Edit: It sounds... .
Does this happen in IE8 as well? IE8 has a profiler that will tell you how much time is being spent on each javascript function and how many times they get called .
|
|
Spike Lee
Spike in death rate. P.S. - Come one, come all to the big avatar contest we're having this week - #400!
Answer Snippets (Read the full thread at fwfr):
Croaklyn He Got Gangrene Voted voted Spike Lee has.
Late Lee Mo' Deader: Blue Head on a Spike by FWTO since I'm here for #400 Avatar contest.
Croakers.
He Got Maimed Do the Rites Thing.
Malcolm Ex.
|
|
So, there is a horribly written site that I occasionally help out with that was originally written in classic ASP.
It was then "ported" to ASP.NET by moving the global variables to the code behind and leaving the rest of the code in the aspx...Its a huge...
Started by FlySwat on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Hi, Check out thus guy's blog
http://blogs....
Usually the best place to start is the Http.sys log:
HTTP.SYS error log - %windir%\System32\LogFiles\HTTPERR
You can also check the event log and IIS log to see if you have any additional information in there .
|
|
Spike comes back in Season Three (Lover's Walk) & is trying to get Willow to do a spell so that he can get Dru back. She thought that he had gone soft, so left him. He wanted to win her back & after talking (or maybe it was fighting) with Buffy & Angel...
Started by Cheali on
, 9 posts
by 5 people.
Answer Snippets (Read the full thread at fanforum):
I don't hate TGIQ less any less than I hate AtS's 5th .
Have said no to more Spike/Dru flashbacks.
|
|
Spike - Get well soon
Thinking of Spike and wishing him a full and complete recovery. Spike has spent most of the holidays in hospital having pieces of himself cut out and analysed.
He has just posted that the last piece is clear of Cancer so that is...
Started by Ashley on
, 20 posts
by 20 people.
Answer Snippets (Read the full thread at 4x4community):
Now....
Sheesh, I didn't know!!!
I thought it was over last year!
get well soon Spike, I hope you are being looked after! Now that you mention it, the miserable soutie has been quiet.;D
Get well soon Spike quiet.;D
Get well soon Spike.
|
|
Sorry, I couldn't figure out a good way to phrase my real question.
I run a high-traffic ASP.NET site on a 64-bit machine. I have IIS running in 32-bit mode, however, due to some legacy components of the app. I am running this particular web app inside...
Started by Ken Randall on
, 9 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Have you tried IIS Crash /....
In my experience, spiking app pool can be due to it being recycled.
See this blog post.
MSDN) How To: Use CLR Profiler (MSDN Magazine) Investigating Memory Issues Try executing !sw before running the sos commands .
|