for ID in `sqlite3 /var/lib/one/one.db 'select oid from vm_pool where state = 3 order by name;'` ; do onevm show $ID | grep "NAME\|IP\|MAC" | grep -v VIRTUAL | grep -v ' : ' | sed 's/REQUIREMENTS=/ /'; done
Using DVDStore with PostgreSQL
-
We now have support for PostgreSQL in the popular DVDStore Benchmark which
stresses database using an emulated DVDStore e-Commerce website. DVDStore
Bench...
2 months ago
0 comments:
Post a Comment