본문 바로가기

SYSTEMTAP

오토씨 2014. 2. 8.
Overview

SystemTap provides free software (GPL) infrastructure to simplify the gathering of information about the running Linux system. This assists diagnosis of a performance or functional problem. SystemTap eliminates the need for the developer to go through the tedious and disruptive instrument, recompile, install, and reboot sequence that may be otherwise required to collect data.

SystemTap provides a simple command line interface and scripting language for writing instrumentation for a live running kernel plus user-space applications. We are publishing samples, as well as enlarging the internal "tapset" script library to aid reuse and abstraction.

Among other tracing/probing tools, SystemTap is the tool of choice for complex tasks that may require live analysis, programmable on-line response, and whole-system symbolic access. SystemTap can also handle simple tracing jobs.

Current project members include Red Hat, IBM, Hitachi, and Oracle.

URL :  https://sourceware.org/systemtap/
MAN PAGE : https://sourceware.org/systemtap/man/stap.1.html
Beginners Guide : https://sourceware.org/systemtap/SystemTap_Beginners_Guide.pdf

'LINUX' 카테고리의 다른 글

Ubuntu용 ntsysv  (0) 2014.02.10
Linux system stress tool  (0) 2014.02.08
nmon for Linux  (1) 2014.01.27
이미 설치된 패키지 질의  (0) 2014.01.22
bash shortcuts (단축키)  (4) 2014.01.21

댓글