Alto consumo de CPU para Procesos

32 views
Skip to first unread message

Kiquenet

unread,
Aug 31, 2018, 7:07:47 AM8/31/18
to AltNet-Hispano
He detectado que dos procesos TiWorker, y TrustedInstaller, en algunas ocasiones llegan a consumir mucha CPU.

Alguna solución ?

Kiquenet

unread,
Aug 31, 2018, 12:41:00 PM8/31/18
to AltNet-Hispano
utilizar la herramienta ProcDump, la cual te permite detectar picos de CPU. 

https://blogs.technet.microsoft.com/latam/2010/02/26/procdump-para-detectar-problemas-de-alto-consumo-de-cpu/


"Procdump elimina la necesidad de instalar herramientas tales como DebugDiag 1.1 para procesos de 32bit y adplus para procesos de 64bit en el mismo servidor "

Me apasiona sobre todo "Procdump también puede ser ejecutado desde scripts a efectos de automatización." algo que según comenta el artículo DebugDia y adplus no pueden hacer.

Me surgen varias dudas:

1) Qué incidencia tiene el uso de procdump en el rendimiento del servidor? Son tan ligeros como los performance counter ?

Already there are multiple ways for automated dump collection of the w3wp process using Debug Diag, ProcDump and FREB.

https://blogs.msdn.microsoft.com/chiranth/2015/12/22/slow-response-automated-data-collection-using-freb-and-debug-diag/


2) Genera ficheros dump. Cómo interpretarlos?

https://blogs.msdn.microsoft.com/webtopics/2016/04/05/data-collection-for-deadlock-detected-issue-of-a-iis-based-web-application/

Kiquenet

unread,
Aug 31, 2018, 3:14:04 PM8/31/18
to AltNet-Hispano

High CPU – Write up to 3 dumps of the terminal service when it exceeds 90% CPU usage for twenty seconds:
procdump -ma -c 90 -s 20 -n 3 Termservice.exe


Unresponsiveness – Write a dump when service is unresponsive for more than 5 seconds
procdump -h Termservice.exe Termservice.dmp “


Notes:
Ensure that there is enough free disk space and that the paging file is a bit larger than the total amount of memory.

Reply all
Reply to author
Forward
0 new messages