Stats

詳細情報

タイトル Stats
URL https://github.com/exelban/stats
バージョン ver 2.10.10
更新日 2024/04/21
追加日 2020/07/01
種別 フリーソフト
説明 オープンソースのMac用システムモニタリングアプリ。

レビュー

CPU、メモリ、ディスク、ネットワーク、センサーの情報を確認できる。

スクリーンショット

更新グラフ

バージョン履歴

v2.10.10

Bug fixes

  • fix: fixed in/out values position in the Network chart (#1900)

New features

  • feat: added colorize option to the Memory widget (#1856)
  • feat: added an option to toggle the widget by clicking not only moving (a lot of new users are confused about how to enable widgets)

Localization

  • lang: added missing Process and Kill process translations (#1903)
  • lang: updated Taiwan Traditional Chinese localization (#1895)
v2.10.9

Bug fixes

  • fix: fixed bug with line chart offset in the menu bar (#1894)

Localization

  • lang: updated Simplified Chinese localization (#1893)
  • lang: updated German localization (#1882)
  • lang: added missing Arabic language sentences and works. (#1876)
v2.10.8

Bug fixes

  • fix: fixed a bug in the setup process that set "Start at login" to on even if the user chooses to not turn that on.

New features

  • feat: redesigned Dashboard to new style
  • feat: redesigned App Settings to new style (Ventura-like)
  • feat: added an option to disable combined popup view
  • feat: use temporary folder for lldb if support is locked
  • feat: moved network chart to the network chart widget. Replaced NetworkChart with NetworkChartV2.
  • feat: added a new NetworkChartViewV2 chart. Which merges 2 line charts. Moved the disk and network charts in the popup to the new chart.
v2.10.7

Bug fixes

  • fix: fixed Sensors align in combined view and added localizedString to PortalHeader (#1879)

New features

  • feat: added main chart scale setting to the Network popup settings
  • feat: added chart scale setting to the RAM popup settings
  • feat: added chart scale setting to the CPU popup settings
  • feat: initialized fixed scale for charts (#1787)

Localization

  • lang: updated Italian strings (#1878)
  • lang: updated Taiwan Traditional Chinese Localizable.strings (#1872)
  • lang: updated Simplified Chinese localization (#1871)
  • lang: updated German localization (#1866)
  • lang: added missing translations and fixed some names
(省略されました)
v2.10.6

New features

  • feat: added option to import/export application settings (#1837)

Localization

  • lang: added a missing translation
v2.10.5

Bug fixes

  • fix: fixed nettop CPU abnormal usage in some cases (#1854)

New features

  • feat: added read and written data to the disk view (#1804)
  • feat: reverted 134a42f, looks like the problem was fixed in the new version of macOS
  • feat: added public IP address to the network portal view (#1842)

Localization

  • lang: updated Simplified Chinese translation (#1852)
  • lang: updated Taiwan Traditional Chinese translation (#1843)
v2.10.4

Bug fixes

  • fix: fixed data race in the Disk module (#1823)

New features

  • feat: added an option to select chart history range for line chart in the popup view for RAM module
  • feat: added an option to select chart history range for line chart in the popup view (CPU module only for now)
  • feat: added tooltip to the CPU efficient/performance bar charts in the popup view

Localization

  • lang: updated Hungarian translation (#1840)
  • lang: corrected Italian translation (#1838)
  • lang: added translation for chart duration
v2.10.3

New features

  • feat: changed no value behavior on a line chart. Starting from now no value will not visible on the chart. Before no value was presented as 0 which caused a little confusion.
  • feat: prevented closing popup view if unattached when open activity monitor or module settings
  • feat: added a timestamp to the line chart feat: added background for tooltip in the line chart
v2.10.2

Bug fixes

  • fix: fixed GPU temperature converting in the popup chart (#1809)
  • fix: adjusted sensors portal width per row (#1819)

New features

  • feat: added filter for fans in the portal view based on the popup settings
v2.10.1

Bug fixes

  • fix: limited last reader write to the db only once in 30 seconds to prevent I/O spamming with last read (#1817)
v2.10.0

New features

  • feat: moved all modules to the new way of reader mode with a small refactoring. Previously the module will be active when the first successful read will be achieved. From now the initial value for the module will be taken from the persistent storage (leveldb) that keeps the last read value.
  • feat: added leveldb as a backend for historical data storage

Localization

  • lang: fixed French translation (#1798)