CharlyBr on Oct 21st, 2008Benchmark disk IOs
While reading this interresting article on benchmarking disks, Benjamin Schweizer pointed out a link to a python tool he wrote: benchmark disks IOs.
I made a try on different available servers.
Server 1
PowerEdge 2950 - Intel(R) Xeon(R) CPU 5160 @ 3.00GHz
Dell PowerEdge Expandable RAID controller 5 (LSI Logic SAS based MegaRAID driver, PERC 5/i Integrated)
6 disks RAID [...]
CharlyBr on Oct 2nd, 2008Use multiple memcached daemons on FreeBSD
As you may know, when using memcached on 32-bit servers, processes can only address 4GB of virtual memory making the memcached daemon handle only 2 or 3 Gb of memory.
If you want to address more memory, you need to launch multiple memcached daemons.
I wrote an rc script , mmemcached, for FreeBSD to manage this.
To use [...]