Before Width: | Height: | Size: 182 KiB |
Before Width: | Height: | Size: 181 KiB |
Before Width: | Height: | Size: 173 KiB |
Before Width: | Height: | Size: 178 KiB |
Before Width: | Height: | Size: 183 KiB |
Before Width: | Height: | Size: 172 KiB |
Before Width: | Height: | Size: 185 KiB |
Before Width: | Height: | Size: 179 KiB |
Before Width: | Height: | Size: 177 KiB |
Before Width: | Height: | Size: 172 KiB |
After Width: | Height: | Size: 9.2 KiB |
After Width: | Height: | Size: 9.3 KiB |
After Width: | Height: | Size: 8.8 KiB |
After Width: | Height: | Size: 8.6 KiB |
After Width: | Height: | Size: 9.6 KiB |
After Width: | Height: | Size: 9.2 KiB |
After Width: | Height: | Size: 9.1 KiB |
After Width: | Height: | Size: 9.0 KiB |
After Width: | Height: | Size: 9.1 KiB |
After Width: | Height: | Size: 8.7 KiB |
|
@ -36,12 +36,12 @@ String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.
|
|||
</div>
|
||||
|
||||
<div class="fluid middle">
|
||||
<div class="fluid exp">
|
||||
<!-- div class="fluid exp">
|
||||
<div class="fluid title1">How to Use?</div>
|
||||
<div class="expout" style="background:black; height:780px;">
|
||||
<video src="data/use.mp4" controls="controls" style="width:100%;margin-top:8px;">
|
||||
</div>
|
||||
</div>
|
||||
</div-->
|
||||
<div class="fluid result">
|
||||
<div class="fluid title1">Structure</div>
|
||||
<div class="introduce" style="text-align:center; height:930px;">
|
||||
|
|
|
@ -48,16 +48,16 @@ String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.
|
|||
<div style="width:100%; height:125px; text-align:left;"><p class="myp">
|
||||
The evaluation has been performed in a cluster of 4 machines connected through a 100 Mbps switch. Each has 4GB of RAM, Intel(R) 82567LM-3 Gigabit Network Connection. The operating system in 4 machines is Debian 6. Test throughput of R-Memcached and traditional Memcached clients under the different workloads, i.e. the number of threads is 1, 10, 50, 100, 500, 1000, and 2000. Each thread sends 1000 requests. Based on the different proportion of read and write, tests are divided into five scenario: read-only, write-only, 95% read and 5% write, 80% read and 20% write, and 50% read and 50% write.
|
||||
</p></div>
|
||||
<img alt="" src="data/images/figure7.png" style="height:400px; margin-top:20px; margin-right:30px;">
|
||||
<img alt="" src="data/images/figure8.png" style="height:400px; margin-top:20px; margin-left:30px;">
|
||||
<img alt="" src="data/images/figure9.png" style="height:400px; margin-top:20px; margin-right:30px;">
|
||||
<img alt="" src="data/images/figure10.png" style="height:400px; margin-top:20px; margin-left:30px;">
|
||||
<img alt="" src="data/images/figure11.png" style="height:400px; margin-top:20px; margin-right:30px;">
|
||||
<img alt="" src="data/images/figure12.png" style="height:400px; margin-top:20px; margin-left:30px;">
|
||||
<img alt="" src="data/images/figure13.png" style="height:400px; margin-top:20px; margin-right:30px;">
|
||||
<img alt="" src="data/images/figure14.png" style="height:400px; margin-top:20px; margin-left:30px;">
|
||||
<img alt="" src="data/images/figure15.png" style="height:400px; margin-top:20px; margin-right:30px;">
|
||||
<img alt="" src="data/images/figure16.png" style="height:400px; margin-top:20px; margin-left:30px;">
|
||||
<img alt="" src="data/images/untitled1.png" style="height:400px; margin-top:20px; margin-right:30px;">
|
||||
<img alt="" src="data/images/untitled2.png" style="height:400px; margin-top:20px; margin-left:30px;">
|
||||
<img alt="" src="data/images/untitled3.png" style="height:400px; margin-top:20px; margin-right:30px;">
|
||||
<img alt="" src="data/images/untitled4.png" style="height:400px; margin-top:20px; margin-left:30px;">
|
||||
<img alt="" src="data/images/untitled5.png" style="height:400px; margin-top:20px; margin-right:30px;">
|
||||
<img alt="" src="data/images/untitled6.png" style="height:400px; margin-top:20px; margin-left:30px;">
|
||||
<img alt="" src="data/images/untitled7.png" style="height:400px; margin-top:20px; margin-right:30px;">
|
||||
<img alt="" src="data/images/untitled8.png" style="height:400px; margin-top:20px; margin-left:30px;">
|
||||
<img alt="" src="data/images/untitled9.png" style="height:400px; margin-top:20px; margin-right:30px;">
|
||||
<img alt="" src="data/images/untitled10.png" style="height:400px; margin-top:20px; margin-left:30px;">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -35,7 +35,7 @@ public class MemcachedServer {
|
|||
private static final int DATASETSIZE = 28000;
|
||||
|
||||
public static void main(String[] args) {
|
||||
MemcachedServer.run(new String[]{"100","1000","1","64","0.8"});
|
||||
MemcachedServer.run(new String[]{"300","1000","0","64","0.8"});
|
||||
}
|
||||
|
||||
@SuppressWarnings("rawtypes")
|
||||
|
|
|
@ -87,7 +87,7 @@ public class RMemcachedServer {
|
|||
// //System.out.println(webSession.results.length());
|
||||
// }
|
||||
|
||||
RMemcachedServer.run(new String[]{"100","1000","0.8","64","0.8"});
|
||||
RMemcachedServer.run(new String[]{"300","1000","0","64","0.8"});
|
||||
System.exit(0);
|
||||
}
|
||||
|
||||
|
|