-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
142 lines (136 loc) · 4.78 KB
/
mkdocs.yml
File metadata and controls
142 lines (136 loc) · 4.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
site_name: Azure Local Load Testing Framework
site_description: Comprehensive performance and load testing tools for Azure Local infrastructure validation
site_author: Azure Local Cloud
site_url: https://azurelocal.github.io/azurelocal-loadtools/
repo_url: https://github.com/AzureLocal/azurelocal-loadtools
repo_name: AzureLocal/azurelocal-loadtools
theme:
name: material
palette:
- scheme: default
primary: blue
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: blue
accent: blue
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.indexes
- navigation.prune
- navigation.top
- navigation.footer
- content.code.copy
- content.code.annotate
- search.suggest
- search.highlight
logo: assets/images/azurelocal-loadtools-icon.svg
favicon: assets/images/azurelocal-loadtools-icon.svg
icon:
repo: fontawesome/brands/github
nav:
- Home: index.md
- Getting Started:
- Introduction: getting-started/introduction.md
- Prerequisites: getting-started/prerequisites.md
- Installation: getting-started/installation.md
- Configuration: getting-started/configuration.md
- Architecture:
- Overview: architecture/overview.md
- Tool Selection: architecture/tool-selection.md
- Data Flow: architecture/data-flow.md
- Tools:
- Overview: tools/index.md
- VMFleet:
- VMFleet: tools/vmfleet/index.md
- Prerequisites: tools/vmfleet/prerequisites.md
- Deployment: tools/vmfleet/deployment.md
- Workload Profiles: tools/vmfleet/workload-profiles.md
- Monitoring: tools/vmfleet/monitoring.md
- Reporting: tools/vmfleet/reporting.md
- Troubleshooting: tools/vmfleet/troubleshooting.md
- fio:
- fio: tools/fio/index.md
- Installation: tools/fio/installation.md
- Workload Profiles: tools/fio/workload-profiles.md
- Monitoring: tools/fio/monitoring.md
- Reporting: tools/fio/reporting.md
- Troubleshooting: tools/fio/troubleshooting.md
- iPerf3:
- iPerf3: tools/iperf/index.md
- Installation: tools/iperf/installation.md
- Workload Profiles: tools/iperf/workload-profiles.md
- Monitoring: tools/iperf/monitoring.md
- Reporting: tools/iperf/reporting.md
- Troubleshooting: tools/iperf/troubleshooting.md
- HammerDB:
- HammerDB: tools/hammerdb/index.md
- Installation: tools/hammerdb/installation.md
- Workload Profiles: tools/hammerdb/workload-profiles.md
- Monitoring: tools/hammerdb/monitoring.md
- Reporting: tools/hammerdb/reporting.md
- Troubleshooting: tools/hammerdb/troubleshooting.md
- stress-ng:
- stress-ng: tools/stress-ng/index.md
- Installation: tools/stress-ng/installation.md
- Workload Profiles: tools/stress-ng/workload-profiles.md
- Monitoring: tools/stress-ng/monitoring.md
- Reporting: tools/stress-ng/reporting.md
- Troubleshooting: tools/stress-ng/troubleshooting.md
- Operations:
- CI/CD Pipelines: operations/ci-cd.md
- Runner Setup: operations/runner-setup.md
- Credential Management: operations/credential-management.md
- Troubleshooting: operations/troubleshooting.md
- Reference:
- Variable Reference: reference/variables.md
- Cmdlet Reference: reference/cmdlet-reference.md
- Tool Comparison: reference/tool-comparison.md
- Glossary: reference/glossary.md
- Roadmap: roadmap.md
- Contributing: contributing.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets
- tables
- toc:
permalink: true
- attr_list
- md_in_html
plugins:
- search
- drawio
extra:
analytics:
provider: google
property: G-2D9XDHSXJW
social:
- icon: fontawesome/brands/x-twitter
link: https://x.com/countrycloudboy
name: CountryCloudBoy on X
- icon: fontawesome/brands/github
link: https://github.com/AzureLocal/azurelocal-loadtools
name: GitHub Repository
- icon: fontawesome/solid/globe
link: https://azurelocal.cloud
name: Azure Local Community
homepage: https://azurelocal.cloud
copyright: >-
Copyright © 2026 Azure Local. Designed and maintained by
<a href="https://www.hybridsolutions.cloud">Hybrid Cloud Solutions</a>.