macOS
brew install yconalyzerlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für yconalyzer in AI-Agent-Workflows.
Installation
brew install yconalyzerlocal Homebrew formula metadata
Überblick
TCP traffic analyzer
Verlauf
Yconalyzer is a low-overhead libpcap-based TCP connection analyzer. It captures or reads pcap data for a selected TCP port and summarizes connection duration, retry behavior, volume, and throughput.
Yconalyzer was published on SourceForge as TCP Traffic Analyzer by Subbu Subramaniam. Its file feed shows early public tarballs in April 2010, followed by 1.0.x source archives and changelogs through June 2010.
The project manual explains the core design: capture only TCP control packets with SYN, FIN, or RST set, then use those comparatively small packet streams to infer connection-level performance. That made it a specialized monitoring tool rather than a full packet dissector.
Yconalyzer appears to have had modest adoption. It is documented on SourceForge, has a FreeBSD ports entry, and is packaged by Homebrew, but the available source material points to a small utility with a narrow operator audience rather than a large active ecosystem.
Its adoption niche is server-side traffic diagnosis where tcpdump-compatible pcap files are already part of the workflow and an operator wants connection distributions without running a heavier analyzer.
The manual describes three modes: capture mode with `-w`, analyze mode with `-r`, and live traffic analysis. The `-p` port option is mandatory, and users can add ordinary tcpdump/BPF filters to narrow the capture.
Typical examples include capturing port 80 or port 25 control packets, analyzing tcpdump-created pcap files, bucketing connections by duration or byte volume, and piping raw output through shell scripts for cron-based monitoring or alerts.
Yconalyzer matters as an example of a tiny operations tool whose packaging value is preservation. The upstream is quiet, but package managers keep a buildable command around for people who still want this exact pcap-to-connection-summary behavior.
It also demonstrates a classic Unix packaging pattern: a small C network utility, libpcap as the real platform interface, text output for scripts, and compatibility with tcpdump files.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
yconalyzer | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://sourceforge.net/projects/yconalyzer/
Installationsmetadaten
| Paketschlüssel | brew:yconalyzer |
|---|---|
| Version | 1.0.4 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/yconalyzer |
| Homepage | https://sourceforge.net/projects/yconalyzer/ |
| Upstream-Dokumentation | https://sourceforge.net/projects/yconalyzer |
| Lizenz | BSD-3-Clause |
| Quellarchiv | https://downloads.sourceforge.net/project/yconalyzer/yconalyzer-1.0.4.tar.bz2 |
| Zuletzt aktualisiert | 2026-07-10T09:59:35-04:00 |
| Pulse | updated |
| Von macOS bereitgestellte Bibliotheken | libpcap |
| Bottle | verfügbar (auf arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | yconalyzer |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | yes |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Quellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.