All New

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login

All New Login

All gists matching topic Stats

Recently created
Least recently created
Recently updated
Least recently updated
Erreur32's Avatar

Erreur32 / script_stat_machine_docker.sh

1 likes
0 forks
1 files
Last active 1 month ago
Des stats encore des stats :) pour Docker sur linux Debian
Docker Linux Stats
1 #!/bin/bash
2
3 echo -e "\n Stats Machine proc/load"
4
5 # Commande pour afficher les 3 premières lignes des processus triés par utilisation CPU
6 output=$(ps aux --sort=-%cpu | head -n 3)
7
8 # Traitement et coloration des colonnes
9 echo "$output" | awk '
10 BEGIN {
Newer Older

Powered by Opengist ⋅ Load: 14ms⋅

English
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文