This file contains 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
# Notes of Interest | |
- **Osmosis current testnet network details** (at least we would assume this is the current Osmosis testnet but would need to confirm with their team): | |
- [Osmosis Testnet GitHub Repository](https://github.com/osmosis-labs/testnets/blob/main/testnets/osmo-test-5/README.md) | |
- **Akash current testnet network:** | |
- [Akash Testnet GitHub Repository](https://github.com/akash-network/net/tree/main/testnet-6) | |
- **Akash testnet endpoints:** | |
- **RPC:** [https://rpc.akashnet.net](https://rpc.akashnet.net) |
This file contains 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
{ | |
"genesis_time": "2024-12-09T16:10:38.141668426Z", | |
"chain_id": "testnet-6", | |
"initial_height": "1", | |
"consensus_params": { | |
"block": { | |
"max_bytes": "22020096", | |
"max_gas": "-1" | |
}, | |
"evidence": { |
This file contains 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
=== Kubernetes Cluster Resource Availability Report === | |
### Node-Level Summary | |
1. control-01 (Roles: control-plane, etcd, master) | |
- Allocatable Resources: | |
- CPU: 2 cores | |
- Memory: ~1.9 GiB | |
- Ephemeral Storage: ~28.0 GiB | |
- Pods: 110 | |
- Allocated Resources: |
This file contains 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
=== Proxmox Host Resource Availability Report === | |
### Current Usage | |
- Total CPUs: 128 | |
- Allocated CPUs: | |
- control-01.testnet5: 2 CPUs | |
- worker-01.testnet5: 103 CPUs | |
- Reserved for Host Operations: ~10% (13 CPUs) | |
- Total Allocated: 2 + 103 + 13 = **118 CPUs** | |
- Available CPUs: 128 - 118 = **10 CPUs** |
This file contains 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
Key OSD Performance Metrics | |
These provide insight into the performance of individual OSDs: | |
Latency Metrics: | |
ceph_osd_apply_latency_ms: | |
Measures how long it takes for an OSD to apply an operation (e.g., writing data to disk). | |
ceph_osd_commit_latency_ms: | |
Measures the time taken to commit operations to persistent storage (e.g., journal/transaction logs). | |
These are your primary OSD latency metrics. |
This file contains 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
root@node1:~# curl http://10.43.117.241:9283/metrics | |
# HELP ceph_health_status Cluster health status | |
# TYPE ceph_health_status untyped | |
ceph_health_status 0.0 | |
# HELP ceph_mon_quorum_status Monitors in quorum | |
# TYPE ceph_mon_quorum_status gauge | |
ceph_mon_quorum_status{ceph_daemon="mon.a"} 1.0 | |
ceph_mon_quorum_status{ceph_daemon="mon.b"} 1.0 | |
ceph_mon_quorum_status{ceph_daemon="mon.c"} 1.0 |
This file contains 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
Defaulted container "provider" out of: provider, init (init) | |
WARNING: apt does not have a stable CLI interface. Use with caution in scripts. | |
16 packages can be upgraded. Run 'apt list --upgradable' to see them. | |
WARNING: apt does not have a stable CLI interface. Use with caution in scripts. | |
ca-certificates is already the newest version (20210119). | |
mawk is already the newest version (1.3.4.20200120-2). |
This file contains 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
--- | |
version: "2.0" | |
services: | |
tuner: | |
image: pengbai/docker-supermario | |
expose: | |
- port: 8080 | |
as: 80 | |
to: |
This file contains 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
### CPU Analysis | |
# Review of current CPU pricing of community proviiders in trial whitelist | |
## Provider - provider.pcgameservers.com | |
akash17l0f3kf7gv4kmgqjmgc0ksj3em6lqgcc4kl4dg | |
### Recent trial CPU deployment |
This file contains 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
# Review of current GPU pricing of community proviiders in trial whitelist | |
## Provider - provider.pcgameservers.com | |
akash17l0f3kf7gv4kmgqjmgc0ksj3em6lqgcc4kl4dg | |
### vendor/nvidia/model/p100 | |
- Date - Nov 24th 2024, 23:42:22+00:00 |
NewerOlder