Start a Conversation

Unsolved

This post is more than 5 years old

1672

March 18th, 2015 10:00

SystemTap for Linux Platforms

SystemTap is a tracing programming language designed to provide the infrastructure for diagnosing/tracing a running Linux kernel and produce a detailed report of its status. This can enable system administrators and developers to write efficient scripts to identify where performance issues and/or bugs are caused. Prior to SystemTap, profiling a running Linux kernel was a long process consisting of adding very long instruments to the kernel, recompiling the whole kernel to generate a new kernel image with the custom monitoring instruction, then rebooting the Linux system to this kernel.

In this Knowledge Sharing article, Khaled Ahmed, Shareef Bassiouny, and Mohamed Sohail describe how SysteTap eliminates all this, allowing users to gather the same information by simply running user-written SystemTap scripts. The authors:

• Introduce users to System Tap, familiarize them with its architecture, and provide set up instructions.

• Present how System Tap can be very useful for diagnosis, developing any of the EMC platforms running Linux, especially when generic tracing and troubleshooting tools seem insufficient in providing meaningful insight about a certain problem.

• Provide examples of what SystemTap can do with sample general purpose scripts.

• Offer tips and tricks with EMC Linux-based products.

Read the full article.

35 Posts

May 6th, 2015 09:00

Very nice article. Good job Khaled and Shareef :)

35 Posts

January 17th, 2017 06:00

this URL is broken also

408 Posts

January 17th, 2017 07:00

Thank you Mohamed. As mentioned we are aware of the broken links with archived Knowledge Sharing articles. We are working diligently to resolve this as quickly as possible. We'll post an update as soon as we have more information.

No Events found!

Top