-
-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Is your feature request related to a problem? Please describe.
Currently the runtime has a lot of configurations, see:
https://eunomia.dev/bpftime/documents/usage/#configurations-for-runtime
However, the cli tool doesn't support them.
Describe the solution you'd like
We want a clear and easy way to let user know there is config for bpftime, in cli options and help info:
For example,
bpftime load --memory-size=1024 example/malloc
is equal to set env var BPFTIME_SHM_MEMORY_MB=1024
The help info should also add link to https://eunomia.dev/bpftime , e.g.
--no-jit Same as BPFTIME_DISABLE_JIT, disable JIT and use intepreter
For more infomation and options, please see https://eunomia.dev/bpftime
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed