From 882945e211227441f715279186174b8d639deb89 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 5 Aug 2021 15:29:50 +0000 Subject: [PATCH] Deployed 95b5e64 with MkDocs version: 1.1.2 --- 404.html | 100 + CODE_OF_CONDUCT/index.html | 100 + CONTRIBUTING/index.html | 102 +- index.html | 100 + level101/big_data/evolution/index.html | 100 + level101/big_data/intro/index.html | 100 + level101/big_data/tasks/index.html | 100 + .../further_reading/index.html | 100 + level101/databases_nosql/intro/index.html | 100 + .../databases_nosql/key_concepts/index.html | 100 + .../databases_sql/backup_recovery/index.html | 100 + level101/databases_sql/concepts/index.html | 100 + level101/databases_sql/conclusion/index.html | 100 + level101/databases_sql/innodb/index.html | 100 + level101/databases_sql/intro/index.html | 100 + level101/databases_sql/lab/index.html | 100 + level101/databases_sql/mysql/index.html | 100 + level101/databases_sql/operations/index.html | 100 + .../query_performance/index.html | 100 + level101/databases_sql/replication/index.html | 100 + .../databases_sql/select_query/index.html | 100 + level101/git/branches/index.html | 100 + level101/git/conclusion/index.html | 100 + level101/git/git-basics/index.html | 100 + level101/git/github-hooks/index.html | 100 + .../command_line_basics/index.html | 100 + level101/linux_basics/conclusion/index.html | 100 + level101/linux_basics/intro/index.html | 100 + .../linux_server_administration/index.html | 100 + .../linux_networking/conclusion/index.html | 100 + level101/linux_networking/dns/index.html | 100 + level101/linux_networking/http/index.html | 100 + level101/linux_networking/intro/index.html | 100 + level101/linux_networking/ipr/index.html | 100 + level101/linux_networking/tcp/index.html | 100 + level101/linux_networking/udp/index.html | 100 + .../metrics_and_monitoring/alerts/index.html | 100 + .../best_practices/index.html | 100 + .../command-line_tools/index.html | 100 + .../conclusion/index.html | 100 + .../introduction/index.html | 100 + .../observability/index.html | 100 + .../third-party_monitoring/index.html | 100 + level101/python_web/intro/index.html | 100 + .../python_web/python-concepts/index.html | 100 + .../python_web/python-web-flask/index.html | 100 + level101/python_web/sre-conclusion/index.html | 100 + .../python_web/url-shorten-app/index.html | 100 + level101/security/conclusion/index.html | 100 + level101/security/fundamentals/index.html | 100 + level101/security/intro/index.html | 100 + level101/security/network_security/index.html | 100 + .../threats_attacks_defences/index.html | 100 + .../security/writing_secure_code/index.html | 100 + .../systems_design/availability/index.html | 100 + level101/systems_design/conclusion/index.html | 100 + .../systems_design/fault-tolerance/index.html | 100 + level101/systems_design/intro/index.html | 100 + .../systems_design/scalability/index.html | 100 + .../conclusion/index.html | 104 +- .../containerization_with_docker/index.html | 100 + .../intro/index.html | 100 + .../intro_to_containers/index.html | 100 + .../orchestration_with_kubernetes/index.html | 100 + .../conclusion/index.html | 1698 +++++++++++++++ .../images/FlaskCode.png | Bin 0 -> 208487 bytes .../images/FlaskStart.png | Bin 0 -> 62805 bytes .../images/MemUsage01.png | Bin 0 -> 49329 bytes .../images/MemUsage02.png | Bin 0 -> 208660 bytes .../images/MemUsage03.png | Bin 0 -> 156278 bytes .../images/MemUsageChart.png | Bin 0 -> 23960 bytes .../images/Tracemalloc01.png | Bin 0 -> 61053 bytes .../images/Tracemalloc02.png | Bin 0 -> 58211 bytes .../images/Tracemalloc03.png | Bin 0 -> 46557 bytes .../images/TroubleshootingFlow.jpg | Bin 0 -> 40755 bytes .../important-tools/index.html | 1733 ++++++++++++++++ .../introduction/index.html | 1841 +++++++++++++++++ .../performance-improvements/index.html | 1776 ++++++++++++++++ .../troubleshooting-example/index.html | 1719 +++++++++++++++ .../troubleshooting/index.html | 1759 ++++++++++++++++ search/search_index.json | 2 +- sitemap.xml | 150 +- sitemap.xml.gz | Bin 225 -> 230 bytes sre_community/index.html | 100 + 84 files changed, 17117 insertions(+), 67 deletions(-) create mode 100644 level102/system_troubleshooting_and_performance/conclusion/index.html create mode 100644 level102/system_troubleshooting_and_performance/images/FlaskCode.png create mode 100644 level102/system_troubleshooting_and_performance/images/FlaskStart.png create mode 100644 level102/system_troubleshooting_and_performance/images/MemUsage01.png create mode 100644 level102/system_troubleshooting_and_performance/images/MemUsage02.png create mode 100644 level102/system_troubleshooting_and_performance/images/MemUsage03.png create mode 100644 level102/system_troubleshooting_and_performance/images/MemUsageChart.png create mode 100644 level102/system_troubleshooting_and_performance/images/Tracemalloc01.png create mode 100644 level102/system_troubleshooting_and_performance/images/Tracemalloc02.png create mode 100644 level102/system_troubleshooting_and_performance/images/Tracemalloc03.png create mode 100644 level102/system_troubleshooting_and_performance/images/TroubleshootingFlow.jpg create mode 100644 level102/system_troubleshooting_and_performance/important-tools/index.html create mode 100644 level102/system_troubleshooting_and_performance/introduction/index.html create mode 100644 level102/system_troubleshooting_and_performance/performance-improvements/index.html create mode 100644 level102/system_troubleshooting_and_performance/troubleshooting-example/index.html create mode 100644 level102/system_troubleshooting_and_performance/troubleshooting/index.html diff --git a/404.html b/404.html index 2f3c0c1..f873bf7 100644 --- a/404.html +++ b/404.html @@ -1349,6 +1349,106 @@ + + + + + +
  • + + + + + + +
  • + + + diff --git a/CODE_OF_CONDUCT/index.html b/CODE_OF_CONDUCT/index.html index c0e6f6c..cdfbe07 100644 --- a/CODE_OF_CONDUCT/index.html +++ b/CODE_OF_CONDUCT/index.html @@ -1354,6 +1354,106 @@ + + + + + +
  • + + + + + + +
  • + + + diff --git a/CONTRIBUTING/index.html b/CONTRIBUTING/index.html index 5726224..23a5d7e 100644 --- a/CONTRIBUTING/index.html +++ b/CONTRIBUTING/index.html @@ -1354,6 +1354,106 @@ + + + + + +
  • + + + + + + +
  • + + + @@ -1552,7 +1652,7 @@ mkdocs serve