diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3dca8422..170ed2ea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -80,4 +80,4 @@ We believe that a strong community is key to the success of the Ddosify. You can - Participating in discussions on GitHub [issues](https://github.com/ddosify/ddosify/issues) and [pull requests](https://github.com/ddosify/ddosify/pulls), providing feedback, suggestions, or sharing your experiences with the tool. - Promoting the Ddosify by writing blog posts, creating video tutorials, or sharing the project on social media. -You can join our [Discord Server](https://discord.gg/9KdnrSUZQg) for issues, feature requests, feedbacks or anything else. We're happy to help you out! +You can join our [Discord Server](https://discord.com/invite/9KdnrSUZQg) for issues, feature requests, feedbacks or anything else. We're happy to help you out! diff --git a/README.md b/README.md index 5aaf75d3..ef1d30e0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
- Anteon logo dark
- Anteon logo light
+ Anteon logo dark
+ Anteon logo light

Kickstart Kubernetes Monitoring in 1 min - Free up time for DevOps and Coding

@@ -8,19 +8,19 @@

anteon latest version  Anteon license - Anteon discord server + Anteon discord server cncf landscape

-Anteon Kubernetes Monitoring Service Map +Anteon Kubernetes Monitoring Service Map Anteon automatically generates Service Map of your K8s cluster without code instrumentation or sidecars. So you can easily find the bottlenecks in your system. Red lines indicate the high latency between services.

Live DemoDocumentation • - Discord + Discord

## What is Anteon (formerly Ddosify)? @@ -39,7 +39,7 @@ Anteon (formerly Ddosify) is an [open-source](https://github.com/getanteon/anteo - **Distributed Tracing:** Anteon automatically collects traces from your Kubernetes cluster and generates context propagation without changing a single line of code.

-Anteon Kubernetes Monitoring Metrics +Anteon Kubernetes Monitoring Metrics Anteon tracks and displays live data on your cluster instances CPU, memory, disk, and network usage.

@@ -51,7 +51,7 @@ Anteon (formerly Ddosify) is an [open-source](https://github.com/getanteon/anteo - **Postman Integration:** Import tests directly from Postman, making it convenient for those already using Postman for API development and testing.

-Anteon Kubernetes Monitoring Metrics +Anteon Kubernetes Monitoring Metrics Anteon Performance Testing generates load from worldwide with no-code scenario builder.

@@ -66,7 +66,7 @@ Anteon Stack consists of 4 parts:

-Anteon Stack +Anteon Stack

### Anteon Load Engine (Ddosify) @@ -112,7 +112,7 @@ Check out [Anteon Cloud](https://app.getanteon.com/) to find the performance iss ### Comparison of Anteon Cloud, Self-Hosted EE, Self-Hosted CE

-Anteon versus +Anteon versus *CE: Community Edition, EE: Enterprise Edition*

@@ -122,20 +122,20 @@ Check out [Anteon Cloud](https://app.getanteon.com/) to find the performance iss #### ✅ Service Map Easily get insights about what is going on in your cluster. You do not have to change your code or add sidecars anymore. More →

-Anteon - Service Map Feature +Anteon - Service Map Feature

#### ✅ Detailed Insights Inspect incoming, outgoing traffic, SQL queries, golden signals, HTTP 5xx status codes, Top Latencies and RPS, and more. More →

-Anteon - Detailed Insights Feature +Anteon - Detailed Insights Feature

#### ✅ Metrics Dashboard The Metric Dashboard provides a straightforward way to observe Node Metrics. Anteon observes CPU, Memory, Disk, and Network usage of your nodes. You can also create alerts on these metrics. More →

-Anteon - Metrics Dashboard Feature +Anteon - Metrics Dashboard Feature

#### ✅ Find Bottlenecks @@ -143,12 +143,12 @@ Start a load test and monitor your system all within the same UI. You do not nee You will see the outgoing requests, response times and status codes on the load test **Summary** tab.

-Anteon - Find Bottlenecks Feature +Anteon - Find Bottlenecks Feature

You will see the incoming requests to your K8s cluster, service-to-service traffic, RPS, latencies, SQL queries, and more on the **Monitoring** tab. So you can easily correlate the load test results with the monitoring data without switching between different tools.

-Anteon - Find Bottlenecks Feature +Anteon - Find Bottlenecks Feature

#### ✅ Distributed Tracing @@ -211,7 +211,7 @@ To learn about the **Performance Testing** usage of both Self-Hosted and Cloud v ## Communication -You can join our [Discord Server](https://discord.gg/9KdnrSUZQg) for issues, feature requests, feedbacks or anything else. +You can join our [Discord Server](https://discord.com/invite/9KdnrSUZQg) for issues, feature requests, feedbacks or anything else. ## Disclaimer diff --git a/ddosify_engine/.goreleaser.yml b/ddosify_engine/.goreleaser.yml index b5f710f1..8274d181 100644 --- a/ddosify_engine/.goreleaser.yml +++ b/ddosify_engine/.goreleaser.yml @@ -134,6 +134,6 @@ release: footer: | ## More? 🚀 - - Get started on [Ddosify Cloud](https://ddosify.com) - - Join our [Discord server](https://discord.gg/9KdnrSUZQg) - - Follow us on [Twitter](https://twitter.com/ddosify) + - Get started on [Anteon Cloud](https://getanteon.com) + - Join our [Discord server](https://discord.com/invite/9KdnrSUZQg) + - Follow us on [Twitter](https://twitter.com/getanteon) diff --git a/ddosify_engine/README.md b/ddosify_engine/README.md index 8067fdcb..78e2bd68 100644 --- a/ddosify_engine/README.md +++ b/ddosify_engine/README.md @@ -1,22 +1,21 @@
- Anteon logo dark
- Anteon logo light
+ Anteon logo dark
+ Anteon logo light

Ddosify: High-performance load testing tool

- golang version  go coverage  go report  ddosify license - ddosify discord server + ddosify discord server ddosify docker image

-Ddosify - High-performance load testing tool quick start +Ddosify - High-performance load testing tool quick start

@@ -78,11 +77,6 @@ dpkg -i ddosify_amd64.deb wget https://github.com/ddosify/ddosify/releases/download/v1.0.6/ddosify_amd64.apk apk add --allow-untrusted ddosify_amd64.apk -# For Arch Linux -git clone https://aur.archlinux.org/ddosify.git -cd ddosify -makepkg -sri - # For FreeBSD pkg install ddosify ``` @@ -769,7 +763,7 @@ Ddosify enables you to capture variables from steps using **json_path**, **xpath > **:warning: Points to keep in mind** > - You must specify **'header_key'** when capturing from header. > - For json_path syntax, please take a look at [gjson syntax](https://github.com/tidwall/gjson/blob/master/SYNTAX.md) doc. -> - Regular expression are expected in **'Golang'** style regex. For converting your existing regular expressions, you can use [regex101](https://regex101.com/). +> - Regular expression are expected in **'Golang'** style regex. For converting your existing regular expressions, you can use [regex101](https://regex101.com). > - You can extract values from **headers**, **body**, and **cookies**. You can use **debug** parameter to validate your config. @@ -1086,7 +1080,7 @@ echo "ulimit -n 50000" >> ~/.zshrc ## Communication -You can join our [Discord Server](https://discord.gg/9KdnrSUZQg) for issues, feature requests, feedbacks or anything else. +You can join our [Discord Server](https://discord.com/invite/9KdnrSUZQg) for issues, feature requests, feedbacks or anything else. ## More diff --git a/selfhosted/README.md b/selfhosted/README.md index 69c7468b..fd14f68a 100644 --- a/selfhosted/README.md +++ b/selfhosted/README.md @@ -1,12 +1,12 @@
- Anteon logo dark
- Anteon logo light
+ Anteon logo dark
+ Anteon logo light

Anteon Self Hosted (formerly Ddosify): Effortless Kubernetes Monitoring and Performance Testing

-Anteon Kubernetes Monitoring Service Map +Anteon Kubernetes Monitoring Service Map Anteon (formerly Ddosify) detects high latency service calls on your K8s cluster. So you can easily find the root service causing the problem.

@@ -30,7 +30,7 @@ This README provides instructions for installing and an overview of the system r ## 🛠 Prerequisites -- [Git](https://git-scm.com/) +- [Git](https://git-scm.com) - [Docker](https://docs.docker.com/get-docker/) - [Docker Compose](https://docs.docker.com/compose/install/) (`docker-compose` or `docker compose`)