You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 2. Update the issues link in Contributing section in the readme file
4
-
// 3. Update the discussion link in config.yml file in .github/ISSUE_TEMPLATE directory
1
+
# RELP Flooder rlp_09
5
2
6
-
# repo-template
3
+
Simple but scalable RELP flooder
7
4
8
-
// Add a short description of your project. Tell what your project does and what it's used for.
5
+
## Features
9
6
10
-
This is a template repository for Teragrep organization.
7
+
- Simple to set up
8
+
- Simple to use
9
+
- Gives statistics
10
+
- Scales to as many threads as wanted
11
11
12
-
##Features
12
+
##Limitations
13
13
14
-
// List your project's features
14
+
- No structured data support yet
15
+
- No TLS support yet
16
+
- No customizable message support yet
17
+
- Supports only RFC5424
15
18
16
-
##Documentation
19
+
##How to compile
17
20
18
-
See the official documentation on https://docs.teragrep.com[docs.teragrep.com].
21
+
`mvn clean package`
19
22
20
-
##Limitations
23
+
##How to run
21
24
22
-
// If your project has limitations, please list them. Otherwise remove this section.
25
+
`java -jar rlp_09.jar`
23
26
24
-
##How to [compile/use/implement]
27
+
##Configurations
25
28
26
-
// add instructions how people can start to use your project
27
29
28
-
## Contributing
30
+
[cols="3"]
31
+
|===
32
+
|System property|Default value|Usage
33
+
34
+
|hostname|localhost|Sets hostname for the event
35
+
|appname|rlp_09|Sets used appname for the event
36
+
|target|127.0.0.1|RELP target server
37
+
|port|1601|RELP target port
38
+
|threads|4|RELP Flooder thread count
39
+
|useTls|false|Is TLS used for connections
40
+
|payloadSize|10|Event message payload size (excludes any headers)
41
+
|batchSize|1|How many events is sent in one batch
29
42
30
-
// Change the repository name in the issues link to match with your project's name
43
+
|===
44
+
45
+
## Contributing
31
46
32
-
You can involve yourself with our project by https://github.com/teragrep/repo-template/issues/new/choose[opening an issue] or submitting a pull request.
47
+
You can involve yourself with our project by https://github.com/teragrep/rlp_09/issues/new/choose[opening an issue] or submitting a pull request.
33
48
34
49
Contribution requirements:
35
50
@@ -42,6 +57,6 @@ Read more in our https://github.com/teragrep/teragrep/blob/main/contributing.ado
42
57
43
58
### Contributor License Agreement
44
59
45
-
Contributors must sign https://github.com/teragrep/teragrep/blob/main/cla.adoc[Teragrep Contributor License Agreement] before a pull request is accepted to organization's repositories.
60
+
Contributors must sign https://github.com/teragrep/teragrep/blob/main/cla.adoc[Teragrep Contributor License Agreement] before a pull request is accepted to organization's repositories.
46
61
47
-
You need to submit the CLA only once. After submitting the CLA you can contribute to all Teragrep's repositories.
62
+
You need to submit the CLA only once. After submitting the CLA you can contribute to all Teragrep's repositories.
0 commit comments