Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Releases: syswe/ntop

v0.2.0 alpha release

21 Jan 21:08
d581f26
Compare
Choose a tag to compare

🌟 ntop Release 0.2.0 - Live Node and Pod Monitoring 🌟

We're excited to announce the release of ntop version 0.2.0! This release brings significant enhancements and new features to improve your Kubernetes monitoring experience. 🚀

What's Changed

  • New Live Table Display UI 🖥️: Dive into real-time with the new ability to view nodes and pods in a live, dynamically updating table.
  • Pods Monitoring 📊: By default, ntop now lists nodes overview. Want to switch to pods? Simply use the --pods flag to show pods overview.
  • Customizable Pod Counts 🔢: Tailor the pod display to your needs! The default count is set to 10, but you can specify any number with the --countpods flag. Want to see the top 15, 20, or 30 resource-consuming pods? Just set your preference!
  • Performance Improvements ⚡: We've reduced waiting times and ironed out those pesky unexpected errors for a smoother, more reliable experience.
  • Instantaneous Data Retrieval 🌐: With our revamped concurrent structure, there's no more waiting for the entire pod list to load. Get immediate insights into the pods consuming the most resources.

Cross-Platform Availability

ntop 0.2.0 is now available across multiple platforms! Download the latest version for:

  • Windows Windows (x64)
  • Linux Linux (x64)
  • MacOS Intel MacOS (Intel & ARM)

Experience ntop on your preferred Kubernetes platform and take control of your monitoring!

Stay tuned for more updates and features in our upcoming releases!


Contributors 🙏

A huge thank you to @dbtek and @faruktoptas for their invaluable contributions to this release.

  • add term ui and live data implementation by @dbtek in #23
  • Verbose flag added. Concurrent feature added while checking pods by @devopswe in #24
  • added live data flows for nodes and pods listing. ver2.0 released. by @devopswe in #29

Full Changelog: v0.1.6...v0.2.0

v0.1.6 alpha release

25 Dec 19:09
3da0ae6
Compare
Choose a tag to compare

-> Cross platform usages added.
-> Codebase optimizations and misconfigurated files removed increased repo sizes 120mb -> 12mb.
-> Docs updated.

ntop-linux-64-0.1.6 (Linux x64 binary package)

We'll publish v0.2.0 with live refresh (piw) and Terminal UI's soon.

v0.1.5

07 Aug 21:24
Compare
Choose a tag to compare

v0.1.5 alpha release

  • Fixed bad table types.
  • Node listing fixed.
  • More human-readable rates and attributes.
  • Working home/.kube/config path directory linked fixed.
    etc.