Giter Club home page Giter Club logo

Comments (5)

iohao avatar iohao commented on July 17, 2024 1

会提供一个基于 OSHI 的辅助模块的后台系统。
大概提供的功能除了你提到的之外,还有:
每个逻辑服的 cpu相关的(使用率、温度)、内存使用率、磁盘(容量、IO)、硬盘SMART健康状态;
逻辑服的数量、 游戏对外服的在线人数、action相关的(action数量、action信息)。

在如:提供一些统计报表等数据相关的,包括每N分钟记录一次当前在线人数,根据这些数据做成走势图、业务方法耗时最高、各种N日留存等。

在如关于业务灰度、滚动发布、在线关闭逻辑服、后台广播、将玩家踢下线、将玩家加入黒名单等等。

from iogame.

hia avatar hia commented on July 17, 2024

会提供一个基于 OSHI 的辅助模块的后台系统。 大概提供的功能除了你提到的之外,还有: 每个逻辑服的 cpu相关的(使用率、温度)、内存使用率、磁盘(容量、IO)、硬盘SMART健康状态; 逻辑服的数量、 游戏对外服的在线人数、action相关的(action数量、action信息)。

在如:提供一些统计报表等数据相关的,包括每N分钟记录一次当前在线人数,根据这些数据做成走势图、业务方法耗时最高、各种N日留存等。

在如关于业务灰度、滚动发布、在线关闭逻辑服、后台广播、将玩家踢下线、将玩家加入黒名单等等。

有没有具体的实现思路,可以探讨一下吗?
比如各个进程的数据是通过什么方式,发送到什么地方?
是不是就要引入一个独立的服务,用于收集数据?

另外统计的数据指标部分,如果扩展到留存相关的业务性指标,数据量就有些大了.
这种业务性的数据是不是交给数据统计平台比较好

from iogame.

iohao avatar iohao commented on July 17, 2024

会提供一个基于 OSHI 的辅助模块的后台系统。 大概提供的功能除了你提到的之外,还有: 每个逻辑服的 cpu相关的(使用率、温度)、内存使用率、磁盘(容量、IO)、硬盘SMART健康状态; 逻辑服的数量、 游戏对外服的在线人数、action相关的(action数量、action信息)。
在如:提供一些统计报表等数据相关的,包括每N分钟记录一次当前在线人数,根据这些数据做成走势图、业务方法耗时最高、各种N日留存等。
在如关于业务灰度、滚动发布、在线关闭逻辑服、后台广播、将玩家踢下线、将玩家加入黒名单等等。

有没有具体的实现思路,可以探讨一下吗? 比如各个进程的数据是通过什么方式,发送到什么地方? 是不是就要引入一个独立的服务,用于收集数据?

另外统计的数据指标部分,如果扩展到留存相关的业务性指标,数据量就有些大了. 这种业务性的数据是不是交给数据统计平台比较好

大概会独立提供一个数据整理的游戏逻辑服来做这些数据的分析;各服务器数据收集好后,将数据的发送到这台数据分析服。

如果是涉及到业务相关的数据,可以将这优先级降低一些,把好做的先做了;

from iogame.

flyshulk avatar flyshulk commented on July 17, 2024

想问下没有关服相关的勾子函数呢。

from iogame.

iohao avatar iohao commented on July 17, 2024

想问下没有关服相关的勾子函数呢。

可以举例吗,没太懂这个

from iogame.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.