You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Sometimes, the wcnspect server does not clean up a previous pktmon capture, leaving behind a running pktmon instance. Despite this, future captures still work since wcnspect will terminate any idle captures when attempting to start a new capture.
Component:
Server
To Reproduce wcnspect capture -t "tcp_SYN" -i "my_ip" all
Expected behavior
I expect the server to clean up the output
Windows OS Version (please complete the following information):
Server 2022 (20348.1006)
Orchestrator and Version (e.g. Kubernetes v1.24, ContainerD v1.6.8):
containerD 1.6.6, K8s v1.23
Anything else we need to know?:
You can issue a pktmon stop on any of the nodes to clean up any actively running pktmon instances manually.
The actively running capture does not take up disk space since the pktmon capture is executed in interactive mode only (output to stdout).
The text was updated successfully, but these errors were encountered:
Describe the bug
Sometimes, the wcnspect server does not clean up a previous pktmon capture, leaving behind a running pktmon instance. Despite this, future captures still work since wcnspect will terminate any idle captures when attempting to start a new capture.
Component:
Server
To Reproduce
wcnspect capture -t "tcp_SYN" -i "my_ip" all
Expected behavior
I expect the server to clean up the output
Windows OS Version (please complete the following information):
Orchestrator and Version (e.g. Kubernetes v1.24, ContainerD v1.6.8):
Anything else we need to know?:
You can issue a
pktmon stop
on any of the nodes to clean up any actively running pktmon instances manually.The actively running capture does not take up disk space since the pktmon capture is executed in interactive mode only (output to stdout).
The text was updated successfully, but these errors were encountered: