397 liens privés
Un tuto très simple qui explique comment utiliser l'excellent pgbadger.
C'est un script perl qui analyse les logs postgres, hors connexion.
Il génère une page html (avec tout le contenu statique nécessaire "inliné") qui présente tout un tas de statistiques dont les fameux histogrammes des requêtes lentes, etc..
Plus d'informations sur l'outil: http://dalibo.github.io/pgbadger/ + https://github.com/dalibo/pgbadger/
Encore un bel outil postgres, signé Dalibo: http://www.dalibo.com/ <3
"""
Httplog and httptop go one step further by implementing some basic decoding of the raw data that echo_fds shows. In particular, if the connection is carrying HTTP data, they extract information like the URL and the response time. You can think about this as a simple version of ngxtop, but web server agnostic and able to see inside containers.
"""
Notez qu'ils parlent de 'containers', mais quand on en précise aucun (exemple 'sysdig -pc -c httplog') cela utilise le container "host" qui est donc la machine locale en elle-même.