-
Notifications
You must be signed in to change notification settings - Fork 19
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
Initial stats & comparison page draft #129
Conversation
Ideas from feedback:
|
from: #129 (comment) ToDo: Bar charts to visualise numbers
Second feedback round:
Bar charts are added in a dedicated round, as we need to think a little more about how to add them nicely. |
and make code+looser red a little brighter
and remove obsolete :visited button style.
and increment stylesheet version which contains the required styles.
Ready from my end. Please have a final look (test URL), also note the additional button in the features section below the title. |
do we need an additional comparison for RPi OS 64bit? |
Would be great indeed. Pinging @fpetru and @StephanStS here, so there is no doubled comparison done. I suggest the first one who actually starts doing this leaves a post here to inform the others 🙂. |
I can do that. RPi3B+ or RPi4b 8GB? |
RPi 4 would be better I think, as this is what most users nowadays have. |
Device: RPi OS 64bit
DietPi 64Bit
|
Since RPi OS most likely uses DHCP as well, I think it's fair to compare against our unmodified image with DHCP, what you think? And to avoid two additional processes + their memory usage, could you run those test with the script sourced? curl -sSfLO https://raw.githubusercontent.com/MichaIng/hacks/main/dietpi-distro_comparison
. ./dietpi-distro_comparison Yes it reboots on first execution intentionally to assure that everything is at a clean state and new kernel loaded after APT upgrade, in case. |
ok will run the script again, flashing RPi OS 64bit atm |
Okay, before you flash back and forth, I think it's fine when you run the script on RPi OS just the same way (curl | bash pipe). Thanks to GitHub edit memory, also the old boot time with DHCP is still there 🙂. Most importantly both distros are tested the same way, whether there is one expected process more or less is then not so important IMO, when it's the same on both. |
I have too many free SD card since I switched to USB boot for my testing devices 🤣 Will run both the same way and update the original post with both results EDIT |
I'll merge this now. |
We may enhance the script a bit, e.g. it makes sense to merge root and boot disk usage, check swap file size before removing it and to have it optionally creating the HTML block required for page? 🙂
Styles in
<head>
will move intostyles.css
, but while experimenting it's easier to have it in the header for now.