John DeNisco | 06dcd45 | 2018-07-26 12:45:10 -0400 | [diff] [blame^] | 1 | .. _config-command-one: |
| 2 | |
| 3 | *********************** |
| 4 | Show System Information |
| 5 | *********************** |
| 6 | |
| 7 | With option "1" the user can inspect the system characteristics. |
| 8 | |
| 9 | This example shows a system that VPP has not yet been installed. |
| 10 | |
| 11 | .. code-block:: console |
| 12 | |
| 13 | What would you like to do? |
| 14 | |
| 15 | 1) Show basic system information |
| 16 | 2) Dry Run (Will save the configuration files in /usr/local/vpp/vpp-config/dryrun for inspection) |
| 17 | 3) Full configuration (WARNING: This will change the system configuration) |
| 18 | 4) List/Install/Uninstall VPP. |
| 19 | q) Quit |
| 20 | |
| 21 | Command: 1 |
| 22 | |
| 23 | ============================== |
| 24 | NODE: DUT1 |
| 25 | |
| 26 | CPU: |
| 27 | Model name: Intel(R) Xeon(R) CPU E5-2667 v3 @ 3.20GHz |
| 28 | CPU(s): 32 |
| 29 | Thread(s) per core: 2 |
| 30 | Core(s) per socket: 8 |
| 31 | Socket(s): 2 |
| 32 | NUMA node0 CPU(s): 0-7,16-23 |
| 33 | NUMA node1 CPU(s): 8-15,24-31 |
| 34 | CPU max MHz: 3600.0000 |
| 35 | CPU min MHz: 1200.0000 |
| 36 | SMT: Enabled |
| 37 | |
| 38 | VPP Threads: (Name: Cpu Number) |
| 39 | |
| 40 | Grub Command Line: |
| 41 | Current: BOOT_IMAGE=/vmlinuz-4.4.0-128-generic root=UUID=9930aeee-b1d3-4cf5-b0de-d95dbb7dec5e ro |
| 42 | Configured: GRUB_CMDLINE_LINUX_DEFAULT="isolcpus=8,9-10 nohz_full=8,9-10 rcu_nocbs=8,9-10" |
| 43 | |
| 44 | Huge Pages: |
| 45 | Total System Memory : 65863384 kB |
| 46 | Total Free Memory : 45911100 kB |
| 47 | Actual Huge Page Total : 1024 |
| 48 | Configured Huge Page Total : 8192 |
| 49 | Huge Pages Free : 896 |
| 50 | Huge Page Size : 2048 kB |
| 51 | |
| 52 | Devices: |
| 53 | Total Number of Buffers: 25600 |
| 54 | |
| 55 | Devices with link up (can not be used with VPP): |
| 56 | 0000:08:00.0 enp8s0f0 I350 Gigabit Network Connection |
| 57 | |
| 58 | Devices bound to kernel drivers: |
| 59 | 0000:90:00.0 enp144s0 VIC Ethernet NIC |
| 60 | 0000:8f:00.0 enp143s0 VIC Ethernet NIC |
| 61 | 0000:84:00.0 enp132s0f0,enp132s0f0d1 Ethernet Controller XL710 for 40GbE QSFP+ |
| 62 | 0000:84:00.1 enp132s0f1,enp132s0f1d1 Ethernet Controller XL710 for 40GbE QSFP+ |
| 63 | 0000:08:00.1 enp8s0f1 I350 Gigabit Network Connection |
| 64 | 0000:02:00.0 enp2s0f0 82599ES 10-Gigabit SFI/SFP+ Network Connection |
| 65 | 0000:02:00.1 enp2s0f1 82599ES 10-Gigabit SFI/SFP+ Network Connection |
| 66 | |
| 67 | No devices bound to DPDK drivers |
| 68 | |
| 69 | VPP Service Status: |
| 70 | Not Installed |