viernes, 16 de diciembre de 2016

Windows. Config Performance Monitor

Lately we've been having performance issues on one of our SQL servers. 



Here I will explain how to start the Windows tool that can help us.

Some Symptoms of Performance Loss or bottleneck.


Ref: https://msdn.microsoft.com/en-us/library/ms190994.aspx

It is will be the firts steps to search important performance problems.

I started right now


















Could help you too





In "View all problem reports"




In the following post I will explain some of the most important counters.


There are other easy basics utility to view this local info in our computers like:  

SysGauge - System Monitor


by GoN | Published: December 16, 2016 | Last Updated: -

jueves, 15 de diciembre de 2016

WINDOWS. Temporary Profiles



Sometime when we open a session in one Server or computer the S.O open a new temporary profile. It's a problem, one form to solve itcould be

Run: regedit. 

Search register key: HKEY_LOCAL_MACHINE\software\microsoft\Windows NT\current version\ProfileList

Delete all profiles with extension .bak





by GoN | Published: December 15, 2016 | Last Updated:

miércoles, 7 de diciembre de 2016

Nagios. Check Http error code

Sometimes we can't monitoring some links because need user/password or other "problem", Nagios mark this links as Yellow or Red like a warning or problem.
If we know the error code, we can filter this error, for exemple the error 401,  we can check the web server or link that it is running although it respond with a error code.


We can add the parameter "-d ErrorCode" like "-d 401" at the chek check_http







by GoN | Published: December 5, 2016 | Last Updated: