18 | | '''Note:''' Don't forget to disable tracing because your hard disk will quickly be filled by pcap files in case of intensive network usage. The port-forwarding configuration might be affected by this setting as well.[[BR]] |
19 | | '''Note:''' In case situation is 100% reproducible and it takes several steps to reproduce. It's recommended following steps in pcap file creation: |
20 | | {{{ |
21 | | 1. prepare environment to test, "lead" your application very close to the state when the |
22 | | problem appears. |
23 | | 2. press host-S (take snapshot) |
24 | | 3. press host-Q (select shutdown with discard to snapshot, it's important ) |
25 | | 4. run vm again and finish the test |
26 | | }}} |
| 18 | '''Note:''' Don't forget to disable tracing after you finished the investigation because your hard disk will quickly be filled by pcap files in case of intensive network usage. The port-forwarding configuration might be affected by this setting as well.[[BR]] |
| 19 | '''Note:''' If the situation is 100% reproducible and it takes some time to reproduce, the following steps are recommended to create the pcap file: |
| 20 | 1. Prepare the environment to test, "lead" your application very close to the state when the problem appears. |
| 21 | 2. Press host-S (take a snapshot). |
| 22 | 3. Press host-Q, select ''shutdown with discard to snapshot''. |
| 23 | 4. Run the VM again and finish the test. |