WebDB
Links
  • πŸ‘‹Welcome to WebDB Documentation
  • Installation
    • 1️⃣Standalone
    • πŸ”’Compose
    • ☸️K8S
    • πŸ–₯️Native
    • πŸ›‘οΈSecurity
    • ❌Uninstall
  • Connection
    • DBMS Discovery
    • Credentials Guessing
    • SSH Tunnel
  • Database
  • Interface
    • Schema
    • Database
    • Table
    • Relations
    • Structure
    • Offline
    • Symbols
    • Configuration
  • Explore
    • Explore
    • Search
    • Update
    • Batch Update
  • Query
    • Editor
      • Autocomplete
  • Structure
    • NoSQL inferring limitation
  • Insert
    • Generator
    • Framework embed
    • Foreign Key / Enum
    • Autocomplete
    • Error
  • Monitoring
    • Stats
    • Process List
  • Time machine
  • Compare
  • Blob
  • Encoding / Collation
  • Complexes
  • Backend
    • Configuration
    • Data storage
    • Docker container
  • Compatibility
  • More
    • Offline
    • Business Model
    • Alternatives
Powered by GitBook
On this page
  • Ping
  • Zoom

Was this helpful?

  1. Monitoring

Stats

PreviousMonitoringNextProcess List

Last updated 1 year ago

Was this helpful?

PostgreSQL require a plugin for statistics, I wait for them to included it by default before supporting it

You can retrieve some relevant statistics of your DBMS fro the graph

There are 3 modes to watch them:

  • Total -> cumulated values from the DBMS start

  • Relative -> all values are set to 0 are graph launch then all value are calculated from this initial

  • Variation -> values are calculated from just previous one. Also named 'Instant'

Please refer as your own DBMS documentation for more informations about each stats

Ping

All statistics come from DBMS themself with the the exception of Ping which is the delay of the complete statistics request. It therefore represents the time for the client (frontend) to retrieve stats and return them to the client

Zoom

The library used for the graph is included You can zoom into it by selecting horizontaly a zone to zoom in

https://www.chartjs.org/
https://www.chartjs.org/chartjs-plugin-zoom/