John DeNisco | 06dcd45 | 2018-07-26 12:45:10 -0400 | [diff] [blame^] | 1 | .. _config-applied: |
| 2 | |
| 3 | ************************* |
| 4 | The Configuration Applied |
| 5 | ************************* |
| 6 | |
| 7 | After the configuration is applied the system parameters should be examined. |
| 8 | |
| 9 | .. code-block:: console |
| 10 | |
| 11 | What would you like to do? |
| 12 | |
| 13 | 1) Show basic system information |
| 14 | 2) Dry Run (Will save the configuration files in /usr/local/vpp/vpp-config/dryrun for inspection) |
| 15 | 3) Full configuration (WARNING: This will change the system configuration) |
| 16 | 4) List/Install/Uninstall VPP. |
| 17 | q) Quit |
| 18 | |
| 19 | Command: 1 |
| 20 | |
| 21 | ============================== |
| 22 | NODE: DUT1 |
| 23 | |
| 24 | CPU: |
| 25 | Model name: Intel(R) Xeon(R) CPU E5-2667 v3 @ 3.20GHz |
| 26 | CPU(s): 32 |
| 27 | Thread(s) per core: 2 |
| 28 | Core(s) per socket: 8 |
| 29 | Socket(s): 2 |
| 30 | NUMA node0 CPU(s): 0-7,16-23 |
| 31 | NUMA node1 CPU(s): 8-15,24-31 |
| 32 | CPU max MHz: 3600.0000 |
| 33 | CPU min MHz: 1200.0000 |
| 34 | SMT: Enabled |
| 35 | |
| 36 | VPP Threads: (Name: Cpu Number) |
| 37 | vpp_main : 8 |
| 38 | vpp_wk_1 : 10 |
| 39 | vpp_wk_0 : 9 |
| 40 | vpp_stats : 0 |
| 41 | |
| 42 | Grub Command Line: |
| 43 | Current: BOOT_IMAGE=/vmlinuz-4.4.0-128-generic root=UUID=9930aeee-b1d3-4cf5-b0de-d95dbb7dec5e ro |
| 44 | Configured: GRUB_CMDLINE_LINUX_DEFAULT="isolcpus=1,8,9-10 nohz_full=1,8,9-10 rcu_nocbs=1,8,9-10" |
| 45 | |
| 46 | Huge Pages: |
| 47 | Total System Memory : 65863384 kB |
| 48 | Total Free Memory : 31169292 kB |
| 49 | Actual Huge Page Total : 8196 |
| 50 | Configured Huge Page Total : 8196 |
| 51 | Huge Pages Free : 7942 |
| 52 | Huge Page Size : 2048 kB |
| 53 | |
| 54 | Devices: |
| 55 | Total Number of Buffers: 25600 |
| 56 | |
| 57 | Devices with link up (can not be used with VPP): |
| 58 | 0000:08:00.0 enp8s0f0 I350 Gigabit Network Connection |
| 59 | |
| 60 | Devices bound to kernel drivers: |
| 61 | 0000:90:00.0 enp144s0 VIC Ethernet NIC |
| 62 | 0000:8f:00.0 enp143s0 VIC Ethernet NIC |
| 63 | 0000:84:00.0 enp132s0f0,enp132s0f0d1 Ethernet Controller XL710 for 40GbE QSFP+ |
| 64 | 0000:84:00.1 enp132s0f1,enp132s0f1d1 Ethernet Controller XL710 for 40GbE QSFP+ |
| 65 | 0000:08:00.1 enp8s0f1 I350 Gigabit Network Connection |
| 66 | 0000:02:00.0 enp2s0f0 82599ES 10-Gigabit SFI/SFP+ Network Connection |
| 67 | 0000:02:00.1 enp2s0f1 82599ES 10-Gigabit SFI/SFP+ Network Connection |
| 68 | |
| 69 | Devices bound to DPDK drivers: |
| 70 | 0000:86:00.0 82599ES 10-Gigabit SFI/SFP+ Network Connection |
| 71 | 0000:86:00.1 82599ES 10-Gigabit SFI/SFP+ Network Connection |
| 72 | |
| 73 | Devices in use by VPP: |
| 74 | Name Socket RXQs RXDescs TXQs TXDescs |
| 75 | TenGigabitEthernet86/0/0 1 2 1024 3 1024 |
| 76 | TenGigabitEthernet86/0/1 1 2 1024 3 1024 |
| 77 | |
| 78 | VPP Service Status: |
| 79 | active (running) |
| 80 | |
| 81 | .. toctree:: |
| 82 | |
| 83 | sysinfo |
| 84 | |
| 85 | |