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 -
IP | Type | Date | |
---|---|---|---|
10.202.10.4 | Internal | Feb 8 2023 | |
10.202.10.5 | Internal | Feb 8 2023 | |
10.202.10.6 | Internal | Feb 8 2023 | |
10.202.10.7 | Internal | Feb 8 2023 | |
10.202.10.8 | Internal | Feb 8 2023 | |
10.202.10.8 | Internal | Feb 8 2023 | |
10.202.8.213 | Internal | April 5 2023 | |
10.202.8.214 | Internal | April 5 2023 | |
185.233.104.162 | External | Feb 8 2023 |
IP | Date | |
---|---|---|
50.7.87.2 | Jan 9 2023 | |
50.7.87.3 | Jan 9 2023 | |
50.7.87.4 | Jan 9 2023 | |
50.7.87.5 | Jan 9 2023 | |
50.7.87.6 | Jan 9 2023 | |
50.7.85.34 | Jan 9 2023 | |
50.7.85.35 | Jan 9 2023 | |
50.7.85.37 | Jan 9 2023 | |
50.7.85.38 | Jan 9 2023 |
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
// It's modified version of: https://github.com/dreadl0ck/tlsx/blob/master/example/main.go | |
package main | |
import ( | |
"flag" | |
"fmt" | |
"log" | |
"os" | |
"sync" |
// Code generated by protoc-gen-go. DO NOT EDIT. | |
// versions: | |
// protoc-gen-go v1.23.0 | |
// protoc v3.12.4 | |
// source: helloworld.proto | |
package main | |
import ( | |
context "context" |
package main | |
import ( | |
"flag" | |
"fmt" | |
"log" | |
"net/http" | |
"time" | |
) |
#!/bin/bash | |
pkg=$1 | |
sdk=${2:-22} | |
cpu=${3:-x86,armeabi-v7a,armeabi} | |
body=$(cat << EOF | |
{ | |
"properties": { | |
"language": 2, |