1
vote
What is good server performance monitoring software for Windows?
You can configure you perfmon to collect specific counters to "Trace Logs" files on your hard drive. We usually keep daily logs for important counters:
Vital signs (CPU, Memory, HDD s …
0
votes
Is there an easy way to scale a ‘views’ or ‘download’ counter in a DB row?
I'd consider doing one of the following:
Use a buffer within the application and batch write a set of views every time buffers gets full
Using a local logging file and aggreg …
