View Web current Access small command record!

Source: Internet
Author: User

Purpose: To view the current 20 of the Web Access, and order the first.

Netstat-atupn|grep ": |awk ' {print $} ' |awk-f: ' {print '} ' |sort-n|uniq-c|sort-nr|head-20


The tools you need:

Netstat:

Used to display various network related information, such as network connection, routing table, interface status (Interface Statistics), masquerade connection, multicast member (multicast memberships) and so on!


Awk:

A powerful text analysis tool, compared to grep lookup, sed editing, awk is especially powerful when it comes to analyzing data and generating reports. to put it simply, awk reads the file line-by-row, using spaces as the default delimiter to slice each row, and then perform various analytical processing of the cut.


grep:

Powerful Text Search tool that can use regular expressions to search for text and print matching lines.


Sort

Sort according to different data types


Uniq

Filter repeating sections to display file contents


Head:

used to display the beginning of the file to the standard output , The default head command prints the beginning 10 lines of its corresponding file!


This article is from the "Ningzhiyuan @it sharing" blog, make sure to keep this source http://renzhiyuan.blog.51cto.com/10433137/1836177

View Web current Access small command record!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.