Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

koops 90kts.com

« Newer Snippets
Older Snippets »
Showing 1-2 of 2 total  RSS 

LoadRunner grep statements for errors

   1  
   2  grep -rnE "Error|Warning|error|warning" * | grep \.html  | grep "<TITLE>Error"
   3  
   4  grep -rnEA10 "Error|Warning|error|warning" * | grep \.html  | grep -E "<b>"
   5  
   6  grep -rnEA200 "0\-0" * | grep \.html | grep -E "advertiserId"

SiteScope registry hack to support longer JMX timeouts

   1  
   2  [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SiteScope\serviceParam]
   3  @="-server -Xmx256m -showversion -Dcom.sun.CORBA.transport.ORBTCPReadTimeouts=10:30000:500:10 -Dcatalina.home=\"D:\\SiteScope\\Tomcat\" -Dflipper.param.file=..\\conf\\flipperSiteScope.properties -Dtopaz.home=.. -cp \"D:\\SiteScope\\Tomcat\\bin\\bootstrap.jar\" org.apache.catalina.startup.Bootstrap start"
« Newer Snippets
Older Snippets »
Showing 1-2 of 2 total  RSS