kalle07 commited on
Commit
6c6123c
·
verified ·
1 Parent(s): 4d3b060

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ SmartTaskTool<br>
2
+ Read / Write - Detection on your Hard Drives<br>
3
+ CPU - Usage<br>
4
+ RAM - Usage<br>
5
+ GPU - Usage (all only nvidia)<br>
6
+ VRAM - Usage<br>
7
+ GPU Temperature<br>
8
+ Network - download/upload<br>
9
+ -> Update once per second<br><br>
10
+ only windows, sorry<br><br>
11
+
12
+ python (3 files, start main) and exe<br>
13
+ with WMI so its slow(the fast way with psutil dont work with partitions)<br>
14
+
15
+ GPU should be work with multi GPUs if nvidia<br>
16
+ Network should be work with all connected network adapters (in tray-icon no name, but mouse hover over you will see)<br>
17
+
18
+ My Icons look like this: (depending on your hard disks/partitions, Network, GPU)
19
+
20
+
21
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65b669300c9514da4f17a34f/R5Wo9kiZ9lPmbrtu6_9jP.png)
22
+
23
+ <br><br>
24
+
25
+ Drive threshold 2MB (this means that only larger actions are displayed) <br>
26
+ red - writing<br>
27
+ green - reading<br>
28
+ yellow - <read/write><br>
29
+ Network start at 0.1kB/s up to GB/s<br>
30
+ Mouse hover - You see a little more detail, but it is not updated<br>
31
+ If you put in autostart, try to delay start 5 to 10sec<br>
32
+ mause "right click" - EXIT<br><br><br>
33
+
34
+ <b>All at your own risk !!!</b>