Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 359 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 359 Bytes

CPU cat

cat program with output coloring based on the cpu usage.

Intended for use with long-running processes (like mvn package) to highlight hot places.

Example use:

cargo build | cpucat

sample output

Installation

Simply build (cargo build --release) and copy the executable cp target/release/cpucat /usr/bin