How to Install and Uninstall victoria-metrics Package on Kali Linux

Last updated: May 15,2024

1. Install "victoria-metrics" package

Please follow the steps below to install victoria-metrics on Kali Linux

$ sudo apt update $ sudo apt install victoria-metrics

2. Uninstall "victoria-metrics" package

This guide let you learn how to uninstall victoria-metrics on Kali Linux:

$ sudo apt remove victoria-metrics $ sudo apt autoclean && sudo apt autoremove

3. Information about the victoria-metrics package on Kali Linux

Package: victoria-metrics
Source: victoriametrics (1.79.14+ds1-1)
Version: 1.79.14+ds1-1+b2
Installed-Size: 90442
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: adduser, libc6 (>= 2.34), libzstd1 (>= 1.5.5)
Pre-Depends: init-system-helpers (>= 1.54~)
Size: 23861436
SHA256: 4df62ac69775a46d553f2a0013a8082835f00a76666c85f786200927d1e657ff
SHA1: 704f4380b5697a4a628ccc75c87755dde20d75bf
MD5sum: 2c891a18f24115fedb13457bfc31d328
Description: fast, cost-effective and scalable time series database
VictoriaMetrics is a fast, cost-effective and scalable time-series database.
It can be used as long-term remote storage for Prometheus.
.
Prominent features:
* Supports Prometheus querying API, so it can be used as Prometheus
drop-in replacement in Grafana. VictoriaMetrics implements MetricsQL
query language, which is inspired by PromQL.
* Supports global query view. Multiple Prometheus instances may write
data into VictoriaMetrics. Later this data may be used in a single query.
* High performance and good scalability for both inserts and selects.
Outperforms InfluxDB and TimescaleDB by up to 20x.
* Uses 10x less RAM than InfluxDB when working with millions of unique time
series (aka high cardinality).
* Optimized for time series with high churn rate. Think about
prometheus-operator metrics from frequent deployments in Kubernetes.
* High data compression, so up to 70x more data points may be crammed into
limited storage comparing to TimescaleDB.
* Optimized for storage with high-latency IO and low IOPS (HDD and network
storage in AWS, Google Cloud, Microsoft Azure, etc).
* A single-node VictoriaMetrics may substitute moderately sized clusters
built with competing solutions such as Thanos, M3DB, Cortex, InfluxDB or
TimescaleDB.
* Easy operation:
- VictoriaMetrics consists of a single small executable without external
dependencies.
- All the configuration is done via explicit command-line flags with
reasonable defaults.
- All the data is stored in a single directory pointed by
-storageDataPath flag.
- Easy and fast backups from instant snapshots to S3 or GCS with
vmbackup / vmrestore.
- Data migration between VictoriaMetrics, Prometheus and InfluxDB with
vmctl.
* Storage is protectedfrom corruption on unclean shutdown (i.e. OOM,
hardware reset or kill -9) thanks to the storage architecture.
* Supports metrics' scraping, ingestion and backfilling (#backfilling)
via the following protocols:
- Metrics from Prometheus exporters such as node_exporter.
- Prometheus remote write API
- InfluxDB line protocol
- Graphite plaintext protocol with tags if -graphiteListenAddr is set.
- OpenTSDB put message if -opentsdbListenAddr is set.
- HTTP OpenTSDB /api/put requests if -opentsdbHTTPListenAddr is set.
- /api/v1/import.
* Ideally works with big amounts of time series data from Kubernetes, IoT
sensors, connected cars, industrial telemetry, financial data and
various Enterprise workloads.
* Has open source cluster version.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/VictoriaMetrics/VictoriaMetrics
Built-Using: go-md2man-v2 (= 2.0.3+ds1-1), golang-1.21 (= 1.21.5-1), golang-blackfriday-v2 (= 2.1.0-1), golang-github-aws-aws-sdk-go (= 1.48.14-1), golang-github-beorn7-perks (= 1.0.1-1), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-cheggaaa-pb.v3 (= 3.1.0-3), golang-github-fatih-color (= 1.16.0-1), golang-github-go-kit-kit (= 0.10.0-5), golang-github-go-logfmt-logfmt (= 0.5.0-2), golang-github-golang-groupcache (= 0.0~git20210331.41bb18b-1), golang-github-golang-protobuf-1-3 (= 1.3.5-4), golang-github-golang-snappy (= 0.0.2-3), golang-github-googleapis-gax-go (= 2.0.5-4), golang-github-jmespath-go-jmespath (= 0.4.0-2), golang-github-klauspost-compress (= 1.17.2+ds1-1), golang-github-mattn-go-colorable (= 0.1.13-1), golang-github-mattn-go-isatty (= 0.0.20-1), golang-github-mattn-go-runewidth (= 0.0.15-2), golang-github-oklog-ulid (= 2.0.2+ds-2), golang-github-pkg-errors (= 0.9.1-3), golang-github-prometheus-client-golang (= 1.17.0-2), golang-github-prometheus-client-model (= 0.5.0-1), golang-github-prometheus-common (= 0.45.0-3), golang-github-prometheus-procfs (= 0.12.0-1), golang-github-rivo-uniseg (= 0.4.4-1), golang-github-urfave-cli-v2 (= 2.3.0-3), golang-github-valyala-bytebufferpool (= 1.0.0-3), golang-github-valyala-fastjson (= 1.6.4-1), golang-github-valyala-fastrand (= 1.1.0-2), golang-github-valyala-fasttemplate (= 1.2.2+ds1-1), golang-github-valyala-gozstd (= 1.20.1+ds1-1), golang-github-valyala-histogram (= 1.2.0+ds-2), golang-github-valyala-quicktemplate (= 1.7.0+ds1-1), golang-github-victoriametrics-fastcache (= 1.12.1+ds1-1), golang-github-victoriametrics-metrics (= 1.24.0+ds1-1), golang-github-victoriametrics-metricsql (= 0.56.2+ds1-1), golang-github-vividcortex-ewma (= 1.1.1-2), golang-go.opencensus (= 0.24.0-1), golang-go.uber-atomic (= 1.11.0-1), golang-golang-x-net (= 1:0.19.0+dfsg-1), golang-golang-x-oauth2 (= 0.15.0-1), golang-golang-x-sync (= 0.5.0-1), golang-golang-x-sys (= 0.15.0-1), golang-golang-x-text (= 0.14.0-1), golang-google-api (= 0.61.0-4), golang-google-cloud (= 0.56.0-3), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.38.0+really1.33.3-1), golang-google-protobuf (= 1.32.0-1), golang-protobuf-extensions (= 1.0.4-2), golang-yaml.v2 (= 2.4.0-4)
Section: net
Priority: optional
Filename: pool/main/v/victoriametrics/victoria-metrics_1.79.14+ds1-1+b2_amd64.deb