forked from vmishra/LearningMaterialsDevops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NOTES_Nice_Links_to_acquire.txt
22 lines (21 loc) · 1.1 KB
/
NOTES_Nice_Links_to_acquire.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
https://github.com/shootthepoets/information-technology-ebooks
http://blog.sjas.de/posts/Linux-performance-observability-tools.html
http://www.brendangregg.com/linuxperf.html , incl.tools diagrams as PNGs
http://www.brendangregg.com/perf.html#FlameGraphs
http://www.brendangregg.com/blog/2015-02-27/linux-profiling-at-neqlix.html
http://www.brendangregg.com/blog/2015-03-17/linux-performance-analysis-perf-tools.html
http://www.brendangregg.com/blog/2015-05-15/ebpf-one-small-step.html
nicstat: http://sourceforge.net/projects/nicstat
tiptop: http://tiptop.gforge.inria.fr
ftrace and perf tools:
• https://github.com/brendangregg/perf-tools
• http://lwn.net/Articles/608497/
MSR tools: https://github.com/brendangregg/msr-cloud-tools
pcstat: https://github.com/tobert/pcstat
eBPF: http://lwn.net/Articles/603983/
ktap: http://www.ktap.org
SystemTap: https://sourceware.org/systemtap/
sysdig: http://www.sysdig.org
This is THE GOD LINK On Security
https://www.ece.cmu.edu/~ganger/712.fall02/papers/p761-thompson.pdf
Read this paper written by Ken Thompson and you will get a different perspective on security.