Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit d6fd0bd

Browse files
authored
Merge pull request #147 from evertharmeling/patch-3
[php.rst] Optimize memory usage insight example
2 parents bd89b05 + b2b899d commit d6fd0bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

languages/php.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ the following command:
341341

342342
.. code-block:: terminal
343343
344-
$ tail -n5000 /var/log/php.access.log | awk '{print $6}' | sort -n | uniq -c
344+
$ symfony ssh -- tail -n5000 /var/log/php.access.log | awk '{print $6}' | sort -n | uniq -c
345345
346346
This will print out a table of how many requests used how much memory, in KB,
347347
for the last 5,000 requests that reached PHP-FPM (increase that number if your

0 commit comments

Comments
 (0)