Linux Watch command-real-time monitoring of command run results

Source: Internet
Author: User

Linux Watch command-real-time monitoring of command run results

Watch is a very useful command, like a name, watch can help you monitor the results of a command, save you to run manually over and over again.

Usage:

Immediately after the watch you want to run the command, watch will help you repeat the operation, and the results are updated every time on the screen. The default watch repeats the command at 2s intervals, and you can specify the time interval by using the-n parameter.

Another useful parameter is-D, so watch will help you highlight the area of change, so you can see it more clearly.
CTRL + C can exit ~

You can use him to monitor everything you want. The result of the command changes, such as tail a log file, ls monitoring a file size changes, see your imagination ~

Under Linux, watch is the periodic execution of the next program, and full-screen display of the execution results.

-d,–differences[=cumulative] Highlighting changes
-n,–interval=<seconds> cycle (seconds)

such as: Watch-n 1-d netstat-ant

In order to express clearly, it is generally enclosed in double quotes, such as "tail-50 Access.log".

You can also use pipe symbols:

Watch-n 1-d "DMESG |tail"

This article is from the "Cool bit Linux" blog, so be sure to keep this source http://coolbyte.blog.51cto.com/8289854/1688541

Linux Watch command-real-time monitoring of command run results

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.