如何从 lmbench 结果生成图表?

如何从 lmbench 结果生成图表?

我需要使用 lmbench 基准测试工具来获取系统性能统计数据。

我能够执行并运行结果。在结果文件夹中,这是一个包含此信息的 MakeFile

# Makefile for lmbench results.`
# $Id$
#
# Usage: make [ LIST="aix/* sunos/* ..." ] [ what ]
#
# What to make:
#       stats                   Do statistics over a set of results
#       roff                    Print the ascii summaries into a roff file
# List of result files to process.  Defaults to everything.
LIST=  $(SCRIPTS)getlist $(LST)`

我不清楚要传递什么作为 LIST 的参数,也无法创建图表。任何明确的步骤都会有所帮助。

相关内容