Skip to content

Instantly share code, notes, and snippets.

View kdszoom's full-sized avatar
🎱
k8s mind

DenisKa kdszoom

🎱
k8s mind
View GitHub Profile
@kdszoom
kdszoom / benchmarking-tools.md
Created June 21, 2024 09:04 — forked from aliesbelik/benchmarking-tools.md
Benchmarking & load testing tools
{
"admin": {
"access_log_path": "/tmp/admin_access.log",
"address": {
"socket_address": {
"protocol": "TCP",
"address": "127.0.0.1",
"port_value": 9904
}
}
@kdszoom
kdszoom / envoy-config.yaml
Created August 20, 2019 10:29 — forked from poolski/envoy-config.yaml
Sample Envoy Config
---
# Envoy requires this to be configured, even if you don't intend to use the admin interface.
admin:
access_log_path: "/var/log/envoy/envoy-admin.log"
address:
socket_address:
address: 127.0.0.1
port_value: 8001
# Identify your node/pod/instance/whatever.
node:
@kdszoom
kdszoom / startup.md
Created March 27, 2019 08:40 — forked from dsyer/startup.md
Notes on Spring Boot startup performance

Anatomy of Spring Boot Start Up Timing

When a Spring Boot app starts up with default (INFO) logging, there are some noticeable gaps (pauses). It's worth focusing on the gaps when looking for efficiency savings because of the amount of time they take, and because no-one bothered to log anything, so the chances are the app is doing something repetitive. We can tweak the logging levels to try and fill in the gaps and find out what is going on in there.

Basic empty web app with actuators has three such gaps:

0                                                                        1410ms
|------|---------------------------|-----|------|---------|--------|--------|
       |           578             |     |144(5)|         | 133(6) |
@kdszoom
kdszoom / install_cygwin_sshd.txt
Created October 26, 2017 14:50 — forked from roxlu/install_cygwin_sshd.txt
Installing CYGWIN + SSHD for remote access through SSH on windows
Installing CYGWIN with SSH
1) Download cygwin setup.exe from http://www.cygwin.com
- Execute setup.exe
- Install from internet
- Root directory: `c:\cygwin` + all users
- Local package directory: use default value
- Select a mirror to download files from
- Select these packages:
- editors > xemacs 21.4.22-1
- net > openssh 6.1-p