No hay extracto porque es una entrada protegida.
Etiqueta: script
Script y utilerias
Recently we have low performance in a informix instance and think the main trouble is some store procedures that have some lock waits. This script will help you to catch those sessions: _ERRLOG=error.log _OUTLOG=output.log _TMPTMP=ivan.txt while true do dbaccess sysmaster – ${_ERRLOG}>> 2>&1
I will user this script to list every files recursively, like a “ls -lR” but with each field sepered by pipes “|”, and then use this result to compare with another server/directory or to identify the the differences each week. #!/usr/bin/perl ################################################# # # Developer: Contreras Pacheco, Jorge Ivan # […]