Skip to content

Commit dcbb8ad

Browse files
Update README.md
1 parent b40501a commit dcbb8ad

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,9 @@ Our Julia package [TerminalSystemMonitor.jl](https://github.com/AtelierArith/Ter
135135

136136
## Can I visualize GPU Apple Silicon processors?
137137

138-
Technically yes, however, you may want to chekcout [context-labs/mactop](https://github.com/context-labs/mactop) or [tlkh/asitop](https://github.com/tlkh/asitop) to start instantly. To get information regarding GPU, we need to call `powermetrics` command which requires root privilege. If you are familiar with Rust language, [vladkens/macmon](https://github.com/vladkens/macmon) is what you need. It states "sudoless performance monitoring for Apple Silicon processors".
138+
Yes!!! See this [PR](https://github.com/AtelierArith/TerminalSystemMonitor.jl/pull/6#issue-2825769951)
139+
140+
```julia
141+
julia> using MacOSIOReport; using TerminalSystemMonitor; monitor()
142+
```
143+

0 commit comments

Comments
 (0)