You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-10Lines changed: 4 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# goasitop
2
2
3
-
`goasitop` is a terminal-based monitoring tool designed to display real-time power metrics for Apple Silicon chips. It provides a simple and efficient way to monitor CPU and GPU usage, E-Cores and P-Cores, power consumption, and other system metrics directly from your terminal.
3
+
`goasitop` is a terminal-based monitoring tool "top" designed to display real-time power metrics for Apple Silicon chips. It provides a simple and efficient way to monitor CPU and GPU usage, E-Cores and P-Cores, power consumption, and other system metrics directly from your terminal!
4
4
5
5

6
6
@@ -10,14 +10,10 @@
10
10
- Real-time CPU and GPU power usage display.
11
11
- Detailed metrics for different CPU clusters (E-Cores and P-Cores).
12
12
- Memory usage and swap information.
13
+
- Network usage information and Disk Activity Read/Write
13
14
- Easy-to-read terminal UI
14
15
- Support for all Apple Silicon models.
15
16
16
-
## Known Bugs
17
-
18
-
- Cannot exit cleanly with Ctrl + C etc. must kill terminal process for goasitop exit.
19
-
- Improvements to be made to the UI, data polling rate, etc. WIP
20
-
21
17
## Install via Homebrew
22
18
23
19
```bash
@@ -63,13 +59,13 @@ After installation, you can start `goasitop` by simply running:
63
59
64
60
Use the following keys to interact with the application:
65
61
-`q`: Quit the application.
66
-
-`r`: Refresh the data manually.
62
+
-`r`: Refresh the UI data manually.
67
63
68
64
## Contributing
69
65
70
66
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
71
67
72
-
1. Fork the Project
68
+
1. Fork goasitop
73
69
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
74
70
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
75
71
4. Push to the Branch (`git push origin feature/AmazingFeature`)
0 commit comments