COMMAND LINE KUNG FU

Lệnh hiển thị thống kê mạng theo giao thức trên Linux

605
author Huỳnh Đình Hiếu - 2022-08-04 12:52:47 (GMT+7)

Để hiển thị các thông tin thống kê mạng, chúng ta sử dụng tham số -s như sau:

bash (non-root)
netstat -s
Kết quả
Ip:
    Forwarding: 1
    338468 total packets received
    4 with invalid addresses
    0 forwarded
    0 incoming packets discarded
    190352 incoming packets delivered
    227440 requests sent out
    174 outgoing packets dropped
Icmp:
    8451 ICMP messages received
    172 input ICMP message failed
    ICMP input histogram:
        destination unreachable: 208
        timeout in transit: 7
        echo requests: 8235
        echo replies: 1
    8429 ICMP messages sent
    0 ICMP messages failed
    ICMP output histogram:
        destination unreachable: 194
        echo replies: 8235
Tcp:
    1105 active connection openings
    1278 passive connection openings
    664 failed connection attempts
    243 connection resets received
    1 connections established
    161311 segments received
    222645 segments sent out
    367 segments retransmitted
    0 bad segments received
    11264 resets sent
Udp:
    20589 packets received
    40 packets to unknown port received
    0 packet receive errors
    20778 packets sent
    0 receive buffer errors
    0 send buffer errors
    IgnoredMulti: 1

Chú thích tham số lệnh netstat:

  • -s: Hiển thị thống kê mạng được sắp xếp theo giao thức.

Bạn có làm được theo hướng dẫn này không?

Lệnh liên quan

Object Storage

Chuẩn S3, không giới hạn băng thông

Object Storage
Thông tin tác giả
Bình luận

Tính năng đang được phát triển

Đang tải bình luận