Please refer to the bottom of this readme regarding the state of development. This readme is subject to change.
- What is TOBS?
- Features
- Customizing TOBS
- Screenshots
- Installation
- Known Issues
- State of development
- Support
- Special Thanks
It shows you the most important information about your system in an instant using comprehensible charts.
With customizable options like refreshrate, dark- and light mode, drag- and drop alignment of the charts and some more, you can make Tobs your very own experience.
Tobs is able to display the following CPU data:
- CPU Name
- Current clock speed
- Power clock speed
- Usage in %
- Cores (logical)
- CPU model and vendor
Tobs is able to display the following CPU data:
- Memory Name
- Usage in %
- Total memory available
- Used memory
- Free memory
- Memory clock
- Memory type
Tobs is able to display the following GPU data:
- GPU name
- Total VRAM
- Bus
- Why is there not more information?
Tobs is able to display the following GPU data:
- Free space per disk
- Used space per disk
- Mounted disks
Tobs is able to display the following network data:
Note: This data applies only to the default interface
- Connection Name
- IPv4 address
- IPv6 address
- MAC address
- Current upload speed in MBit (Megabit)
- Current download speed in MBit (Megabit)
TOBS is almost fully customizable. You are able to adjust the following settings:
- Refreshrate of data
- Select if data shall be displayed in GiB (Gibibyte) or GB (Gigabyte)
- Switch between Dark- and Light mode
- Chartlayout customizable with drag and drop
This is what TOBS looks like in action
The TOBS installation is pretty straigt forward.
To get started, download the latest release or clone the master to your computer.
Make sure you have Node installed!
Open an Commandprompt/Terminal inside the TOBS folder and run npm install.
After that, use npm start to launch TOBS.
Just like with every piece of software, TOBS also has some known issues and drawbacks.
-
You can't monitor your graphics card with TOBS, as it lacks a proper API to get GPU data. The only information TOBS can display about your GPU are:
- GPU name
- Total VRAM
- Bus
-
Due to Linux's permission system, there is no direct Linux support right now. Technically, TOBS should run on Linux, but with issues (e. g. missing / incorrect data, etc.)
This displays the current state of development.
Planned Feature | Implemented | Working as intended / Tested |
---|---|---|
CPU usage | ✅ | ❌ |
RAM usage | ✅ | ❌ |
GPU usage | ❓ Learn more | ❌ |
disk usage | ✅ | ❌ |
network usage | ✅ | ❌ |
Preference | Implemented | Working as intended / Tested |
---|---|---|
chart layout via drag & drop | ✅ | ❌ |
custom refreshrate of charts | ✅ | ❌ |
measurements in GiB or GB | ✅ | ❌ |
set dark or light mode on the fly | ✅ | ❌ |
self updating or atleast update assistent | ❓ Update dialog | ❌ |
enable / disable animated charts | ✅ | ❌ |
If you have discovered a 🐜 or have a feature suggestion, feel free to create an issue on Github.
This project is lincensed under the MIT License.
(In chronological order)
- miit0o for creating this great looking README.