about summary refs log tree commit diff
path: root/tools/mpd-stats (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-11add initial go.modFranck Cuny1-0/+3
2022-06-11Add README.org, LICENSE.txtFranck Cuny2-0/+21
2022-06-11fix(cgit): update title and descriptionFranck Cuny1-1/+2
Change-Id: I0a8bbe976687a8408e1a931ecf2a90cbaa4926e2 Reviewed-on: https://cl.fcuny.net/c/world/+/414 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-06-11fix(notes): correct the URL to containerd-to-vm codeFranck Cuny1-1/+1
Change-Id: Ifcd265c515b0fc5e1999eed0d7594475e84a346a Reviewed-on: https://cl.fcuny.net/c/world/+/413 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-06-11repo(containerd-to-vm): remove unneeded filesFranck Cuny2-40/+0
Change-Id: I4d229d0f4a9142e3bd427a8e63733426f5ca5bd9 Reviewed-on: https://cl.fcuny.net/c/world/+/412 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-06-11publish firecracker metrics in a FIFOFranck Cuny1-2/+4
We add a new argument to the CLI to collect the path where we want to publish the firecracker metrics.
2022-06-11Makefile: install binaries and configsFranck Cuny1-6/+23
To help working on this project in the future, let's try to install dependencies and configurations with `make`. For now we know that we need the firecracker binary, the CNI configuration and the CNI plugin for TAP.
2022-06-11rename the variable for the linux kernelFranck Cuny1-7/+7
2022-06-11