1MEMUSAGESTAT(1) Linux programmer's manual MEMUSAGESTAT(1)
2
3
4
6 memusagestat - generate graphic from memory profiling data
7
9 memusagestat [option]... datafile [outfile]
10
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
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
51 To report bugs, see ⟨http://www.gnu.org/software/libc/bugs.html⟩
52
54 See memusage(1).
55
57 memusage(1), mtrace(1)
58
60 This page is part of release 5.07 of the Linux man-pages project. A
61 description of the project, information about reporting bugs, and the
62 latest version of this page, can be found at
63 https://www.kernel.org/doc/man-pages/.
64
65
66
67GNU 2020-06-09 MEMUSAGESTAT(1)