WebSphere - log WAS JDBC performance data to a cloudscape database.- (Found July 15, 2008 ) This script logs the WAS JDBC PMI performance data to a Cloudscape database.http://aspn.activestate.com/ASPN/Cookbook/Tcl/Recipe/464546 WebSphere - log WAS JVM performance data to a cloudscape database.- (Found July 15, 2008 ) This script logs the WAS SESSION PMI performance data to a Cloudscape database.http://aspn.activestate.com/ASPN/Cookbook/Tcl/Recipe/464559 WebSphere - log WAS SESSION performance data to a cloudscape database.- (Found July 15, 2008 ) This script logs the WAS SESSION PMI performance data to a Cloudscape database.http://aspn.activestate.com/ASPN/Cookbook/Tcl/Recipe/464560 Scripted Telnet Client Class- (Found July 15, 2008 ) A simlpe Telnet Client Class utilizing Todd Martin's telnet package available at http:www.tmartin.orgtcltelnet .http://aspn.activestate.com/ASPN/Cookbook/Tcl/Recipe/496990 Connect to Oracle DB.- (Found July 15, 2008 ) Quick connection to Oracle Database.http://aspn.activestate.com/ASPN/Cookbook/Tcl/Recipe/502195 Create Properties Object. Return loaded property object.- (Found July 15, 2008 ) Uses the java Properties class to read a java formatted property file. Returns a loaded Property object. Access the properties using the get property method. $PropertyI getProperty SSLConfig.namehttp://aspn.activestate.com/ASPN/Cookbook/Tcl/Recipe/502196 dumpThreads- (Found July 15, 2008 ) Take a java core dump from a running server. Identify the working directory where the file will be placed.http://aspn.activestate.com/ASPN/Cookbook/Tcl/Recipe/502208 what words and phrases phone number spells- (Found July 15, 2008 ) This simple TCL script can generate all possible variants of pnone number spells using numbers and lettershttp://aspn.activestate.com/ASPN/Cookbook/Tcl/Recipe/528866 Minor enhancement to the base Tk Console. Additional change.- (Found July 15, 2008 ) Right click Copy and Paste. And when you source a script from the command line, you lose the focus, and have to click the mouse button somewhere in the console screen to be able to type again. Fixed that around line 616. Inserted "focus $w" and now it works better.http://aspn.activestate.com/ASPN/Cookbook/Tcl/Recipe/523001 Script checking availability of network servers- (Found July 15, 2008 ) Script checking availability of network servers If the server is not accessible, starts action The necessary data are read from a text file The file of the data contains lines of a kind: smtp_server:25:any_executed_program:my_smtp_server httpd_daemon:80:ps:corp_web_serverhttp://aspn.activestate.com/ASPN/Cookbook/Tcl/Recipe/528899 |