forked from linuxep/linuxep
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
265 lines (243 loc) · 13.3 KB
/
index.html
File metadata and controls
265 lines (243 loc) · 13.3 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
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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title>LEP | Linux performance profiling and visualization application</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="favicon.ico">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="assets/plugins/prism/prism.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll">
<!-- ******HEADER****** -->
<header id="header" class="header">
<div class="container">
<h1 class="logo pull-left">
<a class="scrollto" href="#promo">
<span class="logo-title">LEP</span>
</a>
</h1><!--//logo-->
<nav id="main-nav" class="main-nav navbar-right" role="navigation">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button><!--//nav-toggle-->
</div><!--//navbar-header-->
<div class="navbar-collapse collapse" id="navbar-collapse">
<ul class="nav navbar-nav">
<li class="active nav-item sr-only"><a class="scrollto" href="#promo">Home</a></li>
<li class="nav-item"><a class="scrollto" href="#about">About</a></li>
<li class="nav-item"><a class="scrollto" href="#features">Features</a></li>
<li class="nav-item"><a class="scrollto" href="#docs">Docs</a></li>
<li class="nav-item"><a class="scrollto" href="#presentation">Presentations</a></li>
<li class="nav-item"><a class="scrollto" href="#license">License</a></li>
<li class="nav-item last"><a class="scrollto" href="#contact">Contact</a></li>
</ul><!--//nav-->
</div><!--//navabr-collapse-->
</nav><!--//main-nav-->
</div>
</header><!--//header-->
<!-- ******PROMO****** -->
<section id="promo" class="promo section offset-header">
<div class="container text-center">
<h2 class="title"><span class="highlight">L</span>inux <span class="highlight">E</span>asy <span class="highlight">P</span>rofiling</h2>
<p class="intro">An open-sourced, all-in-one toolbox for Linux performance profiling and visualization</p>
<div class="btns">
<a class="btn btn-cta-secondary" href="http://www.linuxep.com:8889" target="_blank">Demo</a>
<a class="btn btn-cta-primary" href="https://github.com/linuxep" target="_blank">View on GitHub</a>
</div>
</div><!--//container-->
</section><!--//promo-->
<!-- ******ABOUT****** -->
<section id="about" class="about section">
<div class="container">
<h2 class="title text-center">What is LEP?</h2>
<p class="intro text-center">An open-sourced, all-in-one toolbox for Linux performance profiling and visualization</p>
<div class="row">
<div class="item col-md-4 col-sm-6 col-xs-12">
<div class="icon-holder">
<i class="fa fa-link"></i>
</div>
<div class="content">
<h3 class="sub-title">C/S</h3>
<p>Client/Server architecture</p>
</div><!--//content-->
</div><!--//item-->
<div class="item col-md-4 col-sm-6 col-xs-12">
<div class="icon-holder">
<i class="fa fa-chrome"></i>
</div>
<div class="content">
<h3 class="sub-title">Web Based</h3>
<p>Performance are presented in web page</p>
</div><!--//content-->
</div><!--//item-->
<div class="item col-md-4 col-sm-6 col-xs-12">
<div class="icon-holder">
<i class="fa fa-line-chart"></i>
</div>
<div class="content">
<h3 class="sub-title">Visualized</h3>
<p>Performance data are visualized</p>
</div><!--//content-->
</div><!--//item-->
<div class="clearfix visible-md"></div>
<div class="item col-md-4 col-sm-6 col-xs-12">
<div class="icon-holder">
<i class="fa fa-tablet"></i>
</div>
<div class="content">
<h3 class="sub-title">Dockerized</h3>
<p>LEPV is dockerized, no worries for the daunting network environment configurations</p>
</div><!--//content-->
</div><!--//item-->
<div class="item col-md-4 col-sm-6 col-xs-12">
<div class="icon-holder">
<i class="fa fa-code"></i>
</div>
<div class="content">
<h3 class="sub-title">Cross Architecture</h3>
<p>Support both x86 and ARM architecture</p>
</div><!--//content-->
</div><!--//item-->
<div class="item col-md-4 col-sm-6 col-xs-12">
<div class="icon-holder">
<i class="fa fa-coffee"></i>
</div>
<div class="content">
<h3 class="sub-title">Restful API Available</h3>
<p>Performance data are exposed by Restful API which provides for great extensibility </p>
</div><!--//content-->
</div><!--//item-->
</div><!--//row-->
</div><!--//container-->
</section><!--//about-->
<!-- ******FEATURES****** -->
<section id="features" class="features section">
<div class="container text-center">
<h2 class="title">Features</h2>
<ul class="feature-list list-unstyled">
<li><i class="fa fa-check"></i> Client / Server </li>
<li><i class="fa fa-check"></i> Visualization</li>
<li><i class="fa fa-check"></i> Real time</li>
<li><i class="fa fa-check"></i> Open Source</li>
</ul>
</div><!--//container-->
</section><!--//features-->
<!-- ******DOCS****** -->
<section id="docs" class="docs section">
<div class="container">
<div class="docs-inner">
<h2 class="title text-center">Get Started</h2>
<div class="block">
<h3 class="sub-title text-center">LEPD | Linux Easy Profiling Daemon</h3>
<p><a href="https://github.com/linuxep/lepd" target="_blank">LEPD</a> is a daemon running on the server to be monitored</p>
<p>Here's is how to install and run LEPD</p>
<div class="code-block">
<!--//Use Prismjs - http://prismjs.com/index.html#basic-usage -->
<pre><code class="language-markup">
curl ?????
</code></pre>
</div><!--//code-block-->
</div><!--//block-->
<div class="block">
<h3 class="sub-title text-center">LEPV | Linux Easy Profiling Viewer</h3>
<p><a href="https://github.com/linuxep/lepv" target="_blank">LEPV</a> is a web-based viewer to present profiling data visually in real time</p>
<div class="code-block">
<!--//Use Prismjs - http://prismjs.com/index.html#basic-usage -->
<pre>
<code class="language-css">
# Clone the latest LEPV code from Github
git clone https://github.com/linuxep/lepv.git
# Run a script from root directory to build the Docker image
./buildDockerImage.sh
# Start a Docker container
./runDockerContainer.sh
# Now Open up your favorite browser and navigate to:
http://localhost:8889
</code>
</pre>
</div><!--//code-block-->
</div><!--//block-->
</div><!--//docs-inner-->
</div><!--//container-->
</section><!--//features-->
<section id="presentation" class="features section">
<div class="container text-center">
<h2 class="title">Presented at</h2>
<ul class="feature-list list-unstyled">
<li><i class="fa fa-check"></i> MDCC(Mobile Developer Conferance China) 2016, Beijing </li>
<li><i class="fa fa-check"></i> China Open Source Conferance 2016, Beijing</li>
<li><i class="fa fa-check"></i> CLK (China Linux Kernel) 2016, Shanghai</li>
</ul>
</div><!--//container-->
</section><!--//features-->
<!-- ******LICENSE****** -->
<section id="license" class="license section">
<div class="container">
<div class="license-inner">
<h2 class="title text-center">License</h2>
<div class="cta-container">
<div class="btn-container text-center">
<a href="http://choosealicense.com/licenses/gpl-3.0/"><h2>GNU General Public License v3.0</h2></a>
</div><!--//btn-container-->
</div><!--//cta-container-->
</div><!--//license-inner-->
</div><!--//container-->
</section><!--//how-->
<!-- ******CONTACT****** -->
<section id="contact" class="contact section has-pattern">
<div class="container">
<div class="contact-inner">
<h2 class="title text-center">Contact</h2>
<p class="intro text-center">
Hope you feel this project useful.<br/>
Feel free to get in touch if you have any questions or suggestions.<br/>
<br/>
LEP project is launched and maintained by:
</p>
<ul class="feature-list list-unstyled text-center">
<li><i class="fa fa-check"></i> <a href="mailto:shinyxxn@hotmail.com" target="_top">Barry Song</a> </li>
<li><i class="fa fa-check"></i> <a href="mailto:shinyxxn@hotmail.com" target="_top">Bob Liu</a> </li>
<li><i class="fa fa-check"></i> <a href="mailto:shinyxxn@hotmail.com" target="_top">Mac Xu</a> </li>
</ul>
</div><!--//contact-inner-->
</div><!--//container-->
</section><!--//contact-->
<!-- ******FOOTER****** -->
<footer class="footer">
<div class="container text-center">
<!--/* This template is released under the Creative Commons Attribution 3.0 License. Please keep the attribution link below when using for your own project. Thank you for your support. :) If you'd like to use the template without the attribution, you can check out other license options via our website: themes.3rdwavemedia.com */-->
<small class="copyright">Powered by <a href="https://github.com/linuxep/" target="_blank">LEP team</a></small>
</div><!--//container-->
</footer><!--//footer-->
<!-- Javascript -->
<script type="text/javascript" src="assets/plugins/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js"></script>
<script type="text/javascript" src="assets/plugins/prism/prism.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>