Skip to content

Commit

Permalink
STORM-1118: Added test to compair latency vs throughput in storm.
Browse files Browse the repository at this point in the history
Also added a metrics gathering server for testing, an HdrHistogram based metric, and CPU utilization metric using sigar.
  • Loading branch information
Robert (Bobby) Evans committed Oct 17, 2015
1 parent 1d393ee commit c356c35
Show file tree
Hide file tree
Showing 32 changed files with 799 additions and 1 deletion.
9 changes: 9 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,15 @@
See the License for the specific language governing permissions and
limitations under the License.

-----------------------------------------------------------------------
For Hyperic Sigar (external/storm-metrics/src/main/resources/resources)

https://github.com/hyperic/sigar

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/

-----------------------------------------------------------------------

For jQuery 1.11.1 (storm-core/src/ui/public/js/jquery-1.11.1.min.js)
Expand Down
9 changes: 9 additions & 0 deletions examples/storm-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@


<dependencies>
<dependency>
<groupId>org.hdrhistogram</groupId>
<artifactId>HdrHistogram</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down Expand Up @@ -103,6 +107,11 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>org.apache.storm</groupId>
<artifactId>storm-metrics</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.storm</groupId>
<artifactId>storm-kafka</artifactId>
Expand Down
Loading

0 comments on commit c356c35

Please sign in to comment.