I have managed to create my first server in an openstack enviroment here at university of Bergen. I can see my instance in the Dashboard: Next thing was to add a volume: Project -> Compute -> Volumes: Create Volume After creating it, I had to go to “Manage Attachments”, and in Manage Volumen Attachments, I

I have two different Linux servers, and wanted to test if one where faster than the other. I used mysqlslap together with the “time” command in a bash shell. # time mysqlslap –user=root –password=$(cat /root/mysql) –host=localhost concurrency=50 –iterations=100 –number-int-cols=5 –number-char-cols=20 –auto-generate-sql –verbose In this way I could get out different values from the server which