Follow https://rook.io/docs/rook/v1.4/ceph-object.html
Create the CephObjectStore as described above and then instead of creating a ObjectBucketCalim, create a CephObjectStoreUser
cat << EOF | kubectl apply -f -
Follow https://rook.io/docs/rook/v1.4/ceph-object.html
Create the CephObjectStore as described above and then instead of creating a ObjectBucketCalim, create a CephObjectStoreUser
cat << EOF | kubectl apply -f -
| sudo tshark -i eth0 -f 'port 80 or 443' -R 'http.host matches ".*?youtube\.com.*"' -S -V -l -T fields -e ip.src -e ip.src_host -e ip.dst -e ip.dst_host -e http.accept -e http.accept_encoding -e http.accept_language -e http.authbasic -e http.authorization -e http.cache_control -e http.connection -e http.content_encoding -e http.content_length -e http.content_length_header -e http.content_type -e http.cookie -e http.date -e http.host -e http.last_modified -e http.location -e http.notification -e http.proxy_authenticate -e http.proxy_authorization -e http.proxy_connect_host -e http.proxy_connect_port -e http.referer -e http.request -e http.request.full_uri -e http.request.method -e http.request.uri -e http.request.version -e http.response -e http.response.code -e http.response.phrase -e http.sec_websocket_accept -e http.sec_websocket_extensions -e http.sec_websocket_key -e http.sec_websocket_protocol -e http.sec_websocket_version -e http.server -e http.set_cookie -e http.transfer_encoding -e http.upgrade -e http |
We're looking at CPU bandwidth control via CFS:
Program does number of iterations, in each iteration we burn CPU in small chunks until we get 5ms of real time spent. On each iteration we also print how much
| package main | |
| import ( | |
| "fmt" | |
| "log" | |
| "strconv" | |
| "github.com/miekg/dns" | |
| ) |
| #----- Create a Docker for cross-compilation -----# | |
| mkdir build && cd $_ | |
| docker run -it --rm -v `pwd`:/build golang:1.8.3 /bin/bash | |
| #----- Inside docker -----# | |
| go get github.com/elastic/beats | |
| cd /go/src/github.com/elastic/beats/filebeat/ | |
| git checkout v5.6.3 | |
| GOARCH=arm go build | |
| cp filebeat /build | |
| exit |
| chmod a+w -R config/ | |
| chmod a+w -R cache/ | |
| chmod a+w -R log/ | |
| chmod a+w -R img/ | |
| chmod a+w -R mails/ | |
| chmod a+w -R modules/ | |
| chmod a+w -R themes/default-bootstrap/lang/ | |
| chmod a+w -R themes/default-bootstrap/pdf/lang/ | |
| chmod a+w -R themes/default-bootstrap/cache/ | |
| chmod a+w -R translations/ |
| # built application files | |
| *.apk | |
| *.ap_ | |
| # files for the dex VM | |
| *.dex | |
| # Java class files | |
| *.class |