Tagged Questions

1
vote
1answer
129 views

How to detect anomalous resource consumption reliably?

This question is about a whole class of similar problems, but I'll ask it as a concrete example. I have a server with a file system whose contents fluctuate. I need to monitor the available space on ...
0
votes
1answer
116 views

How to find out the false positive rate of one implementation of bloom filter algorithm?

How can I find the false positive rate of one implementation of bloom filter algorithm?