Git Product home page Git Product logo

Comments (1)

jujoramos avatar jujoramos commented on September 21, 2024

Hey @tjeppesen

The default filter used by the commands when showing the results is None, which is basically what you see when you set No Filter in VSD as well:

Screenshot 2019-04-29 at 14 43 52

If you set the filter parameter as Sample or Second in the command line, then you'll see 0 as the Minimum value (you'll basically see the same as you'd see in VSD when setting the filter as PerSecond and PerSample):

geode-support-shell>show statistics summary --category LinuxSystemStats --statistic diskTime --path ../../gemfire_stats-113-19.gfs --filter Sample
╔═══════════════════════════════════════════════════════════════════════════════╦═══════╦════════╦═══════╦══════════╦══════════════════╗
║/Users/jramos/git/geode-support-shell/build/libs/../../gemfire_stats-113-19.gfs║Minimum║Maximum ║Average║Last Value║Standard Deviation║
╠═══════════════════════════════════════════════════════════════════════════════╬═══════╬════════╬═══════╬══════════╬══════════════════╣
║└──LinuxSystemStats[cer-lx-nfireu01.na.newedge.int].diskTime                   ║0.00   ║64784.00║52.59  ║37.00     ║1083.81           ║
╚═══════════════════════════════════════════════════════════════════════════════╩═══════╩════════╩═══════╩══════════╩══════════════════╝

geode-support-shell>show statistics summary --category LinuxSystemStats --statistic diskTime --path ../../gemfire_stats-113-19.gfs --filter Second 
╔═══════════════════════════════════════════════════════════════════════════════╦═══════╦════════╦═══════╦══════════╦══════════════════╗
║/Users/jramos/git/geode-support-shell/build/libs/../../gemfire_stats-113-19.gfs║Minimum║Maximum ║Average║Last Value║Standard Deviation║
╠═══════════════════════════════════════════════════════════════════════════════╬═══════╬════════╬═══════╬══════════╬══════════════════╣
║└──LinuxSystemStats[cer-lx-nfireu01.na.newedge.int].diskTime                   ║0.00   ║64784.00║52.56  ║37.00     ║1083.76           ║
╚═══════════════════════════════════════════════════════════════════════════════╩═══════╩════════╩═══════╩══════════╩══════════════════╝

Hope this helps.
Cheers.

from geode-support-shell.

Related Issues (9)

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.