commit b36864f428c5599ab72868d571f624c46103f6a9
parent c264a267f9011aa57f9db0bf2b3e48d4f64dca2d
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 12 Jan 2016 11:03:57 +0100
Documentation update (notes on measuring Logswan memory usage)
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -117,6 +117,13 @@ Options are :
Logswan outputs JSON data to **stdout**.
+## Measuring Logswan memory usage
+
+Heap profiling can be done using valgrind, as follow :
+
+ valgrind --tool=massif logswan access.log
+ ms_print massif.out.*
+
## License
Logswan is released under the BSD 3-Clause license. See `LICENSE` file for details.