Linux-ftools see what's Inside Linux cached

Source: Internet
Author: User

Recently, the company has several Java servers often appear can not allocate memory situation. Causes SSH login to fail.

Therefore, it is necessary to do something.


We can use Linux-ftools to see what's Inside Linux cached (Tools to find it yourself, blog upload attachments failed):


#!/bin/bash

Tar XF linux-ftools.tar.gz-c./

CD linux-ftools/&&./configure && make && make install


After the installation is complete, generate 3 files under/usr/local/bin linux-fadvise, Linux-fallocate, Linux-fincore


Common commands:

Linux-fincore--help


Example: Check which file commands are cached in the/tmp directory:

Linux-fincore--pages=false--summarize--only-cached/tmp/*


In this case, if can not allocate memory is often present, we can configure a scheduled task, using Linux-fincore to periodically obtain a directory (such as Java program each time the file cache to/opt/xxx/this directory) and save the cached to the file.


In this case, again the memory is not enough to allocate the time, so that we later traced the scene.





This article is from the "Vegetable Chicken" blog, please be sure to keep this source http://lee90.blog.51cto.com/10414478/1922951

Linux-ftools see what's Inside Linux cached

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.