summaryrefslogtreecommitdiff
blob: 916d16b6c060d11eb06163c6dba6949e91e3d733 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>conikost@gentoo.org</email>
		<name>Conrad Kostecki</name>
	</maintainer>
	<longdescription>
		A tool that can give numerous reports on memory usage on Linux systems.
		Unlike existing tools, smem can report proportional set size (PSS),
		which is a more meaningful representation of the amount of memory
		used by libraries and applications in a virtual memory system.

		Because large portions of physical memory are typically shared among
		multiple applications, the standard measure of memory usage known as
		resident set size (RSS) will significantly overestimate memory usage.
		PSS instead measures each application's "fair share" of each shared
		area to give a realistic measure.
	</longdescription>
</pkgmetadata>