1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
Oinktube/install/checkMaxOpenFiles.php

7 lines
No EOL
110 B
PHP

<?php
$cmd = 'ps aux | grep YPTSocket';
exec($cmd);
$cmd = 'cat /proc/56529/limits | grep open';
exec($cmd);