-
Hello, When I follow the instructions from https://github.com/ease-lab/vhive/blob/main/docs/profiling.md and set flags (UPFEnabled, SnapshotEnabled, MetricsMode) I run into following issue:
In general, I cannot run any of the tests with set UPF flag and I cannot come to the point where UPF statistics are written into file. Also, when running all tests on a single node cluster (with and without UPF flag) I get the warning that kn8 could not be reached and default dns is used instead. Does it affect my experiments? Do you know how could I solve this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 17 replies
-
hi @jovans2 it seems that your previous runs left some VMs running or some tap devices were not torn down. This usually happens when something crashed during the previous runs. You can try to use the cleaning script to clean all the resources: ./scripts/clean_fcctr.sh The warning regarding DNS is not an issue. In general, when reporting bugs, please include log snippets in your description and attach full logs as files if you think it's necessary. Also, please specify the host specs (HW and SW). |
Beta Was this translation helpful? Give feedback.
hi @jovans2
it seems that your previous runs left some VMs running or some tap devices were not torn down. This usually happens when something crashed during the previous runs. You can try to use the cleaning script to clean all the resources:
The warning regarding DNS is not an issue.
In general, when reporting bugs, please include log snippets in your description and attach full logs as files if you think it's necessary. Also, please specify the host specs (HW and SW).