416DAT

Check-in [4c2708d0ab]
Login

Check-in [4c2708d0ab]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Added masterThroughput.html
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 4c2708d0ab7fed495d8294d3bb8e6e935b19e741
User & Date: jfang 2013-04-09 06:29:35.189
Context
2013-04-09
06:49
updated README check-in: 333e338a72 user: jfang tags: trunk
06:48
merging and renaming folder check-in: 6715f49ab5 user: ekrell tags: trunk
06:29
Added masterThroughput.html check-in: 4c2708d0ab user: jfang tags: trunk
06:16
Added README, YCSB Client, and some graph generation files check-in: fe80663b77 user: jfang tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Added Jenny/masterThroughput.html.










































































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<html>
  <head>
    <link rel="stylesheet" type="text/css" href="/css/style.css">
    <!--Load the AJAX API-->
    <script type="text/javascript" src="https://www.google.com/jsapi"></script>

    <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>  
    <script src="http://code.jquery.com/jquery-migrate-1.1.1.min.js"></script>
    <script src="/js/custom.js"></script>

  </head>

  <body>
<!--Div that will hold the pie chart-->
    <h2 id="chartTitle">Throughput/Number of nodes</h2>


    <div id="chart_div_throughput" class='chart'></div>
    <div id="chart_div_throughputA" class='chart'></div>
    <div id="chart_div_throughputD" class='chart'></div>


    <script type="text/javascript">

      // Load the Visualization API and the piechart package.
      google.load('visualization', '1.0', {'packages':['corechart']});
      
      // Set a callback to run when the Google Visualization API is loaded.
      google.setOnLoadCallback(function(){
       drawLoadThroughput();
       drawRunAThroughput();
       drawRunDThroughput();
      });
    </script>

  </body>
</html>