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

Commit b2b899d

Browse files
[php.rst] Optimize memory usage insight example
As in line with the `PHP Worker Sizing Hints`-chapter
1 parent bd89b05 commit b2b899d

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)