Skip to content
Ankit Bhardwaj edited this page Oct 17, 2019 · 3 revisions

Welcome to the os_project wiki!

  1. To check the CPU utilization breakdown: mpstat -P 0-9,20-29 1

  2. To check the number of packet rx/tx on a machine: sar -w -n DEV 1 | grep "enp6s0f0"

  3. sudo arp -s 10.10.1.2 70:e4:22:83:c7:72 and to check the arp entries arp -a

Clone this wiki locally