Skip to content

Statistics#

Statistics Impl's.

The statistics implemented classes.

Statistics #

Statistics(
    players: int,
    playing_players: int,
    uptime: int,
    memory: statistics_.Memory,
    cpu: statistics_.Cpu,
    frame_statistics: statistics_.FrameStatistics | None,
)

Bases: statistics_.Statistics

players property #

players: int

The amount of players connected to the session.

playing_players property #

playing_players: int

The amount of players playing a track.

uptime property #

uptime: int

The uptime of the session in milliseconds.

memory property #

The memory stats of the session.

cpu property #

The CPU stats of the session.

frame_stats property #

frame_stats: statistics_.FrameStatistics | None

The frame statistics of the session.