Venti servers survey

Russ Cox has posted to 9fans asking for people who run venti servers to send him some stats to survey for usage patterns.

If you want to contribute all you have to do is run the following commands:

   hget http://localhost:8000/storage >/tmp/vstats
   hget http://localhost:8000/index >>/tmp/vstats

   mail -s 'venti survey' rsc@swtch.com </tmp/vstats

(Obviously replace ‘localhost:8000’ with the the address of the http interface for your venti server if needed.)


To post a comment you need to login first.