1. c0019b3 bump bear dep by joewilliams · 12 years ago
  2. 64b24d3 quotes by joewilliams · 12 years ago
  3. c1c7407 use bear tag by joewilliams · 12 years ago
  4. 35ad8f9 Merge pull request #29 from basho/rdb-docs by Joe Williams · 12 years ago
  5. 2a71194 Add new metric and sample types to README by Russell Brown · 12 years ago
  6. 95e006e Merge pull request #28 from basho/master by Joe Williams · 12 years ago
  7. 270dfb2 Add a 'spiral' one minute sliding window count/meter by Russell Brown · 12 years ago
  8. 3027584 Merge pull request #26 from basho/rdb-slides-squash by Joe Williams · 12 years ago
  9. 7254f50 Add a hybrid sliding window/uniform sample to bound size by Russell Brown · 12 years ago
  10. fe57201 Add a sliding window sample type for histograms by Russell Brown · 12 years ago
  11. 21b3d82 Merge pull request #24 from basho/rdb-duration-metric by Joe Williams · 12 years ago
  12. 8d3f08a Add test for duration metric by Russell Brown · 12 years ago
  13. 295ad8a Add 'duration' metric as an extension of histogram by Russell Brown · 12 years ago
  14. 16e0924 Merge pull request #23 from paulperegud/bug/fix_sample_uniform by Joe Williams · 12 years ago
  15. 24f8c40 fix error in sample_uniform that caused non-random sampling of large populations by Paul Peregud · 12 years ago
  16. 2f531d4 add test for sample_uniform bug by Paul Peregud · 12 years ago
  17. 62712df Merge pull request #22 from basho/rdb-history-ets-name by Joe Williams · 12 years ago
  18. a7235c1 Use anonymous table for history (like histogram reservoir) by Russell Brown · 12 years ago
  19. f130f73 Merge pull request #19 from etrepum/folsom-stop by Joe Williams · 12 years ago
  20. d2cf462 fix typo in folsom:stop/1 by Bob Ippolito · 12 years ago
  21. c42bd7a Merge pull request #18 from etrepum/folsom-as-an-app by Joe Williams · 12 years ago
  22. 4355aec make folsom an application, have folsom:start/0 use it by Bob Ippolito · 12 years ago
  23. 9be36cb add deps and .eunit to .gitignore by Bob Ippolito · 12 years ago
  24. a45f876 more efficient decrement by joewilliams · 12 years ago
  25. 986523f some exdec sanity check guards by joewilliams · 12 years ago
  26. c839a91 fix tests for new exdec impl by joewilliams · 12 years ago
  27. 703cf47 use ets internal counters for sample size and use lists:unzip for getting values by joewilliams · 12 years ago
  28. 573c1ea exdec based on ets by joewilliams · 12 years ago
  29. fcc8a37 expotentially decaying sample fixes by joewilliams · 12 years ago
  30. 1bafa36 fix rescale corner case by joewilliams · 12 years ago
  31. 622c211 readme update by joewilliams · 12 years ago
  32. 9dfbb66 readme update by joewilliams · 12 years ago
  33. a493793 add ets/dets info to vm metrics by joewilliams · 12 years ago
  34. 889b333 readme update for meter reader by joewilliams · 12 years ago
  35. 2020754 fix meter reader test by joewilliams · 12 years ago
  36. dc4bae7 meter reader initial merge by joewilliams · 12 years ago
  37. a579c05 error out for info and get_values if the metric doesnt exist by joewilliams · 12 years ago
  38. daa75cb fix cpu topo conversion on SMP machines by joewilliams · 12 years ago
  39. 96e267e roadmap by joewilliams · 12 years ago
  40. a8f36eb use bear for stats functions by joewilliams · 12 years ago
  41. 29bb5bf Merge pull request #12 from johannesh/patch-1 by Joe Williams · 12 years ago
  42. 4238604 Merge pull request #15 from Erkan-Yilmaz/master by Joe Williams · 12 years ago
  43. b00c26e typos by Erkan Yilmaz · 12 years ago
  44. ebd41dc Merge pull request #13 from techtraits/master by Joe Williams · 12 years ago
  45. 39215f8 Fix the computation of bins for histogram by Bilal Sheikh · 12 years ago
  46. 0bdf4f6 fix corner cases in kurt, skew and bin updates by joewilliams · 12 years ago
  47. 1077593 fix binning corner cases by joewilliams · 12 years ago
  48. 087a12b guard against too few values in a histogram sample by joewilliams · 12 years ago
  49. 11a246d attempt at better dynamic histogram binning by joewilliams · 12 years ago
  50. 1d66048 have histogram ets tables created by a folsom process by joewilliams · 12 years ago
  51. 0035f49 Fix typos in README.md by Johannes Huning · 12 years ago
  52. 56918d9 dynamic histogram buckets by joewilliams · 12 years ago
  53. b0c605e remove clear function for histograms by joewilliams · 12 years ago
  54. 0b5946e fix up exdec sample random seeding by joewilliams · 12 years ago
  55. aeb8a6d get rid of unused functions by joewilliams · 12 years ago
  56. 37422d6 header white space by joewilliams · 12 years ago
  57. 18221fb make sure to clean up sample ets tables by joewilliams · 12 years ago
  58. ed7b998 fix geo mean test by joewilliams · 12 years ago
  59. cf15e11 use ets for reservoir on uniform and none sample types by joewilliams · 12 years ago
  60. 4506c42 make sure hist value lengths are the same for correlations by joewilliams · 12 years ago
  61. c481ca6 histogram stats speed improvements, thanks nygge by joewilliams · 12 years ago
  62. 69ac5d9 use 1 as geometric mean sub value by joewilliams · 12 years ago
  63. 321caeb fix for divide by zero in histogram stats by joewilliams · 12 years ago
  64. 234f0d6 white space by joewilliams · 12 years ago
  65. 8fba47c Merge pull request #9 from dietrichf/master by Joe Williams · 12 years ago
  66. 247eb01 include count in visible meter data by Dietrich Featherston · 12 years ago
  67. bec8ef6 more histogram checks by joewilliams · 12 years ago
  68. 506e546 change timed histogram updates to use timer:tc and return values of the called functions, more tests too by joewilliams · 12 years ago
  69. 832e92f simplify timer server state and make sure multiple registers for the same meter dont cause issues by joewilliams · 12 years ago
  70. d17f795 new tests by joewilliams · 12 years ago
  71. af8e8b4 rename folsom ets tables by joewilliams · 12 years ago
  72. 989514c delete things properly by joewilliams · 12 years ago
  73. 500204b readme update by joewilliams · 12 years ago
  74. ac41e8f start a gen_server to register apply_interval for meters by joewilliams · 12 years ago
  75. ad5b0c5 similuate and test meter ticks by joewilliams · 12 years ago
  76. e078954 fix meter ticks by joewilliams · 12 years ago
  77. 916c286 dont attempt to create ets tables if they already exist by joewilliams · 12 years ago
  78. cc0f160 add folsom_ets by joewilliams · 12 years ago
  79. 169d335 performance improvements, specifically remove gen_event by joewilliams · 12 years ago
  80. c59b9aa uniform sample optimizations, thanks nygge by joewilliams · 12 years ago
  81. fffbc05 stats optimizations, thanks nygge by joewilliams · 12 years ago
  82. 40acd48 readme update by joewilliams · 13 years ago
  83. 353b834 roadmap update by joewilliams · 13 years ago
  84. e11d28f better string hinting and ip parsing by joewilliams · 13 years ago
  85. 1ca44c8 further cpu topology fixes by joewilliams · 13 years ago
  86. eae12a1 known issues by joewilliams · 13 years ago
  87. 3e2c2e1 roadmap update by joewilliams · 13 years ago
  88. bdb8fc9 better support for SMP cpu topologies and logical cpus by joewilliams · 13 years ago
  89. 8df239c fix for monitors by joewilliams · 13 years ago
  90. 5d09788 more conversion by joewilliams · 13 years ago
  91. bd83a2c better function name by joewilliams · 13 years ago
  92. f781fa8 avoid converting process dictionary for now by joewilliams · 13 years ago
  93. 7c6818c json-able process-info first cut by joewilliams · 13 years ago
  94. b7d8557 make port info output json-able by joewilliams · 13 years ago
  95. 3a96691 typo by joewilliams · 13 years ago
  96. 9fdc844 even deeper socket details by joewilliams · 13 years ago
  97. d8865c7 deeper port stats by joewilliams · 13 years ago
  98. 66680b1 process info fix by joewilliams · 13 years ago
  99. 78cb959 comma by joewilliams · 13 years ago
  100. 79b25f4 whitespace by joewilliams · 13 years ago