diagnostics
Custom God logging?
God has helped us keep a few services running on a Rails box (Nginx and MySQLd, specifically) but I\'m hoping to get some more details when it actually swings into action. So far, setting the watch lo[详细]
2023-01-29 11:54 分类:问答C# selecting distinct names from an array [duplicate]
This question already has answers here: 开发者_StackOverflow中文版How do I remove duplicates from a C# array?[详细]
2023-01-26 11:23 分类:问答Calling GetAvailableThreads for different thread pools
I\'ve used the ThreadPool.GetAvailableThreads to monitor the thread usage in a web site, and written the results to a performance counter. To do this, I\'ve had a thread running in the site that does[详细]
2023-01-23 00:48 分类:问答WCF: How to diagnose faulted channels?
I\'m working on shipping in a change for my lab that will hopefully help diagnose some weird channel-faulting weirdness we\'re seeing. There\'s a test application that uses DuplexChannelFactory to con[详细]
2023-01-19 19:06 分类:问答Does Visual Studio continuously compile?
When working in VS, the 开发者_开发知识库error messages in the bottom panel are compiler errors and warnings, right? Does this mean the app is being compiled all the time? I would expect those to appe[详细]
2023-01-19 13:23 分类:问答Get a number of open sockets in C#?
I\'m trying to log the number of open sockets in my C# server application. Like the info you could get from \"netstat -s\":[详细]
2023-01-19 05:09 分类:问答Unable to capture Performance Counters for an Azure Web Role
I am trying to capture the following PerformanceCounters on the Azure WebRole: private string[] perfCounters = { @\"\\Processor(_Total)\\% Processor Time\",[详细]
2023-01-18 23:16 分类:问答Analyze .exe/.dll (Windows PE) files for code bloats
Let\'s say I have a project with a dozen of different modules which produce one resultant开发者_开发知识库 DLL, how can I analyze it so that I can identify the actual file size that each module/functi[详细]
2023-01-18 15:56 分类:问答Creating an ASP.NET diagnostics page to be pinged by Load Balancer
Our server operations team has asked the web development team (ASP.NET) to provide a URL in our application, which the load balancer can ping to perform开发者_如何学Python health checks.[详细]
2023-01-18 08:01 分类:问答How to identify the caller of a Stored Procedure from within the Sproc
I have a deprecated stored procedure which should no longer be called from code, but there is some system which is still calling it.This is a production server so I have very limited indirect access t[详细]
2023-01-15 10:21 分类:问答