https://zhuanlan.zhihu.com/p/36789323 https://my.oschina.net/taogang/blog/1811573
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
# Vector configuration for collecting NVIDIA GPU metrics | |
[api] | |
enabled = true | |
address = "0.0.0.0:8686" | |
# Source configuration for scraping Prometheus metrics from DCGM exporter | |
[sources.dcgm_metrics] | |
type = "prometheus_scrape" | |
endpoints = ["http://dcgm-exporter:9400/metrics"] |
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
services: | |
# Ollama service with GPU support | |
ollama: | |
container_name: ollama | |
image: ollama/ollama:latest | |
ports: | |
- "11434:11434" | |
volumes: | |
- ollama-data:/root/.ollama | |
environment: |
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
-- create stream | |
CREATE STREAM network_traffic | |
( | |
`id` int, | |
`destination_port` int64, | |
`flow_duration` int64, | |
`total_fwd_packets` int64, | |
`total_backward_packets` int64, | |
`total_length_of_fwd_packets` int64, | |
`total_length_of_bwd_packets` int64, |
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
<div class="container-fluid" id="main"> | |
<div class="row"> | |
<div class="col-6"> | |
<div id="dataView"></div> | |
</div> | |
</div> | |
<div class="row"> | |
<div id="modelView"></div> | |
</div> | |
<div class="row"> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder