{"id":13438287,"url":"https://github.com/pmacct/pmacct","last_synced_at":"2025-05-14T13:05:58.830Z","repository":{"id":37999582,"uuid":"47927525","full_name":"pmacct/pmacct","owner":"pmacct","description":"pmacct is a small set of multi-purpose passive network monitoring tools [NetFlow IPFIX sFlow libpcap BGP BMP RPKI IGP Streaming Telemetry].","archived":false,"fork":false,"pushed_at":"2025-04-02T18:18:37.000Z","size":25080,"stargazers_count":1098,"open_issues_count":60,"forks_count":269,"subscribers_count":63,"default_branch":"master","last_synced_at":"2025-04-12T14:53:28.068Z","etag":null,"topics":["avro","bgp","bmp","geoip2","ipfix","json","kafka","libpcap","mysql","ndpi","netflow","nflog","pmacct","postgresql","rabbitmq","rpki","sflow","sql","sqlite3"],"latest_commit_sha":null,"homepage":"http://www.pmacct.net","language":"C","has_issues":true,"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/pmacct.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-12-13T16:43:57.000Z","updated_at":"2025-04-12T11:20:42.000Z","dependencies_parsed_at":"2023-11-01T16:32:11.829Z","dependency_job_id":"5b2e9423-105a-4d7f-ac52-ccc2810c1bfa","html_url":"https://github.com/pmacct/pmacct","commit_stats":{"total_commits":4948,"total_committers":103,"mean_commits":48.03883495145631,"dds":0.1491511721907841,"last_synced_commit":"56b7bb2f3681116e5e263e1c300fb2f12cbd50af"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmacct%2Fpmacct","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmacct%2Fpmacct/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmacct%2Fpmacct/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmacct%2Fpmacct/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pmacct","download_url":"https://codeload.github.com/pmacct/pmacct/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254149948,"owners_count":22022851,"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":["avro","bgp","bmp","geoip2","ipfix","json","kafka","libpcap","mysql","ndpi","netflow","nflog","pmacct","postgresql","rabbitmq","rpki","sflow","sql","sqlite3"],"created_at":"2024-07-31T03:01:04.274Z","updated_at":"2025-05-14T13:05:58.803Z","avatar_url":"https://github.com/pmacct.png","language":"C","readme":"[![Build status](https://github.com/pmacct/pmacct/workflows/ci/badge.svg?branch=master)](https://github.com/pmacct/pmacct/actions)\n\nDOCUMENTATION\n=============\n\n- Online:\n  * GitHub Wiki Pages: https://github.com/pmacct/pmacct/wiki\n  * GitHub master code: https://github.com/pmacct/pmacct/\n\n- Distribution tarball:\n  * ChangeLog: History of features version by version\n  * CONFIG-KEYS: Available configuration directives explained\n  * QUICKSTART: Examples, command-lines, quickstart guides\n  * FAQS: FAQ document\n  * docs/: Miscellaneous internals, UNIX signals, SQL triggers documents\n  * examples/: Sample configs, maps, AMQP/Kafka consumers, clients\n  * sql/: SQL documentation, default SQL schemas and customization tips\n\n# DOCKER IMAGES\n\nOfficial pmacct docker images can be found in [docker hub](https://hub.docker.com/u/pmacct). To use them, simply (e.g. `sfacctd`):\n\n```bash\n ~# docker pull pmacct/sfacctd:latest\n ~# docker run -v /path/to/sfacctd.conf:/etc/pmacct/sfacctd.conf pmacct/sfacctd\n```\n\nFor more details, options and troubleshooting please read the [Docker documentation section](docs/DOCKER.md)\n\n# BUILDING\n\nResolve dependencies, ie.:\n\n  * `apt-get install libpcap-dev pkg-config libtool autoconf automake make bash libstdc++-dev g++` for *[Debian/Ubuntu]*\n  * `yum install libpcap-devel pkgconfig libtool autoconf automake make bash libstdc++-devel gcc-c++` for *[CentOS/RHEL]*\n\nBuild GitHub code:\n\n```bash\n ~# git clone https://github.com/pmacct/pmacct.git\n ~# cd pmacct\n ~# ./autogen.sh\n ~# ./configure #check-out available configure knobs via ./configure --help\n ~# make\n ~# make install #with super-user permission\n```\n\n# RELICENSE INITIATIVE\n\nThe pmacct project is looking to make its code base available under a more permissive\nBSD-style license. More information about the motivation and process can be found in\nthis [announcement](https://www.mail-archive.com/pmacct-discussion@pmacct.net/msg03881.html).\n\n# CONTRIBUTING\n\n- Prerequisites:\n  * Set up git: https://help.github.com/articles/set-up-git/\n  * *[Specify username, a commit email address matching the GitHub profile one, and a SSH key]*\n\n- Code:\n  * Fork the pmacct repo: https://help.github.com/articles/fork-a-repo/\n  * *[Jot down your code in the local clone of your fork, commit and push code changes to your fork]*\n  * Generate a Pull Request: https://help.github.com/articles/about-pull-requests/\n\n- Wiki (documentation and diagrams):\n  * Ask by unicast email to be added to the project collaborators\n  * *[Edit wiki content online or clone it locally and commit and push changes]* \n  * If having to add a diagram: https://gist.github.com/subfuzion/0d3f19c4f780a7d75ba2\n","funding_links":[],"categories":["C","\u003ca id=\"8bc2e181f74ba67ec93fd2a13d95cc0c\"\u003e\u003c/a\u003elibpcap","mysql","sql"],"sub_categories":["\u003ca id=\"b239f12aca7aa942b45836032cbef99a\"\u003e\u003c/a\u003e转换"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmacct%2Fpmacct","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpmacct%2Fpmacct","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmacct%2Fpmacct/lists"}