pmacct VS VictoriaMetrics

Compare pmacct vs VictoriaMetrics and see what are their differences.

pmacct

pmacct is a small set of multi-purpose passive network monitoring tools [NetFlow IPFIX sFlow libpcap BGP BMP RPKI IGP Streaming Telemetry]. (by pmacct)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
pmacct VictoriaMetrics
8 97
1,017 10,868
1.0% 2.0%
9.2 9.9
7 days ago 3 days ago
C Go
GNU General Public License v3.0 or later Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pmacct

Posts with mentions or reviews of pmacct. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-16.
  • NetFlow-equivalent analysis for mirrored traffic
    1 project | /r/networking | 12 Jul 2023
    If you want a tool that can ingest from a span port and generate netflow or IPFIX there is pmacct. This should work with your existing tooling that collects netflow data.
  • Looking for network traffic analysis solution
    2 projects | /r/networking | 16 May 2023
  • Free netflow collector that forwards messages to a syslog server?
    3 projects | /r/networking | 10 Apr 2023
    Your best bet is probably pmacct. I don't think this functionality is built-in per se, but it would be fairly easy to use syslog-ng or similar to read its output from file or stdout. It can also aggregate for you, if that's useful.
  • How to locate device illegally downloading on network
    1 project | /r/networking | 6 May 2022
  • IPv4 vs IPv6 traffic stats
    1 project | /r/mikrotik | 4 Jan 2022
  • Benchmarking: TimescaleDB vs. ClickHouse
    7 projects | news.ycombinator.com | 3 Nov 2021
    While I'm not a current customer of Timescale, I do use the open source version of Timescale extensively, so I feel like I can summarize some of the benefits of Timescale over other TSDB's. The company is a mid size, with awkward data 4+PB unstructured data, with our Postgres cluster hosting about 20 TB of data.

    The main advantage from my perspective, is that you can query across data business data and time series data with all the advantages that Postgres has. Time series data while useful on its own, becomes incredibly powerful when it can be combined with your business and production data.

    A great example is our outbound network data monitoring. We use pmacct http://www.pmacct.net/ to send network flows to Postgres from our firewall, host inventory data in Postgres, and a foreign data wrapper around our LDAP data to determine user / host assignment, and from that we can correlate every data flow to the user who is assigned to the host that generated that particular flow. This makes for some pretty powerful security reporting. Outside of that, we use Timescale's hypertables in a number of places that aren't explicitly timeseries data, like syslog data, web server logs, etc. This allows for some pretty amazing reporting on log data that is timeboxed, like "give me all the 500 errors from our HTTP log that have an ip address in Finland (did I mention that we load GeoIP data into Postgres every night) in the last 3.5 hours.

    Timescale is excellent on its own, and honestly competitive with other TSDB's on its own. Having access to the full Postgres ecosystem with your timeseries data makes Timescale way ahead of everyone else. My story might change when I hit the limits of what a single Postgres host can ingest, but I'm not even close to that scale yet.

    Other advantages of Timescale, is having access to real SQL, you don't have to learn a new domain specific query language, you can just use SQL. This admittedly can be a double edge sword. SQL is more complicated than PromQL / InfluxQL, however that comes with quite a lot of extra capability, and the ability to transfer that knowledge into other domains.

    I personally really like Timescale, and feel that regardless of anyones benchmarks, no matter how well thought out or not, the advantages outweigh the disadvantages by a pretty large margin.

  • Port Mirror and GoFlow Collector
    1 project | /r/networking | 5 Sep 2021
    GoFlow doesn't capture raw packets, it accepts IPFIX/Netflow/sFlow. You will either need to configure your equipment to generate that flow data and send it to the goflow collector, or use an application like pacct to capture packets and generate IPFIX/Netflow data from it.
  • FRRouting and IPFix/Netflow
    2 projects | /r/networking | 30 Jul 2021
    https://github.com/pmacct/pmacct is the best exporter I've found. I can pull some old configs for pmacct if you're interested. You can either BGP peer pmacct to FRR to enrich IPFIX with ASNs or you can even instruct pmacct to read prefix to AS mappings from a file.

VictoriaMetrics

