Centos6.6 system profile method

Source: Internet
Author: User

Centos6.6 system profile method

Volatiltiy is used for memory analysis during this period. Because I am working on Centos, I need to make a CentOs profile, the volatility official website and other forums have not been directly resolved. Finally, I tried the methods through various methods.

1. Install the dwarfdump tool first. Generally, this is not in the CentOs source, so you need to download it yourself.

First install:

Yum install elfutils-devel

Then obtain the dwarfdump source file:

Wget 'HTTP: // www.prevandres.net/libdwarf-20140413.tar.gz'

Decompress the package and enter the folder.

./Configure

Make

Go to the dwarfdump folder.

Make install

Since then, dwarfdump has been installed.

2.g ++ may not be installed in CentOs

To install g ++, follow these steps:

Yum install gcc-c ++

3. Find the linux folder under the tools Folder under the volatility folder,

In the volatiltiy/volatility/tools/linux/directory:

Make

A file in the dwarfdump format, moudle. dwarfdump, is generated.

4. Package systemmap in the boot folder and moudle. dwarf generated in step 3 to generate a profile.

Zip CentOs6.6.zip module. dwarfdump/boot/Systemmap -....

Systemmap varies with the kernel.

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.