graphsignal-sdk

分类: 工具与效率 | 上传者: graphsignalgraphsignal | 下载: 0 | 版本: v1.0(最新)

>-

更新日志: Source: GitHub https://github.com/graphsignal/graphsignal-python

目录结构

当前层级: tree/main/

  • 📁 .github/
    • 📁 workflows/
      • 📄 daily-tests.yml 760 B
      • 📄 pypi-publish.yml 936 B
  • 📁 graphsignal/
    • 📁 _native/
      • 📁 amd64-cu12/
        • 📄 libgscuptiprof.so 71.3 KB
      • 📁 amd64-cu13/
        • 📄 libgscuptiprof.so 71.3 KB
      • 📁 arm64-cu12/
        • 📄 libgscuptiprof.so 65.0 KB
      • 📁 arm64-cu13/
        • 📄 libgscuptiprof.so 65.0 KB
      • 📄 __init__.py 124 B
    • 📁 bootstrap/
      • 📄 __init__.py 0 B
      • 📄 sitecustomize.py 740 B
      • 📄 utils.py 309 B
    • 📁 commands/
      • 📄 __init__.py 0 B
      • 📄 graphsignal_run.py 2.1 KB
    • 📁 core/
      • 📄 __init__.py 0 B
      • 📄 config_loader.py 3.4 KB
      • 📄 sampler.py 992 B
      • 📄 signal_uploader.py 3.8 KB
      • 📄 ticker.py 22.7 KB
    • 📁 otel/
      • 📄 __init__.py 0 B
      • 📄 otel_adapter.py 3.1 KB
      • 📄 otel_collector.py 6.3 KB
      • 📄 prometheus_adapter.py 5.2 KB
    • 📁 profilers/
      • 📄 __init__.py 0 B
      • 📄 cupti_profiler.py 25.4 KB
      • 📄 function_profiler.py 9.9 KB
    • 📁 proto/
      • 📄 __init__.py 0 B
      • 📄 signals_pb2.py 8.6 KB
    • 📁 recorders/
      • 📄 __init__.py 0 B
      • 📄 base_recorder.py 278 B
      • 📄 exception_recorder.py 6.5 KB
      • 📄 instrumentation.py 8.9 KB
      • 📄 nvml_recorder.py 49.8 KB
      • 📄 process_recorder.py 11.4 KB
      • 📄 pytorch_recorder.py 8.3 KB
      • 📄 sglang_recorder.py 16.0 KB
      • 📄 vllm_recorder.py 18.7 KB
    • 📁 signals/
      • 📄 __init__.py 0 B
      • 📄 logs.py 3.0 KB
      • 📄 metrics.py 7.1 KB
      • 📄 resources.py 1.5 KB
      • 📄 spans.py 17.0 KB
    • 📄 __init__.py 4.6 KB
    • 📄 __main__.py 784 B
    • 📄 env_vars.py 1.9 KB
    • 📄 utils.py 929 B
    • 📄 version.py 23 B
  • 📁 src/
    • 📁 cupti/
      • 📄 cupti_activity.cpp 10.5 KB
      • 📄 cupti_activity.h 621 B
      • 📄 cupti_profiler.cpp 3.2 KB
      • 📄 debug_print.cpp 3.0 KB
      • 📄 debug_print.h 784 B
      • 📄 event_buckets.cpp 7.1 KB
      • 📄 event_buckets.h 1.4 KB
    • 📁 test/
      • 📄 cupti_activity_test.cpp 6.9 KB
      • 📄 event_buckets_test.cpp 3.9 KB
  • 📁 test/
    • 📁 core/
      • 📄 __init__.py 2 B
      • 📄 test_config_loader.py 7.1 KB
      • 📄 test_sampler.py 627 B
      • 📄 test_signal_uploader.py 4.0 KB
      • 📄 test_ticker.py 3.1 KB
    • 📁 otel/
      • 📄 __init__.py 0 B
      • 📄 test_otel_collector.py 5.4 KB
      • 📄 test_prometheus_adapter.py 4.8 KB
    • 📁 profilers/
      • 📄 __init__.py 0 B
      • 📄 test_cupti_profiler.py 7.6 KB
      • 📄 test_function_profiler.py 21.2 KB
    • 📁 recorders/
      • 📄 __init__.py 0 B
      • 📄 test_exception_recorder.py 13.3 KB
      • 📄 test_instrumentation.py 7.6 KB
      • 📄 test_nvml_recorder.py 9.6 KB
      • 📄 test_process_recorder.py 3.0 KB
      • 📄 test_pytorch_recorder.py 3.5 KB
      • 📄 test_sglang_recorder.py 14.1 KB
      • 📄 test_vllm_recorder.py 11.7 KB
    • 📁 signals/
      • 📄 __init__.py 0 B
      • 📄 test_logs.py 2.1 KB
      • 📄 test_metrics.py 22.3 KB
      • 📄 test_spans.py 7.0 KB
    • 📄 __init__.py 0 B
    • 📄 http_server.py 2.6 KB
    • 📄 test_env_vars.py 2.0 KB
    • 📄 test_graphsignal.py 5.8 KB
    • 📄 test_graphsignal_async.py 2.4 KB
    • 📄 test_utils.py 953 B
  • 📁 tools/
    • 📄 __init__.py 48 B
    • 📄 build-protobuf.sh 137 B
    • 📄 build_protobuf.py 137 B
    • 📄 init-novenv.sh 98 B
    • 📄 run-vllm-tests.sh 233 B
    • 📄 run_tests.py 257 B
  • 📄 .gitignore 202 B
  • 📄 Dockerfile.cupti 1.5 KB
  • 📄 LICENSE 11.1 KB
  • 📄 Makefile 9.6 KB
  • 📄 MANIFEST.in 163 B
  • 📄 NOTICE 133 B
  • 📄 poetry.lock 104.4 KB
  • 📄 pyproject.toml 2.0 KB
  • 📄 README.md 4.4 KB
  • 📄 SKILL.md 5.9 KB

SKILL.md

登录后下载/点赞/收藏 ❤ 205 | ★ 0
评论 0

请先登录后评论。

评论加载中...