# List all bridges
ovs-vsctl show
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "bufio" | |
| "context" | |
| "crypto/md5" | |
| "database/sql" | |
| "encoding/json" | |
| "errors" | |
| "fmt" |
Install FIO on Ubuntu/Debian:
sudo apt update
sudo apt install -y fio lshwInstall FIO on Fedora:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GET _cluster/health | |
| GET _cat/nodes | |
| GET _cluster/settings | |
| PUT _cluster/settings | |
| { | |
| "persistent": { | |
| "cluster.routing.allocation.enable": "none" |