Coder Social home page Coder Social logo

Comments (8)

piaohailin avatar piaohailin commented on July 18, 2024 2

确实需要一个压力测试,正在考虑物联网设备前置上位机服务,有了性能指标用的就安心了。

from tao.

leesper avatar leesper commented on July 18, 2024

你好!这个项目其实是为我司的一个小的物联网服务器集群构建的,目前还在努力完成业务需求,暂时还没做性能优化,不过已经提上日程安排了,谢谢关注!

from tao.

leesper avatar leesper commented on July 18, 2024

对了,顺便问一下,对于压力测试,有没有系统的方法论和工具?我还没搞过压力测试,不太懂,谢谢!

from tao.

lchjczw avatar lchjczw commented on July 18, 2024

这么巧啊,我也是做着方面的,物联网服务器集群构建?做成集群还是挺复杂的啊

from tao.

leesper avatar leesper commented on July 18, 2024

慢慢来呗,我司目前架构还算简单了……我要先解决当下问题才行,哈哈哈

from tao.

leesper avatar leesper commented on July 18, 2024

楼上两位,要不我们仨协作一下,一起做个压力测试如何?因为这方面我不太熟悉。我自己公司的远程控制系统也用了这套框架,之前有写过模拟客户端模拟发送接收数据,所以代码中有个metrics.go已经统计了以下几个数据指标:

  1. 总共有多少个客户端连接C;
  2. 总共处理了多少次请求H;
  3. 处理这些请求累计使用的时间T;
  4. 然后计算QPS = H / (C * T / W),其中W为工作者线程数量。

from tao.

lchjczw avatar lchjczw commented on July 18, 2024

最近没有跟进这个框架,我是自己写了远程控制的小框架

from tao.

lchjczw avatar lchjczw commented on July 18, 2024

最近没有跟进这个框架,我是自己写了远程控制的小框架

from tao.

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.