/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
usertools/meson.build
22 строки
535 B
Bruce Richardson
usertools/telemetry: monitor on terminal
12 июл 2026, 18:05
12 июл 2026, 18:05
8320a89
Код
Авторство
О чём код?
# SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation if is_ms_compiler subdir_done() endif install_data([ 'dpdk-devbind.py', 'dpdk-pmdinfo.py', 'dpdk-telemetry.py', 'dpdk-hugepages.py', 'dpdk-rss-flows.py', 'dpdk-telemetry-exporter.py', 'dpdk-telemetry-watcher.py', ], install_dir: 'bin') install_subdir( 'telemetry-endpoints', install_dir: 'share/dpdk', strip_directory: false)