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
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# goasitop
1
+
# mactop
2
2
3
-

3
+

4
4
5
-
`goasitop` is a terminal-based monitoring tool "top" designed to display real-time 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!
5
+
`mactop` is a terminal-based monitoring tool "top" designed to display real-time 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!
6
6
7
-

7
+

8
8
9
9
## Compatibility
10
10
@@ -25,30 +25,30 @@
25
25
26
26
## Install via Homebrew
27
27
28
-
Help get us on the official Homebrew formulas by giving us a star! [goasitop](https://github.com/context-labs/goasitop)
28
+
Help get us on the official Homebrew formulas by giving us a star! [mactop](https://github.com/context-labs/mactop)
29
29
30
30
```bash
31
-
brew tap context-labs/goasitop https://github.com/context-labs/goasitop
31
+
brew tap context-labs/mactop https://github.com/context-labs/mactop
32
32
```
33
33
34
34
```bash
35
-
brew install goasitop
35
+
brew install mactop
36
36
```
37
37
38
38
```bash
39
-
sudo goasitop
39
+
sudo mactop
40
40
```
41
41
42
42
## Installation
43
43
44
-
To install `goasitop`, follow these steps:
44
+
To install `mactop`, follow these steps:
45
45
46
46
1. Ensure you have Go installed on your machine. If not, you can install it by following the instructions here: [Go Installation Guide](https://go.dev/doc/install).
@@ -58,17 +58,17 @@ To install `goasitop`, follow these steps:
58
58
59
59
4. Run the application:
60
60
```bash
61
-
sudo ./goasitop
61
+
sudo ./mactop
62
62
```
63
63
64
64
## Usage
65
65
66
-
After installation, you can start `goasitop` by simply running:
66
+
After installation, you can start `mactop` by simply running:
67
67
```bash
68
-
sudo ./goasitop
68
+
sudo ./mactop
69
69
```
70
70
71
-
`sudo` is required to run `goasitop`
71
+
`sudo` is required to run `mactop`
72
72
73
73
Use the following keys to interact with the application:
74
74
-`q`: Quit the application.
@@ -79,13 +79,13 @@ Use the following keys to interact with the application:
79
79
80
80
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
81
81
82
-
1. Fork goasitop
82
+
1. Fork mactop
83
83
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
84
84
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
85
85
4. Push to the Branch (`git push origin feature/AmazingFeature`)
86
86
5. Open a Pull Request
87
87
88
-
## What does goasitop use to get real-time data?
88
+
## What does mactop use to get real-time data?
89
89
90
90
-`sysctl`: For CPU model information
91
91
-`system_profiler`: For GPU Core Count
@@ -100,7 +100,7 @@ Distributed under the MIT License. See `LICENSE` for more information.
0 commit comments