Skip to content
This repository has been archived by the owner on Nov 28, 2017. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 836 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 836 Bytes

Performance regression testing for Mirage

Test environment

XenServer with internet/network connection for the performance testing script to download required packages, for the unikernel to request IP address from DHCP server, and for the user machine to send commands and retrieve statistics.

To use

Run the following command on the Xen server:

scripts/mir-perf.sh <address> <password> <library> <duration>
  • address is the IP address of the XenServer.
  • password is the root password for the XenServer.
  • library is the name of the MirageOS library for the performance test, e.g., tcpip tests the @mirage/tcpip library.
  • duration specifies when statistics should be retrieved from the server; the test runs to a maximum of 200,000 packets.