2022-11-13 02:15:47 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright (C) 2019 Intel Corporation.
|
|
|
|
# All rights reserved.
|
|
|
|
|
2019-12-10 23:29:37 +00:00
|
|
|
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')
|