Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / plugins / php / php-cgi @ ec4951b7

Historique | Voir | Annoter | Télécharger (1,52 ko)

# Date Auteur Commentaire
2ad552cb 2015-03-25 10:13 Mikel Olasagasti Uranga

Normalize php's plugin categories

d0d36f49 2012-08-24 11:33 Jens Jahnke

Use ${CMD_...} only to check if command exists
and use the real command e.g. grep, sed, etc. in the command line.

f25c788c 2012-08-24 11:24 Jens Jahnke

Remove "[GB]" from graph title.

123d91cf 2012-08-24 04:29 Jens Jahnke

Added output of memory usage to graph.

The memory consumption of all processes (not threads) is calculated
in GB and added to the graph.

361a5316 2012-08-24 03:46 Jens Jahnke

Don't use hard coded paths to the used command line tools.

The tools grep, sed and wc may have a different path. Therefore
they are now evaluated via "which". If a command is not found the script
exits with an error message and the exit code 1.

178747d9 2012-08-09 18:54 Diego Elio Pettenò

Move php plugins where they belong.