Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bcc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
bcc
Commits
e94833fd
Commit
e94833fd
authored
6 years ago
by
Travis Davies
Committed by
Brenden Blanco
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add installation instructions for Amazon Linux 1 AMI
Sign-Off-By Travis Davies <trdavies@amazon.com>
parent
aa1b904e
master
x/pinglat
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
INSTALL.md
INSTALL.md
+18
-0
No files found.
INSTALL.md
View file @
e94833fd
...
...
@@ -8,6 +8,7 @@
-
[
Gentoo
](
#gentoo---portage
)
-
[
openSUSE
](
#opensuse---binary
)
-
[
RHEL
](
#rhel---binary
)
-
[
Amazon Linux 1
](
#Amazon-Linux-1---Binary
)
*
[
Source
](
#source
)
-
[
Debian
](
#debian---source
)
-
[
Ubuntu
](
#ubuntu---source
)
...
...
@@ -164,6 +165,23 @@ For RHEL 7.6, bcc is already included in the official yum repository as bcc-tool
yum install bcc-tools
```
## Amazon Linux 1 - Binary
Use case 1. Install BCC for latest kernel available in repo:
Tested on Amazon Linux AMI release 2018.03 (kernel 4.14.88-72.73.amzn1.x86_64)
```
sudo yum update kernel
sudo yum install bcc
sudo reboot
```
Use case 2. Install BCC for your AMI's default kernel (no reboot required):
Tested on Amazon Linux AMI release 2018.03 (kernel 4.14.77-70.59.amzn1.x86_64)
```
sudo yum install kernel-headers-$(uname -r | cut -d'.' -f1-5)
sudo yum install kernel-devel-$(uname -r | cut -d'.' -f1-5)
sudo yum install bcc
```
# Source
## Debian - Source
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment