Created
November 20, 2013 17:07
-
-
Save msmith-techempower/7566917 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| test.os.lower() = linux test.database_os.lower() = linux | |
| self.results['frameworks'] != None: True | |
| test.name: vertx | |
| self.results['completed']: {} | |
| ===================================================== | |
| Beginning vertx | |
| ----------------------------------------------------- | |
| ----------------------------------------------------- | |
| Starting vertx | |
| ----------------------------------------------------- | |
| Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-23-generic x86_64) | |
| * Documentation: https://help.ubuntu.com/ | |
| System information as of Wed Nov 20 08:59:48 PST 2013 | |
| System load: 0.08 Processes: 120 | |
| Usage of /: 8.0% of 131.33GB Users logged in: 0 | |
| Memory usage: 16% IP address for eth0: 172.16.98.118 | |
| Swap usage: 2% | |
| Graph this data and manage this system at https://landscape.canonical.com/ | |
| 109 packages can be updated. | |
| 52 updates are security updates. | |
| mysql start/running, process 18438 | |
| mongodb start/running, process 18499 | |
| * Restarting PostgreSQL 9.1 database server | |
| ...done. | |
| ----------------------------------------------------- | |
| Verifying URLs for vertx | |
| ----------------------------------------------------- | |
| VERIFYING JSON (/json) ... | |
| HTTP/1.1 200 OK | |
| Content-Type: application/json; charset=UTF-8 | |
| Content-Length: 27 | |
| Server: vert.x | |
| Date: Wed, 20 Nov 02013 09:00:58 PST | |
| {"message":"Hello, world!"} | |
| VERIFYING DB (/db) ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment