-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html.erb
99 lines (86 loc) · 2.78 KB
/
index.html.erb
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
---
product: strum
title: STRUM - Home
---
<header>
<div class="container">
<div class="jumbotron acksin-jumbotron acksin-header" id="strum-header">
<h1 class="intro-heading white-text">STRUM</h1>
<h2 class="intro-lead-in white-text">Linux Diagnostic Tool</h2>
</div>
</div>
</header>
<section id="service">
<div class="container">
<div class="row">
<div class="col-lg-6">
<h3>What is Acksin STRUM?</h3>
<p>
Acksin STRUM is the tool to diagnose Linux issues quickly
giving you a complete picture encompassing the CPU, Memory,
IO, Networking, Processes, Limits, etc.
</p>
<p>
STRUM was created to create a checklist like diagnostic
system. Waking up at 3am to a Pager and drowsily tying ten
commands to figure out what is wrong may lead to issues that
are not diagnosed.
</p>
</div>
<div class="col-lg-6">
<h3>Install</h3>
<p>
Run the curl command to install the binary into your current <code>$PWD</code>.
<br>
<code>\curl -sSL https://www.acksin.com/strum/install.sh | bash</code>
</p>
<h3>Usage</h3>
<p>
<code>strum</code>
</p>
<p>
<a class="btn btn-default" href="https://github.com/acksin/strum"><i class="fa fa-github"> Github</i></a>
<a class="btn btn-default" href="/strum/docs"><i class="fa fa-book"> Docs</i></a>
</p>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<h3>FAQ</h3>
<dl>
<dt>How does STRUM gather data?</dt>
<dd>
STRUM uses the Linux system's <code>/proc</code> file system
to gather data. However, traversing /proc and understanding
the jargon is quite a hurdle. So we have created a tool to
traverse the file system and give you the relevant
diagnostics.
</dd>
<dt>Are other Unicies supported?</dt>
<dd>
Currently, we only support Linux but we wish to add the BSDs
and Mac OS X in the future.
</dd>
</dl>
</div>
<div class="col-lg-6">
<h3>Get Updates</h3>
<p>
Thanks for your interest in Acksin STRUM. If you want to get
more updates as we build out STRUM with more features
subscribe below.
</p>
<acksin-subscribe></acksin-subscribe>
</div>
</div>
</div>
</section>
<script>
System.config({
transpiler: 'typescript',
typescriptOptions: { emitDecoratorMetadata: true },
packages: {'app': {defaultExtension: 'ts'}}
});
System.import('/javascripts/main.ts') .then(null, console.error.bind(console));
</script>
<script src="/javascripts/subscribe.ts"></script>