VMware Performance Community
twasa
Contributor
Contributor

How do I verify VMMark's Olio-web VM work currently ?

I just reference the VMmark_Benchmarking_Guide_2.1 to Preparing the Infrastructure for VMmark 2.1 Benchmark Tests

but I don't know how to check Create the Olio Web Virtual Machines is running ?

on ds2web I can use a web browser to open ds2web and try to regist a New customer and Login manually

but on Olioweb I try to use my web browser and go to http://olio-web:/8080 I just can saw a SpringSource tc Server web, but don't know how to get the Olio's Social Event Calenda, Can anyone help me ?

0 Kudos
4 Replies
RDPetruska
Leadership
Leadership

0 Kudos
RebeccaG
Expert
Expert

One way to check that Olio Web virtual machines are working correctly would be to start a partial tile run with workloads OlioWeb and OlioDB only. Page 143 of the VMmark Benchmarking guide describes this.

In your VMmark2.config file, you would have the line

WORKLOADLIST="OlioWeb OlioDB"

You can make it a short run; 900 seconds would be sufficient. See page 158 of the VMmark Benchmarking Guide for directions.

For Olio Web to function, Olio DB must be fully created as well.

When the short run has completed, check the contents of file OlioWeb0.wrf in the VMmark results folder for the run.

If the VMs are running correctly, you will see lines in the file like:

2012-03-09 16:49:54:124,797263,0,212082,0,0.1638,0.1815,84645,0,0.0604,0.0835,272051,0,0.1654,0.1777,196703,0,0.2854,0.2929,7934,0,0.1827,0.2060,7017,0,0.3260,0.4009,16831,0,0.3934,0.4428,0.1880,0.2040

appearing every 10 seconds.

At the bottom of the .wrf file will be a table with column headers

|  operation  |percent|  pass  |fail|avg resp|min resp|max resp|90th % |99th % |
|            |      |        |    |time (s)|time (s)|time (s)|  (s)  |  (s)  |

for each type of operation (AddEvent, AddPerson, ..., TagSearch). Under the 'fail' column, you should see zero or a small number of failures if Olio is working correctly.

Please let me know if you have any questions.

Rebecca

twasa
Contributor
Contributor

Update status

Thanks for the reply, I running the test successful, and get results in the OlioWeb0.wrf.

But in my case the operation of AddPerson is all fail, but other is all pass, dose it currently or something I miss?

0 Kudos
RebeccaG
Expert
Expert

In VMMARK2.CONFIG, OlioWeb/SKIPRESTORE and OlioDB/SKIPRESTORE need to be set to 0. If they are not, it is a common cause of the errors you are seeing. Otherwise, please create a zip file with the contents of your most recent run and attach it to the forum post, and we will look for problems in your setup.

Thanks,

Rebecca