rktop 0.1.5

High-performance system monitor for Rockchip SoCs (RK3588, RK3399) with real-time CPU, GPU, NPU, RGA, memory, and process monitoring
1
2
3
4
5
6
7
8
9
10
11
  Contributions are welcome! To contribute:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/your-feature)
  3. Make your changes and test on Rockchip hardware
  4. Commit your changes (git commit -m 'Add some feature')
  5. Push to your branch (git push origin feature/your-feature)
  6. Open a Pull Request

  Please ensure your code builds with cargo build --release and maintains the project's focus on minimal CPU
  overhead.