Skip to content

Releases: ECSTeam/cloudfoundry-top-plugin

Cloud Foundry top plugin v0.9.5

16 Nov 03:05
Compare
Choose a tag to compare

v0.9.5 release

Enhancement - Now supports read-only admin mode via cloud_controller.admin_read_only

Cloud Foundry top plugin v0.9.4

20 Jul 01:08
Compare
Choose a tag to compare

v0.9.4 release

Fixed - Group stacks cflinuxfs2 and cflinuxfs3 for header stats.
Fixed - App staging complete not triggering reload of metadata
Fixed - Issue with showing incorrect isolation segment info for app/space
Fixed - Had to remove MaxCPU info for Cells because CF no longer emits numCPUS metric.
Enhancement - Added app instance traffic stats to App Details view.

Cloud Foundry top plugin v0.9.3

05 Feb 05:57
Compare
Choose a tag to compare

Cloud Foundry top plugin v0.9.2

31 Jan 14:20
Compare
Choose a tag to compare

Cloud Foundry top plugin v0.9.1

29 Jan 17:59
Compare
Choose a tag to compare

v0.9.1 release
Added support for PCF 2.0 - fixed issue with max CPU percent not calculated on PCF 2.0
Fixed - Only colorize CPU percent as alert if the cpu capacity is known.
Enhancement - Rewrite of metadata loading / caching to support below enhancement.
Enhancement - An app under deployment (e.g., no yet staged) will show name with brackets.
Enhancement - An newly deleted app will show name with parentheses for about 10 seconds before its removed from display.
Enhancement - An renamed org / space / app will properly show the new name on all views.
Enhancement - A newly created org / space will be shown on the appropriate view without the need to reload metadata.
Enhancement - Delay warn of application not in desired state until containers have a chance to report to firehose

Cloud Foundry top plugin v0.9.0

24 Jan 03:39
Compare
Choose a tag to compare

Cloud Foundry top plugin v0.8.8

09 Aug 21:51
Compare
Choose a tag to compare

v0.8.8 release

  • Fixed: AppDetailView is now refreshed in background while the App Info view is displayed.

  • Fixed: When viewing appListDetail view the header toggle (shift-h) would also collapse Http and Crash data boxes. This has been fixed to only collapse verbose header output.

  • Fixed: Use LogMessage timestamp instead of Event timestamp for tracking last container messages.

  • Fixed: Highlight scrolling and display list issue fixed when the list of data becomes smaller then the current scrolling offset.

  • Fixed: Issue with terminal window with zero dimension causing panic because helpTextTipsView layout error:invalid dimensions.

  • Enhancement: Save column filter for each view type allowing easier usage when returning back to a view that has customized column filters.

  • Enhancement: Save column sort order for each view type allowing easier usage when returning back to a view that has customized column sorts.

  • Enhancement: Monitor staging events to reload metadata when staging is complete.

  • Enhancement: Added Clipboard menu option to appDetailView.

Cloud Foundry top plugin v0.8.7

02 Aug 07:34
Compare
Choose a tag to compare

v0.8.7 release - Added real-time updates of application containers in app detail view. This includes lots of new fields including container state, duration of time in current state, setup duration, container startup messages and more. Bug fix for loading metadata on apps that had staging errors.

Cloud Foundry top plugin v0.8.6

01 Aug 20:03
Compare
Choose a tag to compare

v0.8.6 release - Added real-time updates of application containers in app detail view. This includes lots of new fields including container state, duration of time in current state, setup duration, container startup messages and more.

Cloud Foundry top plugin v0.8.5

02 May 14:47
Compare
Choose a tag to compare

v0.8.5 release - Added new HTTP Response Info View to App Detail (access option from menu 'd' when on App Detail View). Changed RESP (avg response time) resolution to include 100th of a millisecond if value is under 10 milliseconds. Added stack and isolation segment info to the App Info screen.