September 16, 20187 yr @Squid already did the majority of the coding as seen here. The feature request is for those statistics to be shown on the docker advanced view.
September 16, 20187 yr 24 minutes ago, jonathanm said: @Squid already did the majority of the coding as seen here. Ah, the ulterior motive
October 2, 20187 yr I added a new button "Container Size" on the Docker page, which shows: 1) container size (this is the image size + writable size) 2) writable size (this is the part inside the container available to write information) - when this gets large, it needs attention 3) log file size (when log rotation is enabled this size should stay small) Instead of starting/stopping containers, which I really want to avoid, it makes use of the standard docker function to read container sizes. These sizes are reported without the log file sizes. I (shamelessly) took the part from Squid's script to include log file sizes.
October 2, 20187 yr Very nice! Off-topic, but is there a possibility of getting those pop-ups to match dark/light themes? Always seemed a bit jarring to me to have blazing white pop-up boxes on a black theme. I don't suppose there are global pop-up-bg/pop-up-text colour variables you can change?
October 3, 20187 yr 8 hours ago, -Daedalus said: I don't suppose there are global pop-up-bg/pop-up-text colour variables you can change? The stylesheet "default-popup.css" defines the colors for popup windows. You'll need to change this file manually though.
October 3, 20187 yr Author 17 hours ago, bonienl said: I added a new button "Container Size" on the Docker page, which shows: Thanks for adding this. Any chance of integrating it into the page like the share page size column with compute links and compute all button? Making as many of the different pages somewhat consistent as possible is a nice target.
October 8, 20187 yr On 10/2/2018 at 3:00 PM, bonienl said: I (shamelessly) took the part from Squid's script to include log file sizes I knew I should've put a copyright on the code On 10/2/2018 at 3:00 PM, bonienl said: 2) writable size (this is the part inside the container available to write information) - when this gets large, it needs attention kudos. Did not know you could do it like that. Much easier.
December 30, 20187 yr Author 44 minutes ago, jj_uk said: Can you add totals so we can see when the image is near full? The dashboard system status has a bar graph that shows how full the image is currently.
Archived
This topic is now archived and is closed to further replies.