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!
| + | OSS | +PRO | +ENTERPRISE | + + +
|---|---|---|---|
| AUDIENCE | +Hobbyists | +Small Business | +Med–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 SUPPORT | +None | +Email 4 hours included |
+ Email, Onboarding Session 20 hours included |
+
| LICENSE | +LGPL | +Commercial No Custom Terms |
+ Commercial With Custom Terms |
+
| PRICING | +Free | +$950 / year Unlimited Usage |
+ $1950 / year Per 20 servers |
+
| PURCHASING | +n/a | +Credit Card | +Credit Card, Bank transfer | +
| + | Get started | +BUY | +Get 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.
+
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.
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.
-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.
-
-