vSwarm-u
vSwarm-u copied to clipboard
Framework that integrates the serverless benchmark suite vSwarm with gem5, the state-of-the-art research platform for system-and microarchitecture.
Separate issue for question from @Prithvi-Velicheti in #119 > Can we have multiple functions together on Gem5, instead of pinning one function to the core each time ?
Kernel Offset: disabled ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) ]---
Trying set up Swarm-u for first time using Quick Start guide posted here https://vhive-serverless.github.io/vSwarm-u/quick_start/ Completed setup/setup_host.sh with no errors Now I'm testing downloads $ make -f test/Makefile all_emu I get...
``` [36mINFO[0m[0010] Invoked for 0 times [36mINFO[0m[0010] Invoked for 4 times [36mINFO[0m[0010] Invoked for 8 times [36mINFO[0m[0010] Invoked for 12 times fatal error: unlock of unlocked lock runtime stack: runtime.throw({0x919f3d?,...
Link checks fail even though the links are active. https://github.com/ease-lab/vSwarm-u/runs/8087783921?check_suite_focus=true Need to configure the link checker correctly. Refere to here: https://github.com/gaurav-nelson/github-action-markdown-link-check
Currently only x86 is supported. However, arm is already quite big. We want to be able to also simulate arm64. Todos: - [ ] vSwarm functions need to have multiarch...
We have workitems as trigger points already integrated for instrumentation on the client side. As istrumentation on the server side we want to add workload hooks. Which can be used...