VirtualTam's bookmarks
150 bookmarks found
-
AWS // Prometheus
2018-11-05 - https://github.com/movio/aws-prometheus-exporter
- https://github.com/prometheus/cloudwatch_exporter
- https://github.com/percona/rds_exporter
- https://www.signalfx.com/blog/10-top-things-to-monitor-in-amazon-rds/
- https://www.percona.com/blog/2018/07/17/when-should-i-use-amazon-aurora-and-when-should-i-use-rds-mysql/
- https://www.slideshare.net/AmazonWebServices/cost-and-performance-optimisation-in-amazon-rds-aws-summit-sydney-2018
- https://github.com/oliver006/redis_exporter
-
ccache — Compiler cache
2018-10-06 -
Software disenchantment @ tonsky.me
2018-09-29 -
Setup Kubernetes on a Raspberry Pi Cluster
2018-09-28 - https://www.cncf.io/blog/2016/11/29/diversity-scholarship-series-programming-journey-becoming-kubernetes-maintainer/
- https://github.com/kubernetes/community/blob/master/contributors/design-proposals/multi-platform.md
- https://www.slideshare.net/MathiasRenner/high-availability-performance-of-kubernetes-and-docker-swarm-on-a-raspberry-pi-cluster/
- https://github.com/hypriot/image-builder-rpi
-
- https://github.com/yandex/ClickHouse
- https://www.percona.com/blog/2017/02/13/clickhouse-new-opensource-columnar-database/
- https://www.percona.com/blog/2017/03/17/column-store-database-benchmarks-mariadb-columnstore-vs-clickhouse-vs-apache-spark/
- https://www.reddit.com/r/programming/comments/4o7dhc/clickhouse_highperformance_opensource_distributed/
- https://github.com/roistat/go-clickhouse
- https://blog.sentry.io/2019/05/16/introducing-snuba-sentrys-new-search-infrastructure
-
- https://anothersysadmin.wordpress.com/2008/04/22/x-cache-and-x-cache-lookup-headers-explained/
- https://www.keycdn.com/blog/http-cache-headers/
- https://web.archive.org/web/20101227032821/http://www.http-stats.com/X-Cache
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching
- https://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html
-
-
Every Silver Lining Has a Cloud - ACM Queue
2018-06-17 "Cache is king. And if your cache is cut, you're going to feel it."
"Some providers now have something called Metal-as-a-Service, which I really think ought to mean that an '80s metal band shows up at your office, plays a gig, smashes the furniture, and urinates on the carpet."
-
Container setup:
- https://gist.github.com/netdesk/c1db2985b542f9916995139318e5a7ce
- https://hub.docker.com/r/jwilder/nginx-proxy/
- https://hub.docker.com/r/jrcs/letsencrypt-nginx-proxy-companion/
Gitlab settings:
- https://docs.gitlab.com/omnibus/docker/
- https://docs.gitlab.com/ce/administration/environment_variables.html
- https://docs.gitlab.com/omnibus/settings/ssl.html
- https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template
Performance considerations:
- https://docs.gitlab.com/omnibus/settings/memory_constrained_envs.html (skip the
cgroups
section for Gitaly as we are already running in a container) - https://docs.gitlab.com/ee/update/#gitaly-omnibus-gitlab-configuration-structure-change for Gitlab 16 changes to Gitaly configuration
-
networking - Linux Command line tool to work with netmasks / CIDR notation - Server Fault
2018-05-15 - http://jodies.de/ipcalc
- http://deepspace6.net/projects/ipv6calc.html
- http://www.routemeister.net/projects/sipcalc/
- https://www.linux.com/learn/intro-to-linux/2017/8/manipulate-ipv6-addresses-ipv6calc
- https://www.cyberciti.biz/tips/perform-simple-manipulation-of-ip-addresse.html
- https://technicalworldforyou.blogspot.fr/2013/06/ipcalc-command-line-tool-for.html
- https://github.com/troglobit/netcalc
-
Xdebug - Debugger and Profiler Tool for PHP
2018-05-10 - https://xdebug.org/docs/
- https://xdebug.org/docs/profiler
- https://stackoverflow.com/questions/21133/simplest-way-to-profile-a-php-script
- http://nickology.com/2014/04/16/view-xdebug-cachegrind-files-on-mac-os/
- https://stackoverflow.com/questions/33094913/how-do-i-read-the-ui-of-qcachegrind
- https://github.com/jokkedk/webgrind
- https://pecl.php.net/package/xhprof
- https://tideways.com/profiler/xhprof-for-php7
- https://github.com/humanmade/query-monitor-flamegraph
-