Questions tagged [memcache-stats]

3 questions
76
votes
4 answers

simplest tool to measure C program cache hit/miss and cpu time in linux?

I'm writing a small program in C, and I want to measure it's performance. I want to see how much time do it run in the processor and how many cache hit+misses has it made. Information about context switches and memory usage would be nice to have…
jperelli
  • 6,988
  • 5
  • 50
  • 85
2
votes
1 answer

Problems getting memcached stats on Windows (Membase)

I just installed Membase's version of Memcached (because it seems to be the only / best option to run memcached on windows) and I'm finding a strange problem. I'm trying to make a little debug tool for myself (only for dev, not for production), and…
Daniel Magliola
  • 30,898
  • 61
  • 164
  • 243
0
votes
1 answer

Cannot access item in memcached which i'm adding from 2 seperate scripts

ok, so if i add object from one script i cannot access it from the other and vice versa. which is strange. if i do the dump using memcached-tool and i get something like this ... which is ok both of the object are inside (candidate_2 and candidate_1…
swirm
  • 23
  • 1
  • 5