Conception et réalisation d'un outil en ligne de commande permetantd'analyser un fichier de log Apache. Cet outil est capable de générer des documents synthétiques au format GraphViz, mais aussi des statistiques.
Nous avons créé un makefile pour faciliter la compilation. Il se trouve dans le dossier bin, avec tous les fichiers “.h” et “.cpp”.
Pour l’exécution, nous pouvons utiliser la syntaxe suivante : ./analog [-options] <fichier_test>.log voir Manuel d'utilisation
Design and implementation of a command line tool to analyze an Apache log file. This tool is able to generate synthetic documents in GraphViz format, but also statistics.
We have created a makefile to facilitate compilation. It is located in the bin folder, with all the ".h" and ".cpp" files.
For execution, we can use the following syntax: ./analog [-options] <test_file>.log see User Manual