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

grep -rnE "Error|Warning|error|warning" * | grep \.html  | grep "<TITLE>Error"

grep -rnEA10 "Error|Warning|error|warning" * | grep \.html  | grep -E "<b>"

grep -rnEA200 "0\-0" * | grep \.html | grep -E "advertiserId"

SiteScope registry hack to support longer JMX timeouts

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SiteScope\serviceParam]
@="-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