Replies: 1 comment
-
It should work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I got a simple script with a while(true) loop and added spx_profiler_start() and spx_profiler_stop() within the loop. Between these method calls, there's my echo command to output something.
The CLI command is the following: SPX_ENABLED=1 SPX_REPORT=full SPX_AUTO_START=0 php myTestScript.php
The web GUI itself is working nicely when it comes to track my website calls via webbrowser, which is on the same server where I am using the CLI script. I can click on the entries seen in the results table, I can see the graphs, etc. But I cannot see any entries involving the CLI calls.
Are there any settings I did not consider yet?
Beta Was this translation helpful? Give feedback.
All reactions