pulseaudio/scripts/benchmarks
Ahmed S. Darwish c0f2e7d36a scripts: Introduce benchmark_memory_usage.sh
Add shell script to sample PulseAudio memory usage while increasing
the number of connected 'paplay' clients over time.

Linux kernel /proc/$PID/smaps Private and Shared_Dirty fields are used
to accurately measure the total size of used dirty pages over time.
This shall be useful for benchmarking the PA daemon's memory while
introducing new features like per-client SHM access and memfds.

Also add an empty benchmarks-collection directory 'benchmarks/'. All
output from the benchmarking tools shall be saved in this place, with
timestamps and symbolic links to the newest versions.

Signed-off-by: Ahmed S. Darwish <darwish.07@gmail.com>
2015-10-31 15:29:48 +02:00
..
.gitignore scripts: Introduce benchmark_memory_usage.sh 2015-10-31 15:29:48 +02:00
README scripts: Introduce benchmark_memory_usage.sh 2015-10-31 15:29:48 +02:00

This is an empty directory for collecting users PulseAudio daemon
performance benchmarks, as created by the tools under `scripts/' .

Please do not commit any file here except this README and .gitignore.