Linux Today: Linux News On Internet Time.
Search Linux Today
Linux News Sections:  Developer -  High Performance -  Infrastructure -  IT Management -  Security -  Storage -
Linux Today Navigation
LT Home
Contribute
Contribute
Link to Us
Linux Jobs

Partner Sites
JustLinux.com
Linux Planet
PHPBuilder
Technology Jobs

Top White Papers

  • This online eBook provides insight and advice on how to build an effective disaster recovery strategy in the evolving world of virtual infrastructures,...
    Download

  • The number, complexity, and diversity of cyber threats are soaring. Businesses are increasingly concerned about the risks they face and 91% of organizations...
    Download

More on LinuxToday


developerWorks: Postmortem Memory Profiling with PERL

Dec 23, 2003, 07:00 (0 Talkback[s])
(Other stories by Martyn Honeyford)

"An application's memory use can significantly affect its performance and stability. Memory leaks, for example, can produce application instability with prolonged use. Similarly, memory-greedy applications might perform badly, or not run at all! Such problems are particularly prominent in the wireless world, with its memory-constrained devices such as PDAs or mobile phones. Ironically, those devices with the most stringent memory requirements tend to offer the least support for analyzing application memory use.

"This article shows how, with a little work, you can add powerful memory profiling to applications, allowing detailed memory-use analysis. Armed with such information, you can reduce the overall memory footprint and eliminate memory leaks. An example implementation is provided within this article..."

Complete Story

Related Stories: