Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gLiveView 1.28.0 - Tighter integration with Koios #1705

Merged
merged 4 commits into from
Nov 20, 2023
Merged

gLiveView 1.28.0 - Tighter integration with Koios #1705

merged 4 commits into from
Nov 20, 2023

Conversation

rdlrt
Copy link
Contributor

@rdlrt rdlrt commented Nov 20, 2023

Description

cntools.library

  • getPoolID moved to env
  • Fix for CNTools Rotate Keys when using HW CLI

env

  • New compactNumber function
  • getPoolID from cntools.library

gLiveView.sh

  • New user param REPAINT_RATE that will refresh entire screen every nth REFRESH_RATE.
  • New user param VERBOSE to set a default value for verbose flag. Used to show/hide additional metrics not normally of interest. Can also be toggled live with v.
    • Block propagation now a single line in compact mode with some metrics reserved for verbose mode.
    • GC and some memory metrics now only visible in verbose mode.
    • Missed slot leader checks moved to verbose mode.
    • Various pool metrics made more compact.
  • Added disk utilization metric for CNODE_HOME path
  • Koios:
    • Pool info metrics fetched and shown. Fetched in background to not stall UI loading on startup. Takes a couple of seconds before shown. Updated on epoch change or every 1h if left open.
    • OP cert disk | node | chain metrics added.

Scitz0 and others added 4 commits November 9, 2023 13:16
**cntools.library**
- getPoolID moved to env
**env**
- New compactNumber function
- getPoolID from `cntools.library`
**gLiveView.sh**
- New user param `REPAINT_RATE` that will refresh entire screen every nth `REFRESH_RATE`.
- New user param `VERBOSE` to set a default value for verbose flag. Used to show/hide additional metrics not normally of interest. Can also be toggled live with `v`.
  - Block propagation now a single line in compact mode with some metrics reserved for verbose mode.
  - GC and some memory metrics now only visible in verbose mode.
  - Missed slot leader checks moved to verbose mode.
  - Various pool metrics made more compact.
- Added disk utilization metric for CNODE_HOME path
- Koios:
  - Pool info metrics fetched and shown. Fetched in background to not stall UI loading on startup. Takes a couple of seconds before shown. Updated on epoch change or every 1h if left open.
  - OP cert disk | node | chain metrics added.
@rdlrt rdlrt merged commit 886d1a0 into alpha Nov 20, 2023
1 check passed
@rdlrt rdlrt deleted the glv-1.28.0 branch November 20, 2023 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants