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