Skip to content

Commit

Permalink
chore(doc): update README with better screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
graelo committed Aug 2, 2023
1 parent 573fa15 commit 939ca3f
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 2 deletions.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,31 @@ cargo install pumas
sudo pumas run
```

![Screenshot](./images/screenshot.png)
Use the arrow keys to switch between tabs. Press `q` or `x` to quit.

### Screenshots

Overview Tab: global metrics for utilization and power consumption.

![Overview](./images/screenshot-overview.png)

CPU Tab: per-cluster CPU utilization (with short history) and frequency
(with short history)

![CPU](./images/screenshot-cpu.png)

GPU Tab: GPU utilization (with short history) and frequency
(with short history)

![GPU](./images/screenshot-gpu.png)

SoC Tab: misc info about the SoC

![SoC](./images/screenshot-soc.png)

Startup:

![Startup](./images/screenshot-startup.png)

## Usage

Expand Down
Binary file added images/screenshot-cpu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/screenshot-gpu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/screenshot-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/screenshot-soc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/screenshot-startup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 25 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,31 @@
//! sudo pumas run
//! ```
//!
//! ![Screenshot](./images/screenshot.png)
//! Use the arrow keys to switch between tabs. Press `q` or `x` to quit.
//!
//! ### Screenshots
//!
//! Overview Tab: global metrics for utilization and power consumption.
//!
//! ![Overview](./images/screenshot-overview.png)
//!
//! CPU Tab: per-cluster CPU utilization (with short history) and frequency
//! (with short history)
//!
//! ![CPU](./images/screenshot-cpu.png)
//!
//! GPU Tab: GPU utilization (with short history) and frequency
//! (with short history)
//!
//! ![GPU](./images/screenshot-gpu.png)
//!
//! SoC Tab: misc info about the SoC
//!
//! ![SoC](./images/screenshot-soc.png)
//!
//! Startup:
//!
//! ![Startup](./images/screenshot-startup.png)
//!
//! ## Usage
//!
Expand Down

0 comments on commit 939ca3f

Please sign in to comment.