• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Question Strange php logs

Nicola

Basic Pleskian
Hi,
I have php logs like the example below:

Code:
[03-May-2021 16:51:33] WARNING: [pool site.example.com] child 84111 said into stderr: "  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current"
[03-May-2021 16:51:33] WARNING: [pool site.example.com] child 84111 said into stderr: "                                 Dload  Upload   Total   Spent    Left  Speed"
[03-May-2021 16:51:33] WARNING: [pool site.example.com] child 84111 said into stderr: "
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   800    0   143  100   657    459   2109 --:--:-- --:--:-- --:--:--  2112"
[03-May-2021 16:51:33] WARNING: [pool site.example.com] child 84111 said into stderr: "  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current"
[03-May-2021 16:51:33] WARNING: [pool site.example.com] child 84111 said into stderr: "                                 Dload  Upload   Total   Spent    Left  Speed"
[03-May-2021 16:51:34] WARNING: [pool site.example.com] child 98469 said into stderr: "[03-May-2021 16:51:33] WARNING: [pool site.example.com] child 84111 said into stderr: "
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0  4144    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0""
[03-May-2021 16:51:33] WARNING: [pool site.example.com] child 84111 said into stderr: "
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0  4144    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
100  4921    0   777  100  4144    527   2813  0:00:01  0:00:01 --:--:--  2815"
[03-May-2021 16:51:34] WARNING: [pool site.example.com] child 84111 said into stderr: "  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current"
[03-May-2021 16:51:34] WARNING: [pool site.example.com] child 84111 said into stderr: "                                 Dload  Upload   Total   Spent    Left  Speed"
[03-May-2021 16:51:35] WARNING: [pool site.example.com] child 98475 said into stderr: "[03-May-2021 16:51:34] WARNING: [pool site.example.com] child 84111 said into stderr: "
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0""
[03-May-2021 16:51:34] WARNING: [pool site.example.com] child 84111 said into stderr: "
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   977    0   158  100   819    415   2151 --:--:-- --:--:-- --:--:--  2149"
[03-May-2021 16:51:35] WARNING: [pool site.example.com] child 84111 said into stderr: "  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current"
[03-May-2021 16:51:35] WARNING: [pool site.example.com] child 84111 said into stderr: "                                 Dload  Upload   Total   Spent    Left  Speed"
[03-May-2021 16:51:35] WARNING: [pool site.example.com] child 98480 said into stderr: "[03-May-2021 16:51:35] WARNING: [pool site.example.com] child 84111 said into stderr: "
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0""
[03-May-2021 16:51:36] WARNING: [pool site.example.com] child 98490 said into stderr: "[03-May-2021 16:51:35] WARNING: [pool site.example.com] child 84111 said into stderr: "
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0""
[03-May-2021 16:51:35] WARNING: [pool site.example.com] child 84111 said into stderr: "
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0  1166    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
100  1392    0   226  100  1166    159    824  0:00:01  0:00:01 --:--:--   824"
[03-May-2021 16:51:36] WARNING: [pool site.example.com] child 84111 said into stderr: "  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current"
[03-May-2021 16:51:36] WARNING: [pool site.example.com] child 84111 said into stderr: "                                 Dload  Upload   Total   Spent    Left  Speed"
[03-May-2021 16:51:36] WARNING: [pool site.example.com] child 78847 said into stderr: "  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current"
[03-May-2021 16:51:36] WARNING: [pool site.example.com] child 78847 said into stderr: "                                 Dload  Upload   Total   Spent    Left  Speed"
[03-May-2021 16:51:37] WARNING: [pool site.example.com] child 76421 said into stderr: "  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current"
[03-May-2021 16:51:37] WARNING: [pool site.example.com] child 76421 said into stderr: "                                 Dload  Upload   Total   Spent    Left  Speed"

does anyone know how to get more information on the type of warning or what they can be caused by?

Thanks in advace
 
It looks like the PHP script is calling the curl binary. What is running on site.example.com?
 
some scripts are called curls. Now I've added the "curl -s ..." option and I don't see those logs anymore
 
Back
Top