• Stars
    star
    351
  • Rank 120,906 (Top 3 %)
  • Language
    Rust
  • License
    MIT License
  • Created over 9 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A process viewer GUI in rust

process-viewer Build Status

A process viewer GUI in rust. It provides current status of your processes (cpu and memory usage) and your system (usage of every core and of your RAM, and the temperature of your components if this information is available).

It can be run on the following platforms:

Please run it in release mode to have good performance:

cargo run --release

or to install it as binary

cargo install process_viewer

Building/running on Linux, MacOS

Take a look at the gtk-rs installation guide to know how install GTK dependencies.

Running on Raspberry

It'll be difficult to build on Raspberry pi directly. A good way-around is to be build on Linux before sending it to your Raspberry pi:

rustup target add armv7-unknown-linux-gnueabihf
cargo build --target=armv7-unknown-linux-gnueabihf

Donations

If you appreciate my work and want to support me, you can do it here:

Become a patron

Screenshots

screenshot screenshot

More Repositories

1

sysinfo

Cross-platform library to fetch system information
Rust
1,495
star
2

rust-GSL

A GSL (the GNU Scientific Library) binding for Rust
Rust
175
star
3

tuto-rust-fr

Un tutoriel pour apprendre Rust
Shell
117
star
4

doc-comment

Write doc comments from macros
Rust
95
star
5

minifier-rs

Minifier tool/lib for JS/CSS/JSON files
Rust
81
star
6

rust-fmod

A rust binding for the FMOD library
Rust
63
star
7

systemd-manager

A systemd service manager written in Rust with the GTK-rs wrapper and direct integration with dbus
Rust
47
star
8

rustc-tools

Some internal rustc tools made accessible
Rust
41
star
9

rust-music-player

A little music player in rust with rsfml and rfmod
Rust
25
star
10

csv-parser

A CSV parser written in Rust with nom
Rust
24
star
11

c_vec-rs

Structures to wrap C arrays
Rust
18
star
12

this-week-in-rust-docs

CSS
14
star
13

mp3-metadata

mp3 metadata parser in rust
Rust
12
star
14

browser-UI-test

small JS framework to easily provide UI screenshot-based tests
JavaScript
12
star
15

rustdoc-stripper

rustdoc-stripper is a tool used to edit/remove rustdoc comments from your code
Rust
12
star
16

html-diff-rs

Rust
7
star
17

rust-toy-game

Rust
7
star
18

ban-ssh-ips

Little script to read failed auths and ban their IPs
Python
5
star
19

howto-linux-kernel

Tutorials to discover how to do some stuff on linux kernel
4
star
20

audio-video-metadata

A crate to parse audio and video metadatas
Rust
4
star
21

ObjectFactory

Object Factory example using C++11
C++
3
star
22

va_list-rs

Rust
3
star
23

Wrapper-RS232-COM-PORT

A class which handles RS232 / COM port links. Works on Windows and Linux.
C++
3
star
24

libpostal-rs

Rust
3
star
25

video-metadata-rs

DEPRECATED. Take a look to https://github.com/GuillaumeGomez/audio-video-metadata
Rust
3
star
26

rustc-tools-example

Example for rustc-tools using cargo
Rust
3
star
27

tetrisJS

A simple Tetris in JS
JavaScript
2
star
28

conference-talks

Talks I made for a few different conferences
JavaScript
2
star
29

HTTP-Sender

A little HTTP request sender in rust
Rust
2
star
30

rust-clean

A little temporary emacs file cleaner in rust
Rust
2
star
31

wire-drawer

A little wire drawer
Rust
2
star
32

android_database-list_example

A little database and list example for android
Java
2
star
33

file-explorer-3D

It is a file explorer in 3D, made with SDL2 and platform independant.
C++
2
star
34

TODO-list

My list of TODO work
2
star
35

stripper-interface

This is the library used by rustdoc-stripper and gir to generate comments files
Rust
1
star
36

git-tips

1
star
37

macro-utils

Rust
1
star
38

merge-bot

Python
1
star
39

Android-File-explorer

A file explorer on android
Java
1
star
40

c_str-rs

Old Rust c_str module
Rust
1
star
41

string-extension

Useful template file to make string's operations easier
C++
1
star