Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhollis/topprocess
This simple Sidebar gadget shows the top processes on your system - the processes that are consuming the most CPU, Memory (Working Set), or IO (Bytes Written/Read). By default it shows the top three processes by CPU, but it can be configured to show more or less. Available in English, Italian, Japanese, French and Russian.
https://github.com/bhollis/topprocess
Last synced: about 1 month ago
JSON representation
This simple Sidebar gadget shows the top processes on your system - the processes that are consuming the most CPU, Memory (Working Set), or IO (Bytes Written/Read). By default it shows the top three processes by CPU, but it can be configured to show more or less. Available in English, Italian, Japanese, French and Russian.
- Host: GitHub
- URL: https://github.com/bhollis/topprocess
- Owner: bhollis
- License: mit
- Created: 2013-04-03T02:20:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-03T02:43:44.000Z (over 11 years ago)
- Last Synced: 2023-04-09T05:11:39.362Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://benhollis.net/software/sidebargadgets/
- Size: 223 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
# TopProcess Sidebar Gadget
This is a gadget for the Windows Sidebar gadget platform featured in Windows Vista and Windows 7. Note that Sidebar has been removed from Windows 8.
This gadget shows the top processes on your system - the processes that are consuming the most CPU, Memory (Working Set), or IO (Bytes Written/Read). By default it shows the top three processes by CPU, but it can be configured to show more or less. Multiple instances of the gadget can be run at once to show different stats.
## Install
[Install the latest version of TopProcess](http://benhollis.net/software/sidebargadgets/TopProcess.gadget)
## Localization
TopProcess is currently translated into English, Italian, Japanese, French and Russian. Translating to a new language is easy - create a new folder named after your locale, and create a localized version of `gadget.xml` and `Settings.html`. Pull requests are welcome.
## Development & Contribution
Pull requests are welcome! Bug reports are not - if you find a problem, please fix it and send a pull request. The easiest way to work on the gadget is to check it out directly into `C:\Users\\AppData\Local\Microsoft\Windows Sidebar\Gadgets` and work on it there. You can remove the gadget and re-add it to see updated code. Building the gadget installer can be done via Ant, but that's only necessary if you want to distribute the gadget.
## License
TopProcess is open source software licensed under the MIT License. © 2007 Benjamin Hollis.