summaryrefslogtreecommitdiffstats
path: root/src/spdk/scripts/rpc/env_dpdk.py
blob: f2c098e52275e1f4bc8a4568b3c002847580e8de (plain)
1
2
3
4
5
6
7
8
def env_dpdk_get_mem_stats(client):
    """Dump the applications memory stats to a file.

    Returns:
        The path to the file where the stats are written.
    """

    return client.call('env_dpdk_get_mem_stats')