LMbench性能分析工具

官网

wget http://www.bitmover.com/lmbench/lmbench3.tar.gz
tar zxvf lmbench3.tar.gz
cd lmbench3
make results see

问题&解决

# 问题
gmake[2]: *** No rule to make target `../SCCS/s.ChangeSet', needed by `bk.ver'.  Stop.
gmake[2]: Leaving directory `/root/lmbench3/src'
make[1]: *** [lmbench] Error 2
make[1]: Leaving directory `/root/lmbench3/src'
make: *** [results] Error 2

# 解决,touch命令:创建一个不存在的文件
mkdir SCCS
touch  ./SCCS/s.ChangeSet

运行配置

# 
MULTIPLE COPIES

相关文章:

  • 2022-01-13
  • 2021-11-23
  • 2021-09-27
  • 2022-12-23
  • 2022-12-23
  • 2021-05-26
  • 2022-12-23
  • 2021-05-26
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案