This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 69
/
README
41 lines (30 loc) · 1.61 KB
/
README
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
fbkutils: Linux kernel utilities from Facebook
NOTE: this repo is no longer updated
================================================================================
ncrx: A library for processing extended netconsole messages from the
Linux kernel. See Documentation/networking/netconsole.txt in the
kernel source for details about extended netconsole.
Moved to https://github.com/facebook/netconsd
netconsd: A daemon which uses libncrx to receive and process netconsole
messages from a large number of remote hosts. We use this daemon
for collecting kernel logs from all the servers at Facebook.
Moved to https://github.com/facebook/netconsd
netesto: NEtwork TESting TOls, a set of tools for network testing. It
allows one machine, the controller, to run network load tests
currently consisting of many netperf transfers. The controller
is in charge of controlling the clients (which run netperf) and
servers (which run netserver) and collecting the results. I've
used this framework extensively in the past year to evaluate
TCP-NV and compare various TCP variants such as cubic, nv, bbr,
etc.
================================================================================
Contributing
============
Contributions to fbkutils are welcome and encouraged!
Please read the guidelines in CONTRIBUTING, and make sure you've signed the CLA
before sending the pull request.
Whitehat
========
Facebook has a bounty program (https://www.facebook.com/whitehat) for the the
safe disclosure of security bugs. If you find a vulnerability, please go through
the process outlined on that page and do not file a public issue.