Popular Tcl recipes tagged "windows"http://code.activestate.com/recipes/langs/tcl/tags/windows/2005-01-23T22:10:25-08:00ActiveState Code RecipescheckMem (Tcl) 2005-01-23T20:54:41-08:00Patrick Finneganhttp://code.activestate.com/recipes/users/1220635/http://code.activestate.com/recipes/364234-checkmem/ <p style="color: grey"> Tcl recipe 364234 by <a href="/recipes/users/1220635/">Patrick Finnegan</a> (<a href="/recipes/tags/windows/">windows</a>). </p> <p>Check physical memory usage. Email report if ram usage exceeds 90%. Write the top ten processes by memory usage to report.</p> toMB (Tcl) 2005-01-23T19:52:21-08:00Patrick Finneganhttp://code.activestate.com/recipes/users/1220635/http://code.activestate.com/recipes/364232-tomb/ <p style="color: grey"> Tcl recipe 364232 by <a href="/recipes/users/1220635/">Patrick Finnegan</a> (<a href="/recipes/tags/windows/">windows</a>). </p> <p>Proc to convert bytes to megabytes.</p> checkCpu (Tcl) 2005-01-23T20:23:51-08:00Patrick Finneganhttp://code.activestate.com/recipes/users/1220635/http://code.activestate.com/recipes/364233-checkcpu/ <p style="color: grey"> Tcl recipe 364233 by <a href="/recipes/users/1220635/">Patrick Finnegan</a> (<a href="/recipes/tags/windows/">windows</a>). </p> <p>Check server Cpu utilisation. Script can be run from the command line or as a Windows service using the NT Resource Kit "servany" utility.</p> driveSpace (Tcl) 2005-01-23T22:10:25-08:00Patrick Finneganhttp://code.activestate.com/recipes/users/1220635/http://code.activestate.com/recipes/364235-drivespace/ <p style="color: grey"> Tcl recipe 364235 by <a href="/recipes/users/1220635/">Patrick Finnegan</a> (<a href="/recipes/tags/windows/">windows</a>). </p> <p>Check available drive space. Email report if space usage exceeds 90%.</p> checkFile (Tcl) 2005-01-23T19:42:14-08:00Patrick Finneganhttp://code.activestate.com/recipes/users/1220635/http://code.activestate.com/recipes/364227-checkfile/ <p style="color: grey"> Tcl recipe 364227 by <a href="/recipes/users/1220635/">Patrick Finnegan</a> (<a href="/recipes/tags/windows/">windows</a>). </p> <p>Check if file exists. Set return code.</p> reportHeader (Tcl) 2005-01-23T19:48:15-08:00Patrick Finneganhttp://code.activestate.com/recipes/users/1220635/http://code.activestate.com/recipes/364229-reportheader/ <p style="color: grey"> Tcl recipe 364229 by <a href="/recipes/users/1220635/">Patrick Finnegan</a> (<a href="/recipes/tags/windows/">windows</a>). </p> <p>Procedure to write standard report header.</p> puts_tabular (Tcl) 2005-01-23T19:50:19-08:00Patrick Finneganhttp://code.activestate.com/recipes/users/1220635/http://code.activestate.com/recipes/364231-puts_tabular/ <p style="color: grey"> Tcl recipe 364231 by <a href="/recipes/users/1220635/">Patrick Finnegan</a> (<a href="/recipes/tags/windows/">windows</a>). </p> <p>Proc to write data in tabular format.</p> sendSimpleMessage (Tcl) 2005-01-23T19:46:24-08:00Patrick Finneganhttp://code.activestate.com/recipes/users/1220635/http://code.activestate.com/recipes/364228-sendsimplemessage/ <p style="color: grey"> Tcl recipe 364228 by <a href="/recipes/users/1220635/">Patrick Finnegan</a> (<a href="/recipes/tags/windows/">windows</a>). </p> <p>sendmail_proc - a procedure for sending mail using smtp.</p>