mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Removed sys_getloadavg() (#1188)
This commit is contained in:
parent
8e5b0ff13e
commit
ff46ec48a4
8 changed files with 2 additions and 35 deletions
|
@ -53,14 +53,6 @@ if ($show_dbg_info) {
|
|||
$stat .= humn_size(sys('mem_peak'), 2) . ' / ';
|
||||
$stat .= humn_size(sys('mem'), 2);
|
||||
|
||||
if ($l = sys('la')) {
|
||||
$l = explode(' ', $l);
|
||||
for ($i = 0; $i < 3; $i++) {
|
||||
$l[$i] = round($l[$i], 1);
|
||||
}
|
||||
$stat .= " | " . $lang['LIMIT'] . " $l[0] $l[1] $l[2]";
|
||||
}
|
||||
|
||||
$stat .= ' ]';
|
||||
|
||||
if (SQL_DEBUG) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue