LDTP  2.3.1
getmemorystat

Syntax

getmemorystat(<'process name'>)

Description

Get the current memory utilization of the given application

Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/python/ldtputils.py

Return values:
Returnslist of int values in MB(Memory utilization), of all the instance of given application

Example

from ldtp import *

getmemorystat('chromium-browser')

Author:
Nagappan Alagappan <nagappan@gmail.com>