forked from mirrors/linux-bench
Merge branch 'master' into patch-1
This commit is contained in:
commit
79f19efd7f
2 changed files with 398 additions and 240 deletions
10
README.md
10
README.md
|
@ -15,16 +15,16 @@ Tests are configured with YAML files, making this tool easy to update as test sp
|
||||||
linux-bench currently supports tests for benchmark version 1.1.0 only.
|
linux-bench currently supports tests for benchmark version 1.1.0 only.
|
||||||
|
|
||||||
linux-bench will determine the test set to run on the host machine based on the following:
|
linux-bench will determine the test set to run on the host machine based on the following:
|
||||||
##### Operating system platform - ubuntu/debian/rhel/coreos
|
- **Operating system platform - ubuntu/debian/rhel/coreos**
|
||||||
##### Boot loader - grub/grub2
|
- **Boot loader - grub/grub2**
|
||||||
##### System logging tool - rsyslog/syslog-ng
|
- **System logging tool - rsyslog/syslog-ng**
|
||||||
##### Lsm - selinux/apparmor
|
- **Lsm - selinux/apparmor**
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
### Installing from sources
|
### Installing from sources
|
||||||
|
|
||||||
Intall [Go](https://golang.org/doc/install), then
|
Install [Go](https://golang.org/doc/install), then
|
||||||
clone this repository and run as follows (assuming your [$GOPATH is set](https://github.com/golang/go/wiki/GOPATH)):
|
clone this repository and run as follows (assuming your [$GOPATH is set](https://github.com/golang/go/wiki/GOPATH)):
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue