Historique | Voir | Annoter | Télécharger (1,52 ko)
Normalize php's plugin categories
Use ${CMD_...} only to check if command existsand use the real command e.g. grep, sed, etc. in the command line.
Remove "[GB]" from graph title.
Added output of memory usage to graph.
The memory consumption of all processes (not threads) is calculatedin GB and added to the graph.
Don't use hard coded paths to the used command line tools.
The tools grep, sed and wc may have a different path. Thereforethey are now evaluated via "which". If a command is not found the scriptexits with an error message and the exit code 1.
Move php plugins where they belong.