mirror of
				https://github.com/onceupon/Bash-Oneliner.git
				synced 2025-11-03 22:51:07 +01:00 
			
		
		
		
	edit benchmark tools
This commit is contained in:
		
							
								
								
									
										61
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										61
									
								
								README.md
									
									
									
									
									
								
							@@ -1732,39 +1732,36 @@ top|grep sublime_text
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
##### Some benchmarking tools for your server
 | 
			
		||||
aio-stress - AIO benchmark   
 | 
			
		||||
bandwidth - memory bandwidth benchmark  
 | 
			
		||||
bonnie++ - filesystem and disk benchmark & burn-in suite  
 | 
			
		||||
dbench - filesystem load benchmark  
 | 
			
		||||
dnsperf - authorative and recursing DNS servers   
 | 
			
		||||
filebench - model based file system workload generator  
 | 
			
		||||
fio - I/O  benchmark  
 | 
			
		||||
fs_mark - synchronous/async file creation  
 | 
			
		||||
httperf - web server benchmark  
 | 
			
		||||
interbench - interactivity  benchmark  
 | 
			
		||||
ioblazer - multi-platform storage stack micro-benchmark  
 | 
			
		||||
iozone - filesystem benchmark  
 | 
			
		||||
iperf2 - measure TCP and UDP bandwidth performance  
 | 
			
		||||
iperf3 - measure TCP/UDP bandwidth performance  
 | 
			
		||||
kcbench - kernel compile benchmark  
 | 
			
		||||
lmbench - Suite of simple, portable benchmarks  
 | 
			
		||||
netperf - measure TCP/UDP performance  
 | 
			
		||||
netpipe - measure protocol independent performance  
 | 
			
		||||
nfsometer - NFS performance framework  
 | 
			
		||||
nuttcp - determine raw TCP (or UDP) network layer throughput  
 | 
			
		||||
phoronix-test-suite - automated, open-source testing framework  
 | 
			
		||||
seeker - measure disk performance (random access time)  
 | 
			
		||||
siege - HTTP regression testing and benchmarking utility  
 | 
			
		||||
sockperf - latency and throughput of networking socket API  
 | 
			
		||||
spew - measure I/O performance and load generation tool  
 | 
			
		||||
stress - put given subsystems under a specified load  
 | 
			
		||||
sysbench - system performance benchmark  
 | 
			
		||||
ttcp - tool to do memory to memory performance measurements with TCP/IP  
 | 
			
		||||
tiobench - threaded IO benchmarking utility  
 | 
			
		||||
unixbench - Byte's UNIX benchmarks  
 | 
			
		||||
wbox - test HTTP performance of web servers and web applications  
 | 
			
		||||
[aio-stress](https://openbenchmarking.org/test/pts/aio-stress) - AIO benchmark.   
 | 
			
		||||
[bandwidth](https://zsmith.co/bandwidth.html) - memory bandwidth benchmark.  
 | 
			
		||||
[bonnie++](https://www.coker.com.au/bonnie++/) - hard drive and file system performance benchmark.   
 | 
			
		||||
[dbench](https://dbench.samba.org/) -  generate I/O workloads to either a filesystem or to a networked CIFS or NFS server.  
 | 
			
		||||
[dnsperf](https://www.dnsperf.com/) - authorative and recursing DNS servers.   
 | 
			
		||||
[filebench](https://github.com/filebench/filebench) - model based file system workload generator.  
 | 
			
		||||
[fio](https://linux.die.net/man/1/fio) - I/O  benchmark.  
 | 
			
		||||
[fs_mark](https://github.com/josefbacik/fs_mark) - synchronous/async file creation benchmark.  
 | 
			
		||||
[httperf](https://github.com/httperf/httperf) - measure web server performance.  
 | 
			
		||||
[interbench](https://github.com/ckolivas/interbench) - linux interactivity  benchmark.  
 | 
			
		||||
[ioblazer](https://labs.vmware.com/flings/ioblazer) - multi-platform storage stack micro-benchmark.  
 | 
			
		||||
[iozone](http://www.iozone.org/) - filesystem benchmark.  
 | 
			
		||||
[iperf3](https://iperf.fr/iperf-download.php) - measure TCP/UDP/SCTP performance.
 | 
			
		||||
[kcbench](https://github.com/knurd/kcbench) - kernel compile benchmark, compiles a kernel and messures the time it takes.  
 | 
			
		||||
[lmbench](http://www.bitmover.com/lmbench/) - Suite of simple, portable benchmarks.  
 | 
			
		||||
[netperf](https://github.com/HewlettPackard/netperf) - measure network performance, test unidirectional throughput, and end-to-end latency.  
 | 
			
		||||
[netpipe](https://linux.die.net/man/1/netpipe) - network protocol independent performance evaluator.  
 | 
			
		||||
[nfsometer](http://wiki.linux-nfs.org/wiki/index.php/NFSometer) - NFS performance framework.  
 | 
			
		||||
[nuttcp](https://www.nuttcp.net/Welcome%20Page.html) - measure network performance.  
 | 
			
		||||
[phoronix-test-suite](https://www.phoronix-test-suite.com/) - comprehensive automated testing and benchmarking platform.    
 | 
			
		||||
[seeker](https://github.com/fidlej/seeker) - portable disk seek benchmark.  
 | 
			
		||||
[siege](https://github.com/JoeDog/siege) - http load tester and benchmark.  
 | 
			
		||||
[sockperf](https://github.com/Mellanox/sockperf) - network benchmarking utility over socket API.  
 | 
			
		||||
[spew](https://linux.die.net/man/1/spew) - measures I/O performance and/or generates I/O load.   
 | 
			
		||||
[stress](https://people.seas.harvard.edu/~apw/stress/) - workload generator for POSIX systems.  
 | 
			
		||||
[sysbench](https://github.com/akopytov/sysbench) - scriptable database and system performance benchmark.   
 | 
			
		||||
[tiobench](https://github.com/mkuoppal/tiobench) - threaded IO benchmark.  
 | 
			
		||||
[unixbench](https://github.com/kdlucas/byte-unixbench) - the original BYTE UNIX benchmark suite, provide a basic indicator of the performance of a Unix-like system.  
 | 
			
		||||
[wrk](https://github.com/wg/wrk) - HTTP benchmark.   
 | 
			
		||||
 | 
			
		||||
ref: https://access.redhat.com/solutions/173863
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## Hardware
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user