{"id":15859792,"url":"https://github.com/simar7/lttng-tools","last_synced_at":"2025-04-01T20:27:54.357Z","repository":{"id":7924939,"uuid":"9312166","full_name":"simar7/lttng-tools","owner":"simar7","description":"The lttng-tools project provides a session daemon (lttng-sessiond) that acts as a tracing registry, the \"lttng\" command line for tracing control, a lttng-ctl library for tracing control and a lttng-relayd for network streaming.","archived":false,"fork":false,"pushed_at":"2013-04-09T04:00:38.000Z","size":6188,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-14T13:16:58.087Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simar7.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-09T03:17:03.000Z","updated_at":"2014-04-18T17:06:38.000Z","dependencies_parsed_at":"2022-09-22T08:50:25.047Z","dependency_job_id":null,"html_url":"https://github.com/simar7/lttng-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simar7%2Flttng-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simar7%2Flttng-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simar7%2Flttng-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simar7%2Flttng-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simar7","download_url":"https://codeload.github.com/simar7/lttng-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237651172,"owners_count":19344670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-05T21:23:43.645Z","updated_at":"2025-02-07T13:16:00.866Z","avatar_url":"https://github.com/simar7.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"LTTng Trace Control\n----------------\n\nPlease visit http://lttng.org for more information.\n\nLatest development can be found at:\n\n    * Gitweb :  http://git.lttng.org/lttng-tools.git/\n    * Git :     git://git.lttng.org/lttng-tools.git\n\nREQUIREMENTS:\n\n\t- Linux kernel \u003e= 2.6.27\n\t  pipe2(), epoll_create1() and SOCK_CLOEXEC are needed to run the session\n\t  daemon. There were introduce in the Linux 2.6.27\n\n    - liburcu\n      Userspace RCU library, by Mathieu Desnoyers and Paul E. McKenney\n\n      -\u003e Tested with liburcu \u003e= v0.7.2\n\n      * Debian/Ubuntu package: liburcu-dev\n      * Git : git://git.lttng.org/userspace-rcu.git\n      * Website:  http://lttng.org/urcu\n\n    - libpopt \u003e= 1.13\n      Library for parsing command line parameters\n\n      * Debian/Ubuntu package: libpopt-dev\n\n    - Perl (optional)\n      Needed for make check and tests.\n\n    - SWIG \u003e= 2.0 (optional)\n      Needed for Python bindings (--enable-python-bindings).\n\n      * Debian/Ubuntu package: swig2.0\n\n    - python-dev (optional)\n      Python headers\n\n      * Debian/Ubuntu package: python-dev\n\n    - For kernel tracing: modprobe\n\n\t- bash\n\t  Needed for running \"make check\".\n\nFor developers using the git tree:\n\nThis source tree is based on the autotools suite from GNU to simplify\nportability. Here are some things you should have on your system in order to\ncompile the git repository tree :\n\n- GNU autotools (automake \u003e=1.10, autoconf \u003e=2.50, autoheader \u003e=2.50)\n  (make sure your system wide \"automake\" points to a recent version!)\n- GNU Libtool \u003e=2.2\n  (for more information, go to http://www.gnu.org/software/autoconf/)\n- flex \u003e= 2.5.35\n- bison \u003e= 2.4\n\nIf you use GNU gold, which is NOT mandatory, make sure you have this version:\n- GNU gold \u003e= 2.22\n(Before this version we hit a known bug documented at:\n http://sourceware.org/bugzilla/show_bug.cgi?id=11317)\nBe advise that with GNU gold, you'll might have to specify -L/usr/local/lib in\nLDFLAGS.\n\nIf you get the tree from the repository, you will need to use the \"bootstrap\"\nscript in the root of the tree. It calls all the GNU tools needed to prepare\nthe tree configuration.\n\nINSTALLATION INSTRUCTIONS:\n\n  - Download, compile and install the prerequisites.\n  Then:\n  $ ./boostrap\n  $ ./configure\n  $ make\n  $ sudo make install\n  $ sudo ldconfig\n\n  If compiling from the git repository, run ./bootstrap before running\n  the configure script, to generate it.\n\n  If you want Python bindings, run ./configure --enable-python-bindings.\n\nUSAGE:\n\nPlease see doc/quickstart.txt to help you start tracing. You can also use the\n-h/--help command on 'lttng' and all other commands offered in this tool (Ex:\nlttng enable-event -h).\n\nA network streaming HOWTO can be found in doc/streaming-howto.txt which quickly\nhelps you understand how to stream a LTTng 2.0 trace.\n\nA Python HOWTO can be found in doc/python-howto.txt which quickly\nhelps you understand how to use the Python module to control the LTTng API.\n\nPACKAGE CONTENTS:\n\n    This package contains the following elements:\n\n    - liblttng-ctl\n      The LTTng tracing control library.\n\n    - libsessiond-comm (internal)\n\t  The lttng-sessiond communication library. In order to talk with\n\t  lttng-sessiond, this library must be used.\n\n    - libkernel-ctl (internal)\n      Kernel tracer control and ioctl definitions.\n\n    - libconsumer (internal)\n      Library for Kernel and (optionally) UST trace consumer.\n\n\t- libkernel-consumer (internal)\n\t  Library for Kernel consumer control\n\n\t- libust-consumer (internal)\n\t  Library for UST consumer control\n\n\t- libhashtable (internal)\n\t  Library wrapper over URCU hashtables.\n\n\t- libcommon (internal)\n\t  Contains multiple useful function call used by the whole tree.\n\n\t- libcompat (internal)\n\t  Compatibility library mostly for FreeBSD and Linux.\n\t\n\t- librelayd (internal)\n\t  Library for all relayd interactions over the network.\n\n\t- lttng-relayd\n\t  The relay daemon used for network streaming\n\n    - lttng-consumerd\n      The consumer daemon which uses libconsumer.\n\n    - lttng-sessiond\n      The LTTng session daemon binary.\n\n    - lttng\n      The LTTng tracer command line control tool.\n\n    - include (lttng.h --\u003e installed in $(includedir)/lttng/lttng.h)\n      The liblttngctl API header file.\n\n    - tests\n      Various test programs.\n\n\t- doc\n\t  Various documentations and quickstart guide.\n\n\t- extras\n\t  Contains extra data such as bash completion file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimar7%2Flttng-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimar7%2Flttng-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimar7%2Flttng-tools/lists"}