-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
documentation.haml
185 lines (166 loc) · 10.3 KB
/
documentation.haml
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
!!! html
%html
%head
= Haml::Engine.new(File.read("assets/haml-includes/head.haml")).render
%body
= Haml::Engine.new(File.read("assets/haml-includes/navigation.haml")).render
%div{:class => 'hero'}
%div{:class => 'colspan12-8 push12-2 colspan8-6 push8-1 colspan6-4 push6-1 colspan2-2'}
%div{:class => 'col__module col__module--cta'}
%h1 Documentation
%div{:class => 'button-four'}
%a{:href => 'https://pcp.readthedocs.io/en/latest/HowTos/installation/index.html'} Installation
%div{:class => 'button-three'}
%a{:href => 'https://pcp.readthedocs.io/en/latest/QG/QuickReferenceGuide.html'} Quick Reference Guide
%div{:class => 'site-content'}
%div{:class => 'how-to is-typeset'}
%div{:class => 'row-parent'}
%div{:class => 'row'}
%section{:class => 'row__colspaced'}
%div{:class => 'colspan12-4 colspan8-3 colspan6-2 colspan2-2 as-grid with-gutter'}
%div{:class => 'col__module--img'}
%h3
%a{:href => 'https://man7.org/linux/man-pages/dir_by_project.html#PCP'} Man pages
%p
All of the manual pages for PCP tools and APIs
%br
%h3
%a{:href => 'https://pcp.readthedocs.io'} Guides
%p
Users and Administrators Guide, Programmers and REST API Guides
%br
%h3
%a{:href => '/slides/index.html'} Slides
%p
An online presentation about PCP
%br
%h3
%a{:href => 'presentations.html'} Papers
%p
Reference papers and presentations we have permission to reproduce.
%br
%h3
%a{:href => 'screenshots.html'} Screenshots
%p
Screenshots from a handful of PCP GUI and console tools,
and the more recent
%a{:href => 'https://grafana-pcp.readthedocs.io/en/latest/screenshots.html'} Grafana PCP
plugin.
%br
%div{:class => 'colspan12-8 colspan8-5 colspan6-4 colspan2-2 as-grid with-gutter'}
%div{:class => 'col__module--img'}
%h3 Short Guides
%ul
%li
%a{:href => 'https://pcp.readthedocs.io/en/latest/QG/UseCharts.html'} Using Charts
%li
%a{:href => 'https://pcp.readthedocs.io/en/latest/QG/LoggingBasics.html'} Logging Basics
%li
%a{:href => 'https://pcp.readthedocs.io/en/latest/QG/AutomatedReasoningBasics.html'} Automated Reasoning Basics
%li
%a{:href => 'https://pcp.readthedocs.io/en/latest/QG/ConfigureAutomatedReasoning.html'} Configuring Automated Reasoning
%li
%a{:href => 'https://pcp.readthedocs.io/en/latest/QG/AnalyzeLinuxContainers.html'} Analysis of Linux Containers
%li
%a{:href => 'https://pcp.readthedocs.io/en/latest/QG/EncryptedConnections.html'} Encrypted Connections
%li
%a{:href => 'https://pcp.readthedocs.io/en/latest/QG/AuthenticatedConnections.html'} Authenticated Connections
%li
%a{:href => '/papers/archive-interpolation.pdf'} Explaining Value Interpolation with PCP Archives
%li
%a{:href => 'https://pcp.readthedocs.io/en/latest/QG/ImportData.html'} Importing data and creating PCP archives (C, Perl, Python)
%li
%a{:href => 'https://pcp.readthedocs.io/en/latest/QG/Use3DViews.html'} Using 3D Views (experimental, source only)
%div{:class => 'hero'}
%div{:class => 'colspan12-8 push12-2 colspan8-6 push8-1 colspan6-4 push6-1 colspan2-2'}
%div{:class => 'col__module col__module--cta'}
%h1 Blog
%div{:class => 'button-one'}
%a{:href => 'https://www.redhat.com/en/blog/visualizing-system-performance-rhel-8-using-performance-co-pilot-pcp-and-grafana-part-1'} PCP and Grafana (Part 1)
%div{:class => 'button-two'}
%a{:href => 'https://www.redhat.com/en/blog/visualizing-system-performance-rhel-8-using-performance-co-pilot-pcp-and-grafana-part-2'} PCP and Grafana (Part 2)
%div{:class => 'button-three'}
%a{:href => 'https://www.redhat.com/en/blog/visualizing-system-performance-rhel-8-part-3-kernel-metric-graphing-performance-co-pilot-grafana-and-bpftrace'} PCP and Grafana (Part 3)
%div{:class => 'button-four'}
%a{:href => 'https://www.redhat.com/en/blog/monitoring-ebpf-based-metrics'} Monitoring eBPF-based metrics
%div{:class => 'button-five'}
%a{:href => 'https://www.redhat.com/en/blog/automating-performance-analysis'} Automating performance analysis
%div{:class => 'button-one'}
%a{:href => 'https://www.redhat.com/en/blog/automate-performance-metrics-collection-and-visualization-rhel-system-roles'} Ansible Metrics Role
%div{:class => 'button-two'}
%a{:href => 'https://www.redhat.com/en/blog/understanding-performance-your-own-applications-rhel-its-easy-pcp'} Application Performance and OpenMetrics
%div{:class => 'hero2'}
%div{:class => 'colspan12-8 push12-2 colspan8-6 push8-1 colspan6-4 push6-1 colspan2-2'}
%div{:class => 'col__module col__module--cta'}
%h1 Videos
%div{:class => 'row-parent'}
%div{:class => 'row'}
%section{:class => 'row__colspaced'}
%div{:class => 'colspan12-2 colspan8-2 colspan6-1 colspan2-1 as-grid with-gutter'}
%div{:class => 'col__module--img'}
%a{:href => 'https://youtu.be/Jnnz5rnzefc'}
%img{:src => 'images/ansible-metrics-role.jpg'}
%div{:class => 'colspan12-8 colspan8-6 colspan6-5 colspan2-1 as-grid with-gutter'}
%div{:class => 'features_left col__module--img'}
%p Ansible 'metrics' Role
%div{:class => 'row-parent'}
%div{:class => 'row'}
%section{:class => 'row__colspaced'}
%div{:class => 'colspan12-2 colspan8-2 colspan6-1 colspan2-1 as-grid with-gutter'}
%div{:class => 'col__module--img'}
%a{:href => 'https://www.youtube.com/watch?v=fTWAn1K7eQQ'}
%img{:src => 'images/practical-pcp-grafana.jpg'}
%div{:class => 'colspan12-8 colspan8-6 colspan6-5 colspan2-1 as-grid with-gutter'}
%div{:class => 'features_left col__module--img'}
%p Practical Performance Co-Pilot and Grafana
%div{:class => 'row-parent'}
%div{:class => 'row'}
%section{:class => 'row__colspaced'}
%div{:class => 'colspan12-2 colspan8-2 colspan6-1 colspan2-1 as-grid with-gutter'}
%div{:class => 'col__module--img'}
%a{:href => 'https://www.youtube.com/watch?v=4Dt_VDFLDnw'}
%img{:src => 'images/pcp-vector-demo.jpg'}
%div{:class => 'colspan12-8 colspan8-6 colspan6-5 colspan2-1 as-grid with-gutter'}
%div{:class => 'features_left col__module--img'}
%p Performance Co-Pilot and Vector new features in RHEL-8.0
%div{:class => 'row-parent'}
%div{:class => 'row'}
%section{:class => 'row__colspaced'}
%div{:class => 'colspan12-2 colspan8-2 colspan6-1 colspan2-1 as-grid with-gutter'}
%div{:class => 'col__module--img'}
%a{:href => 'https://www.youtube.com/watch?v=zrAjevr8_Ds'}
%img{:src => 'images/video-exploratory-perf-analysis.jpg'}
%div{:class => 'colspan12-8 colspan8-6 colspan6-5 colspan2-1 as-grid with-gutter'}
%div{:class => 'features_left col__module--img'}
%p Exploratory Performance Analysis with Performance Co-Pilot
%div{:class => 'row-parent'}
%div{:class => 'row'}
%section{:class => 'row__colspaced'}
%div{:class => 'colspan12-2 colspan8-2 colspan6-1 colspan2-1 as-grid with-gutter'}
%div{:class => 'col__module--img'}
%a{:href => 'https://www.youtube.com/watch?v=Ip3ITBUAcjU'}
%img{:src => 'images/storage-performance-pcp.jpg'}
%div{:class => 'colspan12-8 colspan8-6 colspan6-5 colspan2-1 as-grid with-gutter'}
%div{:class => 'features_left col__module--img'}
%p Evaluating Red Hat Storage Performance using Performance Co-Pilot
%div{:class => 'row-parent'}
%div{:class => 'row'}
%section{:class => 'row__colspaced'}
%div{:class => 'colspan12-2 colspan8-2 colspan6-1 colspan2-1 as-grid with-gutter'}
%div{:class => 'col__module--img'}
%a{:href => 'https://www.youtube.com/watch?v=749lE2zjz3I'}
%img{:src => 'images/programming-pcp-toolkit.jpg'}
%div{:class => 'colspan12-8 colspan8-6 colspan6-5 colspan2-1 as-grid with-gutter'}
%div{:class => 'features_left col__module--img'}
%p Programming the Performance Co-Pilot toolkit
%div{:class => 'row-parent'}
%div{:class => 'row'}
%section{:class => 'row__colspaced'}
%div{:class => 'colspan12-2 colspan8-2 colspan6-1 colspan2-1 as-grid with-gutter'}
%div{:class => 'col__module--img'}
%a{:href => 'https://www.youtube.com/watch?v=Z9fSymDfuvQ'}
%img{:src => 'images/regression-analysis-pcp.jpg'}
%div{:class => 'colspan12-8 colspan8-6 colspan6-5 colspan2-1 as-grid with-gutter'}
%div{:class => 'features_left col__module--img'}
%p Regression Analysis with Performance Co-Pilot
= Haml::Engine.new(File.read("assets/haml-includes/footer.haml")).render