Giter VIP home page Giter VIP logo

Comments (6)

tookam avatar tookam commented on June 6, 2024 1

@ngaruko I changed the way I get the number of cores, please give it a try.

Also, downSpeed == upSpeed == 1048576 because they correspond to the max link speed available for your device and connection type. You are probably using wifi of type AC.

from cht-android.

garethbowen avatar garethbowen commented on June 6, 2024

Telemetry is merged, so let's get this added!

from cht-android.

kennsippell avatar kennsippell commented on June 6, 2024

From medic/cht-core#5540, some memory metrics for consideration are:

  • Runtime.maxMemory
  • ActivityManager.getMemoryClass
  • MemoryInfo.availMemory
  • MemoryInfo.threshold
  • Chrome's performance.memory (although they are quantized)

from cht-android.

tookam avatar tookam commented on June 6, 2024

Ready for AT, medic-android: 64-expose-device-info-to-webapp, cht-core: 64-expose-device-info-to-webapp

from cht-android.

ngaruko avatar ngaruko commented on June 6, 2024

LGTM (storing device info)
image
The CPU info looks somehow inaccurate though. @wtekeu ?

"cpuInfo": {
          "cores": 0
        }

The downSpeed == upSpeed also looks suspicious !

    "network": {
        "downSpeed": 1048576,
        "upSpeed": 1048576
      }

from cht-android.

ngaruko avatar ngaruko commented on June 6, 2024

Looks better. Thanks @wtekeu
image

from cht-android.

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.