Todos Novo

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

Entrar

Todos Novo Entrar

All gists matching topic Stats

Mais recente criado
Menos recente criado
Mais recente atualizado
Menos recente atualizado
Erreur32's Avatar

Erreur32 / script_stat_machine_docker.sh

1 curtidas
0 bifurcações
1 arquivos
Última atividade 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 {
Próximo Anterior

Desenvolvido por Opengist ⋅ Load: 17ms⋅

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