Skip to content

Latest commit

 

History

History
115 lines (85 loc) · 4.09 KB

File metadata and controls

115 lines (85 loc) · 4.09 KB
1.28
  • Better support for Ubuntu 22.04+, Debian 12+, Fedora 36+ for x64, armv7 and arm64v8
  • Upgrade runtime for security fixes.
1.27
  • Added CPU temperature to the UI header.
  • Updated runtime
1.26
  • Added xz compression as a primary distribution format. Primary distribution CDN moved to w3top-bin repo releases. Added SourceForge as the secondary distribution CDN
1.25
  • Added notification for new version
  • Updated runtime
  • Reduced traffic for background window
1.24
  • Added sharing for drive benchmarks Shared Drive benchmark
1.23
  • Added fio benchmark summary details including cpu usage
1.22
  • Added precompiled fio for any linux arch and distribution
1.21
  • Added fio as backend for disk IO benchmarks
1.20
  • Top Processes
  • Fixed full screen web app mode for iOS and Android
1.19
  • Friendly disk live chart
  • Reduced CPU usage for background flow
1.18
  • Added Disk Benchmark History
1.17
  • Added support as well as tests of logic and installer for MySQL (5.1 to 8.0) and Postgresql (8.4 to 12 beta 2) as metrics and benchmarks history storage.
  • Improved usability for disk benchmark

disk benchmark screencast

1.16
  • Added disk benchmark for readonly volumes such as squashfs and dvd disks
1.15
  • The first disk benchmark report

The first disk's benchmark

1.14
  • Added support for legacy Sys V Init service manager. SystemD is preferred if also present.
1.13
  • Implemented Disk Benchmark with command line interface and O_DIRECT support
1.12.431
  • Implemented Queue and Busy charts for disks

Disks metrics live chart

1.11.424
  • Implemented installation using precompiled binaries: install-w3top-service.sh
  • Added newVer property to BriefInfo response and broadcast message
1.10.416
  • Muted chart updating when app is minimized, on background tab or screen is locked. Fixed memory leaks on unmount
1.9
  • Improved header load time via new BriefInfo API method
1.8
  • Added Disks live charts without queue length and busy metrics
1.7
  • Added swap partitions and files for live Mounts page. Now Mounts page unites references from /proc/swaps and /proc/mounts sources:

Mounts and Swaps

1.6
  • Added host info (name, os, cpu, ram) to the header

Network metrics live chart

1.5
  • Bootstrap navigation replaced by Material UI drawler
1.4
# Default values below are shown for illustration
export HTTP_PORT=5050
export INSTALL_DIR=/opt/w3top
export RESPONSE_COMPRESSION=True
script=https://raw.githubusercontent.com/devizer/KernelManagementLab/master/build-w3-dashboard.sh
wget -q -nv --no-check-certificate -O - $script | bash -s reinstall_service 
1.3
  • Added live Mounts page
1.2
  • Rewritten signalR's DataSource and its watchdog.
1.1
  • Implemented versioning with its injection into C# assembly info and AppGitInfo.json
1.0
  • Added Networks metrics live charts page
0.2
  • 2-Axis Chart prototype
0.1
  • C3 Chart prototype