Posts with mentions or reviews of VictoriaMetrics. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-03.
  • OpenTelemetry Is Too Complicated
    2 projects | news.ycombinator.com | 3 Apr 2024
    VictoriaMetrics CTO here.

    The referred library is the official OpenTelemetry package for reading metrics in Go language [1] - more details are available at [2].

    Note that we at VictoriaMetrics like the idea of unified observability standard like OpenTelemetry. The issue is in the current otel implementation. It is too bloated and very inefficient. This contradicts to our experience with observability cases, which need very optimized format for metrics' transfer in order to reduce costs on CPU and network traffic needed to transfer and process these metrics.

    VictoriaMetrics continues investing in OpenTelemetry by providing integration docs [3] and improving the existing functionality for otel metrics' ingestion [4].

    [1] https://github.com/open-telemetry/opentelemetry-proto-go

    [2] https://github.com/VictoriaMetrics/VictoriaMetrics/pull/2570...

    [3] https://docs.victoriametrics.com/guides/getting-started-with...

    [4] https://github.com/VictoriaMetrics/VictoriaMetrics/issues/60...

  • Observability at KubeCon + CloudNativeCon Europe 2024 in Paris
    7 projects | dev.to | 26 Mar 2024
    Victoria Metrics
  • All you need is Wide Events, not "Metrics, Logs and Traces"
    7 projects | news.ycombinator.com | 27 Feb 2024
  • Top 11 Grafana Alternatives in 2023
    4 projects | dev.to | 23 Oct 2023
    VictoriaMetrics is primarily a time-series database designed for efficiently storing and querying time-series data. It is often used as a back-end data store for time-series data generated by monitoring systems like Prometheus. VictoriaMetrics excels at handling large volumes of time-series data, offering efficient storage and query capabilities.
  • InfluxDB CTO: Why We Moved from Go to Rust
    5 projects | news.ycombinator.com | 1 Oct 2023
    Not sure I follow since there are very competitive tools written in Go such as https://victoriametrics.com for an example in this space.
  • μMon: Stupid simple monitoring
    12 projects | news.ycombinator.com | 24 Sep 2023
    Did you try VictoriaMetrics [1] and vmagent [2]? It is a single self-contained binary without external dependencies. It requires relatively low amounts of CPU, RAM, disk space and disk IO, and it runs on ARM.

    [1] https://github.com/VictoriaMetrics/VictoriaMetrics/

    [2] https://docs.victoriametrics.com/vmagent.html

  • CERN swaps out databases to feed its petabyte-a-day habit
    2 projects | news.ycombinator.com | 21 Sep 2023
    https://github.com/VictoriaMetrics/VictoriaMetrics#cardinali...

    If I understanding correctly, it deal with high cardinality by dropping data, the operators need to monitor for this and adjust their data to lower the cardinality.

  • Prometheus Observability Platform: Intro
    4 projects | dev.to | 14 Sep 2023
    VictoriaMetrics
  • VictoriaMetrics VS openobserve - a user suggested alternative
    2 projects | 30 Aug 2023
  • OpenTelemetry in 2023
    36 projects | news.ycombinator.com | 28 Aug 2023
    You shouldn't unless you want to use the new open source standard for telemetry. You won't benefit from simplicity or performance improvements. It would be quite the opposite. You can check what is the actual cost of open telemetry adoption here [0]

    But if you ever decide to go this path - VictoriaMetrics supports OpenTelemetry protocol for metrics [1]

    [0] https://github.com/VictoriaMetrics/VictoriaMetrics/pull/2570

    [1] https://docs.victoriametrics.com/Single-server-VictoriaMetri...

What are some alternatives?

When comparing pmacct and VictoriaMetrics you can also consider the following projects:

nfdump - Netflow processing tools

mimir - Grafana Mimir provides horizontally scalable, highly available, multi-tenant, long-term storage for Prometheus.

FastNetMon - FastNetMon - very fast DDoS sensor with sFlow/Netflow/IPFIX/SPAN support

thanos - Highly available Prometheus setup with long term storage capabilities. A CNCF Incubating project.

nDPI - Open Source Deep Packet Inspection Software Toolkit

prometheus - The Prometheus monitoring system and time series database.

promscale - [DEPRECATED] Promscale is a unified metric and trace observability backend for Prometheus, Jaeger and OpenTelemetry built on PostgreSQL and TimescaleDB.

loki - Like Prometheus, but for logs.

ipt-netflow - Netflow iptables module for Linux kernel (official)

ClickHouse - ClickHouse® is a free analytics DBMS for big data

clickhouse_fdw - ClickHouse FDW for PostgreSQL

InfluxDB - Scalable datastore for metrics, events, and real-time analytics