--
HamidMoghaddam - 11 May 2016
Low graphic modes error
Some of VMs show this error after restarting to solving that do following line:
- Use Alt+F1 and go to terminal
- sudo apt-get install gdm
- In "Package Configuration" then use the arrow-keys to select gdm instead of lightdm, press Tab to move to OK, and press Enter.
- sudo reboot
Do following steps on the Frontend and Web server as root:
- mkdir /tmp/http_sessions
- chmod 777 /tmp/http_sessions Then on the Client:
- $FABAN_HOME/master/bin/startup.sh
- Open the benchmark web page at https://cs-web-client-x64:9980
- Copy the faban directory ($FABAN_HOME) to the App (frontend), Backend (backend), and Web (webonly) machines. Faban directories must be in the same path on every machine
- Run test on the benchmark web page
Increasing number of concurrent users
For increase number of concurrent users to 1000 In the Backend:
- cd $FABAN_HOME/benchmarks/OlioDriver/bin
- chmod +x dbloader.sh
- ./dbloader.sh 10.0.100.1 1000
Because we used cloudsuite.patch in filestore in Frontend there is no need to increase number of filestore otherwise :
- $FABAN_HOME/benchmarks/OlioDriver/bin/fileloader.sh 1000 $FILESTORE