1memusagestat(1)             General Commands Manual            memusagestat(1)
2
3
4

NAME

6       memusagestat - generate graphic from memory profiling data
7

SYNOPSIS

9       memusagestat [option]... datafile [outfile]
10

DESCRIPTION

12       memusagestat  creates  a PNG file containing a graphical representation
13       of the memory profiling data in the file datafile; that file is  gener‐
14       ated via the -d (or --data) option of memusage(1).
15
16       The  red  line in the graph shows the heap usage (allocated memory) and
17       the green line shows the stack usage.  The x-scale is either the number
18       of  memory-handling  function  calls or (if the -t option is specified)
19       time.
20

OPTIONS

22       -o file, --output=file
23              Name of the output file.
24
25       -s string, --string=string
26              Use string as the title inside the output graph.
27
28       -t, --time
29              Use time (rather than number of function calls) as the scale for
30              the X axis.
31
32       -T, --total
33              Also draw a graph of total memory consumption.
34
35       -x size, --x-size=size
36              Make the output graph size pixels wide.
37
38       -y size, --y-size=size
39              Make the output graph size pixels high.
40
41       -?, --help
42              Print a help message and exit.
43
44       --usage
45              Print a short usage message and exit.
46
47       -V, --version
48              Print version information and exit.
49

BUGS

51       To report bugs, see ⟨http://www.gnu.org/software/libc/bugs.html
52

EXAMPLES

54       See memusage(1).
55

SEE ALSO

57       memusage(1), mtrace(1)
58
59
60
61Linux man-pages 6.04              2022-10-30                   memusagestat(1)
Impressum