[GitHub] trafficserver pull request: Fix clang analysis issue in the RamCac...

2015-12-14 Thread jplevyak
GitHub user jplevyak opened a pull request: https://github.com/apache/trafficserver/pull/376 Fix clang analysis issue in the RamCache*. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jplevyak/trafficserver TS-4053-2

[GitHub] trafficserver pull request: Add an experimental plugin to allow me...

2015-12-07 Thread jplevyak
GitHub user jplevyak opened a pull request: https://github.com/apache/trafficserver/pull/368 Add an experimental plugin to allow memcache clients to access cache … …data. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] trafficserver pull request: TS-4053: Add regression tests for hit ...

2015-12-04 Thread jplevyak
Github user jplevyak commented on the pull request: https://github.com/apache/trafficserver/pull/364#issuecomment-162120619 The upshot is that the two Ram caches use the correct amount of memory (within 2%) and that LRU works better for identically sized objects (because LRU is a

[GitHub] trafficserver pull request: TS-4053: Add regression tests for hit ...

2015-12-04 Thread jplevyak
Github user jplevyak commented on the pull request: https://github.com/apache/trafficserver/pull/364#issuecomment-162119403 RPRINT ram_cache: RamCache LRU Fixed Size Hit Rate 0.581543 RPRINT ram_cache: RamCache LRU Variable Size Hit Rate 0.567505 RPRINT ram_cache: RamCache LRU

[GitHub] trafficserver pull request: TS-4053: Add regression tests for hit ...

2015-12-04 Thread jplevyak
GitHub user jplevyak opened a pull request: https://github.com/apache/trafficserver/pull/364 TS-4053: Add regression tests for hit rate and size for the RAM caches, Tune up CLFUS. You can merge this pull request into a Git repository by running: $ git pull https