Git Product home page Git Product logo

ppcpumon's Introduction

PPCpuMon

Party Parrot のCPUモニタです。

Party Parrot CPU monitor

使い方

タスクバーアイコンを右クリックするとメニューが表示されます。

メニュー

CPU

CPUの表示方法を選択します。

  • Total:全てのコアを1つのアイコンで表示
  • Physical Core:物理コアごとに表示
  • Logical Core:論理コアごとに表示

Physical Core を選択した場合は、物理コアのすべてのコアの平均値となります。

Animation speed

アニメーションの速度を設定します。

Stop animation

CPU使用率が設定値以下になったときにアニメーションを停止します。 「None」を選択した場合は停止しません。

CPU sampling Interval

CPU使用率のサンプリング間隔を設定します。

Exit

アプリケーションを終了します。

動作環境

  • Microsoft Windows 7 以降
  • Microsoft .net Framework 3.6 以降

インストール方法

PPCpuMonInstaller.msi を実行してインストール、または、PPCpuMon.exe を、適当なフォルダに入れて実行して下さい。

実行後は、タスクトレイに常駐します。

インストーラでインストールした場合は、スタートアップへ自動的に登録されます。(ログオン時に自動起動します)

トラブルシューティング

「エラー:無効なインデックス '' がレジストリから読み取られたため、カウンター名データを読み込むことができません。」というエラーが出て起動しない

パフォーマンスカウンタが破損している可能性があります。以下の手順に従って操作を行ってから、アプリケーションを起動してみて下さい。

  1. コマンドプロンプト、または Windows PowerShell を管理者モードで起動する。(例:スタートボタンを右クリックして「Windows PowerShell (管理者)」を実行)
  2. 以下のコマンドを実行する。
cd C:\Windows\System32
lodctr /R
cd C:\Windows\SysWOW64
lodctr /R

ライセンス

MIT

著作者

tomozh

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.