Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xhmikosr/perfmonbar
Displays performance counters on the Windows Taskbar
https://github.com/xhmikosr/perfmonbar
c-plus-plus cpp dll monitor monitoring perfmon windows
Last synced: 5 days ago
JSON representation
Displays performance counters on the Windows Taskbar
- Host: GitHub
- URL: https://github.com/xhmikosr/perfmonbar
- Owner: XhmikosR
- License: gpl-3.0
- Created: 2012-08-27T21:08:52.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T06:52:02.000Z (9 months ago)
- Last Synced: 2024-10-18T19:13:02.366Z (19 days ago)
- Topics: c-plus-plus, cpp, dll, monitor, monitoring, perfmon, windows
- Language: C++
- Homepage: https://xhmikosr.github.io/perfmonbar/
- Size: 1.17 MB
- Stars: 386
- Watchers: 17
- Forks: 40
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Perfmonbar
[![Build Status](https://img.shields.io/github/actions/workflow/status/XhmikosR/perfmonbar/ci.yml?branch=main&label=CI&logo=github)](https://github.com/XhmikosR/perfmonbar/actions/workflows/ci.yml?query=branch%3Amain)
[![Coverity Scan Build Status](https://img.shields.io/coverity/scan/1105?label=Coverity)](https://scan.coverity.com/projects/1105)Website:
## Notes
* You will have to edit the default [`config.xml`](https://github.com/XhmikosR/perfmonbar/blob/main/src/config.xml) to match your system.
* The default `config.xml` will **not** work for **non-English** systems. You have to adjust the config file, see below.
* For the known issues see [issues](https://github.com/XhmikosR/perfmonbar/issues).## Configuration
The `config.xml` file must be adapted in the following cases:
* You have a non-English Windows system running. The search strings in the `config.xml` file must be adapted to the language of the operating system, otherwise the corresponding strings will not be found by Perfmonbar and nothing will be displayed in the taskbar.
* You want to display other information in the taskbar. To do this, you have to find the appropriate and available strings and change them in the `config.xml` file.
* You want to change the appearance of the information in the taskbar. To do this, you need to change the corresponding properties in the `config.xml` file.### Where is the `config.xml` file?
Usually, the `config.xml` file can be found under:
```text
C:\Users\{User}\AppData\Roaming\PerfmonBar\config.xml
```To quickly get to the directory, you can simply type `%APPDATA%\PerfmonBar`.
### How to find the desired settings?
Open a console and run the command `typeperf -q > counters.txt`
Then you can search the file `counters.txt` for the desired performance counters that are available on your computer. The counters are unfortunately called differently in every single language.