README 949 B

12345678910111213141516171819202122
  1. systemtap (Linux trace/probe tool)
  2. SystemTap provides free software (GPL) infrastructure to simplify the
  3. gathering of information about the running Linux system. This assists
  4. diagnosis of a performance or functional problem. SystemTap eliminates
  5. the need for the developer to go through the tedious and disruptive
  6. instrument, recompile, install, and reboot sequence that may be
  7. otherwise required to collect data.
  8. SystemTap provides a simple command line interface and scripting
  9. language for writing instrumentation for a live running kernel plus
  10. user-space applications. We are publishing samples, as well as
  11. enlarging the internal "tapset" script library to aid reuse and
  12. abstraction.
  13. Among other tracing/probing tools, SystemTap is the tool of choice for
  14. complex tasks that may require live analysis, programmable on-line
  15. response, and whole-system symbolic access. SystemTap can also handle
  16. simple tracing jobs.
  17. Optional dependency: libvirt