-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test Web Benchmarking with remus #17
Comments
Michael confirmed that the index.html page we looked at in the browser is just doing javascript/html/css stuff. The only parts that do any real processing are the scripts in the php folder. Some of them access MySQL and some of the access memcached (which is also set up on that VM) |
I rebooted nn44 on Friday, and it hasn't come back up yet. It shows a weird error on bootup saying "No DHCP or proxyDHCP offers were received. Exiting Intel Boot Agent." Harpreet and I looked into it and could not find an easy solution. I'm waiting to get @nks5295's help tomorrow to resolve this. |
nn44's HDD died which is why we lost the VM. With the help of @mjost5v we have created a new opensuse VM with the webapp in it. This is hosted on nimbnode43 with the hostname |
Just FYI, wikibench requires the following:
The VM has the Oracle JDK and MySQL installed. Ant is simple to install (it should be provided by zypper; if not it's just download, untar and add its bin dir to PATH). Likewise, the HttpComponents requirements are just jar downloads. |
Try to request for the
php
pages when testing with remus/autobench because those are the ones that do a database request when called for. Thehtml
pages, when called viahttperf
(not via web browser) will just send the contents, and not do complex stuff like calling the php pages, get the database contents, display it using Javascript, etc.The text was updated successfully, but these errors were encountered: