diff --git a/index.html b/index.html index ced1505..9862e3a 100644 --- a/index.html +++ b/index.html @@ -126,6 +126,27 @@ line-height: 200%; } + b { + font-family: Helvetica, Arial; + font-size: 1.1em; + } + + tr td:first-child { + text-align: right; + padding-right: 4rem; + text-transform: uppercase; + } + + tr td.yes { + background: url("./ok-xxl.png") no-repeat 12px; + background-size: 20px 20px; + } + + tr td.no { + background: url("./minus.png") no-repeat 10px; + background-size: 24px 24px; + } + @media (max-width: 48em) { .navbar { font-size: 150%; @@ -291,23 +312,163 @@ +
-

Gor enabled us to put the Router "into production" a long time before we were entirely comfortable that it was "production ready" and without any risk. We could tell that it was doing the right thing from the access logs/stats of the Gor and the Router's own error logs.

+

Gor enabled us to put the Router "into production" a long time before we were entirely comfortable that it was "production ready" and without any risk. We could tell that it was doing the right thing from the access logs/stats of the Gor and the Router's own error logs.

-

Traffic from our production load balancers stream a small slice of traffic to Gor which then streams it to multiple QA environments. We soak test our new and old versions of our web service and the compare their metrics to discover bugs. Great stuff!

+

Traffic from our production load balancers stream a small slice of traffic to Gor which then streams it to multiple QA environments. We soak test our new and old versions of our web service and the compare their metrics to discover bugs. Great stuff!


+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
OSSPROENTERPRISE
AUDIENCEHobbyistsSmall BusinessMed–Large Companies
Support for HTTP traffic
Replaying to multiple targets
Rate limiting
Basic filtering and rewriting
Middleware
Replaying from file
Load testing
Saving and replying from S3
ElasticSearch export
Support for binary protocols (Thrift, ProtocolBuffers)
Priority Bug Fixes
Support for TSL encrypted traffic
Features Requests
Phone/Skype Support
DEDICATED SUPPORTNoneEmail
4 hours included
Email, Onboarding Session
20 hours included
LICENSELGPLCommercial
No Custom Terms
Commercial
With Custom Terms
PRICINGFree$950 / year
Unlimited Usage
$1950 / year
Per 20 servers
PURCHASINGn/aCredit CardCredit Card, Bank transfer
Get startedBUYGet a quote
+
+
+

All sales come with a two week, 100% money back guarantee.
+ Looking to embed Gor in your virtual server or appliance?
+ Read the Commercial FAQ. +

+
+

How Gor works and why it is made

Synthetic tests can be useful, but they are no substitute for the real thing. It's just not possible to synthesise the variation of traffic that you'll see in production. Humans, browsers, and robots all do strange things to affect the frequency of requests, URL weighting, size of headers, etc. You need to be sure that your app isn't tripped up by an edge-case that only presented itself after we'd gone live.

@@ -319,34 +480,20 @@ gor --input-raw :80 --output-http "http://staging.com"

You can modify and filter captured requested before replaying them. You can even replay them at higher speed for load testing. See full documentation.

- -
-

Pro version

-

Gor Pro is an extension to community version which provides more features, a commercial-friendly license and allows you to support high-quality open source development all at the same time.

- -
* this featured sheduled to be released in Q2 2016
-
- - Buy for $950 / Year - -
-
-

All sales come with a two week, 100% money back guarantee.
- Looking to embed Gor in your virtual server or appliance?
- Read the Commercial FAQ. -
-

-
-
-

Questions, comments, & concerns? Lets chat: hello@gortool.com

+
+

Questions, comments, & concerns? Lets chat: hello@gortool.com

+
+
+
+ + +
+
diff --git a/minus.png b/minus.png new file mode 100644 index 0000000..279ed57 Binary files /dev/null and b/minus.png differ diff --git a/trustedby/here.png b/trustedby/here.png new file mode 100644 index 0000000..ec3d8ff Binary files /dev/null and b/trustedby/here.png differ