Skip to content
Snippets Groups Projects
Commit 46c38579 authored by llaffont's avatar llaffont
Browse files

Script analyse logs produits par le plugin System

parent e885c7e7
Branches
Tags
No related merge requests found
......@@ -4497,6 +4497,7 @@ scripts/iosrd.sh -text
scripts/opac2.sql -text
scripts/opac3.el -text
scripts/svn-export.sh -text
scripts/top_10_slow_request.sh -text
tests/.htaccess -text
tests/TestXPathFactory.php -text
tests/application/modules/AbstractControllerTestCase.php -text
......
#!/bin/sh
grep -o "\/[^?]\+?[^&]\+" $1|sort|uniq -c|sort|tail -n 10
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment