0
点赞
收藏
分享

微信扫一扫

性能测试 —— Jmeter接口处理不低于200次/秒-场景

爱读书的歌者 2023-11-17 阅读 128

目录

1. Ubuntu/Debian Hat 系 Linux 使用

1.1. 包

1.1.1. Install Package

dpkg -i <name of package>.deb

1.1.2. Convert .rpm package to .deb

alien <name of package>.rpm

1.1.3. Install RPM Package Directly Onto the System on Ubuntu

alien -i <name of package>.rpm

1.1.4. Command not found

  • yacc: Command not found: pt-get install byacc
  • lex: Command not found: apt-get install flex
  • error while loading shared libraries libc++.so cannot open shared object file: apt-get install lib32stdc++6 && ln -sf libstdc++.so.6 libc++.so
举报

相关推荐

0 条评论