Skip to content

nkratzke/sdvn-impact-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDVN Impact Database

A Docker container providing a MySQL database containing measurement data and analytical views of several experiments to identify the impact of

  • Linux containers,
  • Software Defined Virtual Networks (SDVN)
  • and Encryption

to the network performance of cloud deployed REST-like services.

Run it by installing Docker and launch the following commands:

docker build -t sdvn github.com/nkratzke/sdvn-impact-database
docker run -d -p 3306:3306 sdvn

Feel free to access this readonly database with MySQLWorkbench to double check the underlying data. Connection parameters to this database are:

  • DB: experiment
  • Host:
    • localhost (if Docker runs natively on your workstation) or
    • 192.168.59.103 (if you use boot2docker, if unsure use 'boot2docker ip' to figure out your ip adress).
  • Port: 3306
  • DB User: reviewer (no password required)

Data has been collected for a Cloud Computing conference paper.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages