Package: psstop
Severity: wishlist

* Package name    : psstop
  Version         : 1.3
  Upstream Author : Arjan van de Ven <ar...@linux.intel.com>, Victor
Rodriguez <victor.rodriguez.bah...@intel.com>
* URL             : https://github.com/clearlinux/psstop
* License         : GPL
  Programming Lang: C
  Description     : accurately measure memory consumption using
proportional set size (PSS)

A tiny utility similar to smem, but in C, so it's faster and uses less memory:

> /usr/bin/time -f "Total time: %E | Memory (RSS): %M KB" ./psstop > /dev/null
Total time: 0:00.61 | Memory (RSS): 1796 KB

> /usr/bin/time -f "Total time: %E | Memory (RSS): %M KB" smem -t > /dev/null
Total time: 0:03.30 | Memory (RSS): 42156 KB

Reply via email to