From 2a143d5e0624f4830918f7104b006d53cd0fbcb8 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sat, 21 Nov 2015 16:24:37 -0800 Subject: [PATCH 1/2] Remove trailing space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e0c621..5821292 100644 --- a/README.md +++ b/README.md @@ -496,7 +496,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [pfSense](https://www.pfsense.org/) - Firewall and Router FreeBSD distribution. * [Snort](https://www.snort.org/) - Network intrusion prevention system (NIPS) and network intrusion detection system (NIDS). * [SpamAssassin](https://spamassassin.apache.org/) - A powerful and popular email spam filter employing a variety of detection technique. - * [Nmap](https://nmap.org) - Nmap is a free and open source utility for network discovery and security auditing. + * [Nmap](https://nmap.org) - Nmap is a free and open source utility for network discovery and security auditing. ## Service Discovery From c972e62029d4f0bdc96b6d1a97bf8b6c352c6c49 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sat, 21 Nov 2015 16:25:24 -0800 Subject: [PATCH 2/2] Add link to Brendan Gregg's perf-tools repo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5821292..e48a00e 100644 --- a/README.md +++ b/README.md @@ -560,6 +560,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v + [grml](https://grml.org) – bootable Debian Live CD with powerful CLI tools. * [mitmproxy](http://mitmproxy.org/) - A Python tool used for intercepting, viewing and modifying network traffic. Invaluable in troubleshooting certain problems. + * [perf-tools](https://github.com/brendangregg/perf-tools) - Performance analysis tools based on Linux perf_events (aka perf) and ftrace. * [Sysdig](http://www.sysdig.org/) - Capture system state and activity from a running Linux instance, then save, filter and analyze. * [Wireshark](http://www.wireshark.org/) - The world's foremost network protocol analyzer.