Giter Club home page Giter Club logo

edb360's Introduction

edb360's People

Contributors

carlos-sierra avatar simonpane avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

edb360's Issues

no /proc/cpuinfo on solaris

Just running edb360 on a solaris box and just noticed this error right at the beginning

cat: cannot open /proc/cpuinfo: No such file or directory

Obviously there is no /proc/cpuinfo on Solaris. One could get that information from prtdiag instead. But then one would have to check for the OS first and possibly create yet another script. Or simply live with an empty output file for cpuinfo_model_name.txt. I guess this is not a big issue as long as nothing else depends on the output of this check being not empty

cheers
bjoern

EHCC Compression Units (De)Compressed (DBA_HIST_SYSSTAT) stats names changed at 19c

please take a look at

https://blogs.oracle.com/smartscan-deep-dive/double-counting-of-hcc-stats-prior-to-next-major-release

the below used stats names are not at 19c anymore
SUM(CASE stat_name WHEN 'EHCC Analyze CUs Decompressed' THEN value ELSE 0 END) "Analyze CUs Decompressed",
SUM(CASE stat_name WHEN 'EHCC Archive CUs Compressed' THEN value ELSE 0 END) "Archive CUs Compressed",
SUM(CASE stat_name WHEN 'EHCC Archive CUs Decompressed' THEN value ELSE 0 END) "Archive CUs Decompressed",
SUM(CASE stat_name WHEN 'EHCC Check CUs Decompressed' THEN value ELSE 0 END) "Check CUs Decompressed",
SUM(CASE stat_name WHEN 'EHCC CUs Compressed' THEN value ELSE 0 END) "CUs Compressed",
SUM(CASE stat_name WHEN 'EHCC CUs Decompressed' THEN value ELSE 0 END) "CUs Decompressed",
SUM(CASE stat_name WHEN 'EHCC DML CUs Decompressed' THEN value ELSE 0 END) "DML CUs Decompressed",
SUM(CASE stat_name WHEN 'EHCC Dump CUs Decompressed' THEN value ELSE 0 END) "Dump CUs Decompressed",
SUM(CASE stat_name WHEN 'EHCC Normal Scan CUs Decompressed' THEN value ELSE 0 END) "Normal Scan CUs Decompressed",
SUM(CASE stat_name WHEN 'EHCC Query High CUs Compressed' THEN value ELSE 0 END) "Query High CUs Compressed",
SUM(CASE stat_name WHEN 'EHCC Query High CUs Decompressed' THEN value ELSE 0 END) "Query High CUs Decompressed",
SUM(CASE stat_name WHEN 'EHCC Query Low CUs Compressed' THEN value ELSE 0 END) "Query Low CUs Compressed",
SUM(CASE stat_name WHEN 'EHCC Query Low CUs Decompressed' THEN value ELSE 0 END) "Query Low CUs Decompressed",
SUM(CASE stat_name WHEN 'EHCC Rowid CUs Decompressed' THEN value ELSE 0 END) "Rowid CUs Decompressed",
SUM(CASE stat_name WHEN 'EHCC Turbo Scan CUs Decompressed' THEN value ELSE 0 END) "Turbo Scan CUs Decompressed"

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.