GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
LMDBG-SYSLEAKS(1) LMDBG-SYSLEAKS(1)

lmdbg-sysleaks - extracts/skips the system memory leaks

lmdbg-sysleaks [OPTIONS] [files...]

lmdbg-sysleaks analyses lmdbg-sym's output and prints (or supresses printing of) system memory leaks listed in the configuration file. Note that unlike lmdbg-leaks, lmdbg-sysleaks makes use of resolved symbols to sort out system functions, therefore it should be run after lmdbg-sym.

-h
Display the help message.
-V
Display the lmdbg version.
-c
Specify the configuration file.
-s
Do not print system memory leaks, print the rest.

~/.lmdbg.conf or /usr/local/etc/lmdbg.conf
default lmdbg configuration file

lmdbg-run -o log ./my_app &&
  lmdbg-leaks log > log_leaks &&
  lmdbg-sym -p log_leaks > log_leaks2 &&
  lmdbg-sysleaks -s log_leaks2 > log_final
lmdbg-sysleaks -c ~/.lmdbg.NetBSD.conf -s log_leaks2 > log_final

lmdbg(1), lmdbg-run(1), lmdbg-sym(1), lmdbg-stat(1), lmdbg-sort(1), lmdbg-grep(1), lmdbg-head(1), lmdbg-leaks(1), lmdbg-strip(1), lmdbg-modules(1)

Aleksey Cheusov <vle@gmx.net>
September 2, 2012

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.