2011-02-17

mercurial revision?

how to find out in hg which revision am I working with currently?

$ hg id
19acac49f380  <- well, you'll get your own string.

and then give that string to

$ hg log | grep 19acac49f380

Simple server load test with cron and ab (Linux)

Load testing "refers to the practice of modeling the expected usage of a software program by simulating multiple users accessing the p...