ltp的简单学习

ltp,简单,学习 · 浏览次数 : 210

小编点评

**简易学习简介下载地址:** ``` https://github.com/linux-test-project/ltpLinux Test Project ``` **项目简介:** ltpLinux Test Project是一个联合开发项目,由 SGI、OSDL 和 Bull 开发和维护。 该项目目标是提供开源社区一些验证 Linux 的可靠性、稳健性和稳定性的组件。 **安装:** 安装可以使用以下命令: ``` cd ltp-full-20230127 ./configuremake make install ``` **简单测试:** 您可以使用以下命令执行简单的测试: ``` ./runltp -f mm ``` **详细测试:** 您可以使用以下命令执行更详细的测试: - `./runltp-ng --run-suite net.nfs` - `./runltp-ng --run-suite sctpnet_stress` - `./runltp-ng --run-suite ipsec_tcpnet_stress` - `./runltp-ng --run-suite routeDefault: syscallsfsfs_perms_simplefsxdioiommipcirqschedmathnptlptycontainersfs_bindcontrollersfilecapscap_boundsfcntl-locktestsconnectorspower_management_testshugetlbcommandshyperthreadingcancpuhotplugnet.ipv6_libinputcvecryptokernel_miscueventwatchqueue` **注意:** 您可能需要在安装之前将 `ltp-full-20230127.tar.xz` 解压缩到 `/opt/ltp` 目录下。

正文

ltp的简单学习


简介

下载地址为: https://github.com/linux-test-project/ltp

Linux Test Project is a joint project started by SGI, OSDL and Bull developed 
and maintained by IBM, Cisco, Fujitsu, SUSE, Red Hat, Oracle and others. 
The project goal is to deliver tests to the open source community that validate the 
reliability, robustness, and stability of Linux.

LTP是一个有SGI OSDL和Bull developed 三家公司联合创建,并且由IBM,思科,富士通,SUSE,红帽 Oracle
等公司一起维护的项目. 项目的目标是给开源社区发布一些组件, 用来验证:
稳定性, 鲁棒性, 以及稳定性.

安装

tar -xf ltp-full-20230127.tar.xz
进入到具体路径
cd ltp-full-20230127
执行安装
./configure
make
直接安装就可以.
make install
默认安装到 
/opt/ltp 目录下面.

部分命令

1. 简单测试
cd /opt/ltp
./runltp -f mm
需要注意, 如果不设置 -f 的话 默认测试所有的内容
选择具体的内容是在 /opt/ltp/runtest 目录里面
可以通过如上命令 -f 的方式进行测试. 

也可以使用 ./runltp-ng  --run-suite net.nfs 也可以进行测试
结果界面比较好一些. 

晚上简单验证了下, 发现仅是稳定性测试, 没有实际得分, 效果不是很好
理论上可以长时间运行查看最终结果, 但是对系统得分不是特别有效果.

需要注意不同的测试有:
Network:
can
net.features
net.ipv6
net.ipv6_lib
net.tcp_cmds
net.multicast
net.nfs
net.rpc_tests
net.tirpc_tests
net.sctp
net_stress.appl
net_stress.broken_ip
net_stress.interface
net_stress.ipsec_dccp
net_stress.ipsec_icmp
net_stress.ipsec_sctp
net_stress.ipsec_tcp
net_stress.ipsec_udp
net_stress.multicast
net_stress.route
Default: 
syscalls
fs
fs_perms_simple
fsx
dio
io
mm
ipc
irq
sched
math
nptl
pty
containers
fs_bind
controllers
filecaps
cap_bounds
fcntl-locktests
connectors
power_management_tests
hugetlb
commands
hyperthreading
can
cpuhotplug
net.ipv6_lib
input
cve
crypto
kernel_misc
uevent
watchqueue

与ltp的简单学习相似的内容:

ltp的简单学习

ltp的简单学习 简介 下载地址为: https://github.com/linux-test-project/ltp Linux Test Project is a joint project started by SGI, OSDL and Bull developed and maintai

[转帖]服务器稳定性测试-LTP压力测试方法及工具下载

简介 LTP(LinuxTest Project)是SGI、IBM、OSDL和Bull合作的项目,目的是为开源社区提供一个测试套件,用来验证Linux系统可靠性、健壮性和稳定性。LTP测试套件是测试Linux内核和内核相关特性的工具的集合。 该工具的目的是通过把测试自动化引入到Linux内核测试,提

[转帖]LTP测试

https://zhuanlan.zhihu.com/p/381538099 整体测试 直接运行runltp命令,将测试/opt/ltp/scenario_groups/default文件中所有的测试集。测试时间比较长一次测试约 2 ~ 3 小时。 [root@localhost ~]# /opt/

[转帖]Linux性能测试之LTP

https://www.modb.pro/db/487946 hello,大家好,今天为大家更新一篇关于Linux性能测试的文章,大家都知道在Windows下测试计算机的性能,我们可以使用鲁大师等软件进行测试,直观易懂便捷有效,但是在Linux下进行计算机性能测试该用什么呢?今天就推荐一个压力测试的

[转帖]Linux性能测试之unixbench

https://www.modb.pro/db/487945 大家好,昨天为大家带来了一篇关于在Linux下性能测试的文章《性能测试之LTP》,今天继续为大家推荐系列工具之unixbench,本工具用于Linux中cpu系统的测试,详情请查看百度,这里不多赘述,本文主要用于演示如何使用此工具。本文使

[转帖]Linux性能测试之unixbench

https://www.modb.pro/db/487945 大家好,昨天为大家带来了一篇关于在Linux下性能测试的文章《性能测试之LTP》,今天继续为大家推荐系列工具之unixbench,本工具用于Linux中cpu系统的测试,详情请查看百度,这里不多赘述,本文主要用于演示如何使用此工具。本文使

[转帖]LTP使用和分析

一.安装及编译流程 1.下载LTP LTP 项目目前位于 GitHub,项目地址:https://github.com/linux-test-project/ltp 。 获取最新版可以执行以下命令: git clone https://github.com/linux-test-project/lt