From eaa81acd5f816e657c322b912723751fb9b6e0db Mon Sep 17 00:00:00 2001 From: trimstray Date: Tue, 25 Jun 2019 00:11:52 +0200 Subject: [PATCH] add 'poor man's profiler' - signed-off-by: trimstray --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 53fa35d..306cba9 100644 --- a/README.md +++ b/README.md @@ -760,6 +760,7 @@ performance of any of your sites from across the globe.
  :small_orange_diamond: ctf-tasks - an archive of low-level CTF challenges developed over the years.
  :small_orange_diamond: How to start RE/malware analysis? - collection of some hints and useful links for the beginners.
  :small_orange_diamond: The C10K problem - it's time for web servers to handle ten thousand clients simultaneously, don't you think?
+  :small_orange_diamond: poor man's profiler - sampling tools like oprofile or dtrace's don't really provide methods to see what programs are blocking on.
  :small_orange_diamond: Bank Grade Security - when companies say they have "Bank Grade Security" they imply that it is a good thing.*
  :small_orange_diamond: HTTPS on Stack Overflow - this is the story of a long journey regarding the implementation of SSL.
  :small_orange_diamond: Julia's Drawings - some drawings about programming and unix world, zines about systems & debugging tools.