Category DevOps

Exploring Tcpdump Filters with Examples

Let’s dive into the fascinating world of tcpdump! It’s a command-line packet analyzer that allows you to capture and inspect network traffic. Think of it as a microscope for your network. We’ll break down how to use its filtering capabilities…

What is ICMP type?

ICMP type is the first 8 bits in the ICMP message header. It provides a brief explanation of what the message is for so the receiving network device knows why it is getting the message and how to treat it.…

Exploring ICMP Protocol with Examples

Internet Control Message Protocol (ICMP) is a network layer protocol that serves the purpose of error reporting and network path diagnostic functions. ICMP messages are sent using a basic IP header. The protocol field in IP header will be set…

Understanding Traceroute Command with Examples

The traceroute command is used to trace the exact routing hops and the path that the packets take to the remote destination. This command’s purpose is to test and display the communication link between a source host and a destination…

2 ways to Check CPU usage in Linux

CPU usage is an important metric for CPU performance in Linux. Today we will learn how to use top and sar command to check cpu usage and what us sy ni wa hi st means. Understanding CPU usage in Linux…