mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
fix header
This commit is contained in:
parent
e1a3a2a25d
commit
8cdf69d5c5
@ -1108,7 +1108,7 @@ date +'%d-%b-%Y-%H:%M:%S'
|
|||||||
#10-Apr-2020-21:54:40
|
#10-Apr-2020-21:54:40
|
||||||
```
|
```
|
||||||
|
|
||||||
# wait for random duration (e.g. sleep 1-5 second, like adding a jitter)
|
##### wait for random duration (e.g. sleep 1-5 second, like adding a jitter)
|
||||||
sleep $[ ( $RANDOM % 5 ) + 1 ]
|
sleep $[ ( $RANDOM % 5 ) + 1 ]
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -2137,7 +2137,7 @@ top|grep sublime_text
|
|||||||
[sysbench](https://github.com/akopytov/sysbench) - scriptable database and system performance benchmark.
|
[sysbench](https://github.com/akopytov/sysbench) - scriptable database and system performance benchmark.
|
||||||
[tiobench](https://github.com/mkuoppal/tiobench) - threaded IO 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.
|
[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.
|
[wrk](https://github.com/wg/wrk) - HTTP benchmark.
|
||||||
|
|
||||||
|
|
||||||
##### Performance monitoring tool - sar
|
##### Performance monitoring tool - sar
|
||||||
|
Loading…
Reference in New Issue
Block a user