Advertisement
Mikescher

Untitled

Feb 7th, 2022
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. BS Seminar
  2. ------------
  3.  
  4.  
  5.  
  6. \section{Abstract}
  7.  
  8.  
  9.  
  10. \section{Abstract}
  11.  
  12.  
  13. \section{Abstract}
  14.  
  15.  
  16. \section{Abstract}
  17.  
  18.  
  19. \section{Abstract}
  20.  
  21.  
  22. \section{Abstract}
  23.  
  24.  
  25. \section{Abstract}
  26.  
  27.  
  28. \section{Abstract}
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40. ----------
  41.  
  42.  
  43. @inproceedings{unikraft,
  44. author = {Kuenzer, Simon and B\u{a}doiu, Vlad-Andrei and Lefeuvre, Hugo and Santhanam, Sharan and Jung, Alexander and Gain, Gaulthier and Soldani, Cyril and Lupu, Costin and Teodorescu, \c{S}tefan and R\u{a}ducanu, Costi and Banu, Cristian and Mathy, Laurent and Deaconescu, R\u{a}zvan and Raiciu, Costin and Huici, Felipe},
  45. title = {Unikraft: Fast, Specialized Unikernels the Easy Way},
  46. year = {2021},
  47. isbn = {9781450383349},
  48. publisher = {Association for Computing Machinery},
  49. address = {New York, NY, USA},
  50. url = {https://doi.org/10.1145/3447786.3456248},
  51. doi = {10.1145/3447786.3456248},
  52. abstract = {Unikernels are famous for providing excellent performance in terms of boot times, throughput and memory consumption, to name a few metrics. However, they are infamous for making it hard and extremely time consuming to extract such performance, and for needing significant engineering effort in order to port applications to them. We introduce Unikraft, a novel micro-library OS that (1) fully modularizes OS primitives so that it is easy to customize the unikernel and include only relevant components and (2) exposes a set of composable, performance-oriented APIs in order to make it easy for developers to obtain high performance.Our evaluation using off-the-shelf applications such as nginx, SQLite, and Redis shows that running them on Unikraft results in a 1.7x-2.7x performance improvement compared to Linux guests. In addition, Unikraft images for these apps are around 1MB, require less than 10MB of RAM to run, and boot in around 1ms on top of the VMM time (total boot time 3ms-40ms). Unikraft is a Linux Foundation open source project and can be found at www.unikraft.org.},
  53. booktitle = {Proceedings of the Sixteenth European Conference on Computer Systems},
  54. pages = {376–394},
  55. numpages = {19},
  56. location = {Online Event, United Kingdom},
  57. series = {EuroSys '21}
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement