ray/dashboard/modules/reporter
Stephanie Wang b43426bc33
[core] Add metrics for disk and network I/O (#23546)
Adds some metrics useful for object-intensive workloads:

    Per raylet/object manager:
        Add num bytes pending restore to spill manager
        Add num requests cumulative to PullManager
        Num bytes pushed/pulled from other nodes cumulative
        Histogram for request latencies in PullManager:
            total life time of request, from start to cancel
            request satisfaction time, from start to object local
            pull time, from object activation to object local
    Per-node disk read/write speed, IOPS
2022-04-01 11:15:34 -07:00
..
tests [core] Add metrics for disk and network I/O (#23546) 2022-04-01 11:15:34 -07:00
__init__.py [Dashboard] New dashboard skeleton (#9099) 2020-07-27 11:34:47 +08:00
reporter_agent.py [core] Add metrics for disk and network I/O (#23546) 2022-04-01 11:15:34 -07:00
reporter_consts.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
reporter_head.py [Remove Redis Pubsub 1/n] Remove enable_gcs_pubsub() (#23189) 2022-03-15 23:56:15 -07:00