[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: beancounter.h
File is not writable. Editing disabled.
/* * include/uapi/linux/beancounter.h * * Copyright (c) 2010-2015 Parallels IP Holdings GmbH * */ #ifndef _LINUX_BEANCOUNTER_H #define _LINUX_BEANCOUNTER_H /* * Resource list. */ #define UB_KMEMSIZE 0 /* Unswappable kernel memory size including * struct task, page directories, etc. */ #define UB_LOCKEDPAGES 1 /* Mlock()ed pages. */ #define UB_PRIVVMPAGES 2 /* Total number of pages, counting potentially * private pages as private and used. */ #define UB_SHMPAGES 3 /* IPC SHM segment size. */ #define UB_DUMMY 4 /* Dummy resource (compatibility) */ #define UB_NUMPROC 5 /* Number of processes. */ #define UB_PHYSPAGES 6 /* All resident pages, for swapout guarantee. */ #define UB_VMGUARPAGES 7 /* Guarantee for memory allocation, * checked against PRIVVMPAGES. */ #define UB_OOMGUARPAGES 8 /* Guarantees against OOM kill. * Only limit is used, no accounting. */ #define UB_NUMTCPSOCK 9 /* Number of TCP sockets. */ #define UB_NUMFLOCK 10 /* Number of file locks. */ #define UB_NUMPTY 11 /* Number of PTYs. */ #define UB_NUMSIGINFO 12 /* Number of siginfos. */ #define UB_TCPSNDBUF 13 /* Total size of tcp send buffers. */ #define UB_TCPRCVBUF 14 /* Total size of tcp receive buffers. */ #define UB_OTHERSOCKBUF 15 /* Total size of other socket * send buffers (all buffers for PF_UNIX). */ #define UB_DGRAMRCVBUF 16 /* Total size of other socket * receive buffers. */ #define UB_NUMOTHERSOCK 17 /* Number of other sockets. */ #define UB_DCACHESIZE 18 /* Size of busy dentry/inode cache. */ #define UB_NUMFILE 19 /* Number of open files. */ #define UB_RESOURCES_COMPAT 24 /* * Add new resources here. */ #define UB_NUMXTENT 23 #define UB_SWAPPAGES 24 #define UB_RESOURCES 25 struct ubparm { /* * A barrier over which resource allocations are failed gracefully. * If the amount of consumed memory is over the barrier further sbrk() * or mmap() calls fail, the existing processes are not killed. */ unsigned long barrier; unsigned long limit; /* hard resource limit */ unsigned long held; /* consumed resources */ unsigned long maxheld; /* maximum amount of consumed resources through the last period */ unsigned long minheld; /* minimum amount of consumed resources through the last period */ unsigned long failcnt; /* count of failed charges */ int max_precharge; /* maximum percpu resource precharge */ }; #endif /* _LINUX_BEANCOUNTER_H */
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server05.hostinghome.co.in
Server IP: 192.168.74.40
PHP Version: 7.4.33
Server Software: Apache
System: Linux server05.hostinghome.co.in 3.10.0-962.3.2.lve1.5.81.el7.x86_64 #1 SMP Wed May 31 10:36:47 UTC 2023 x86_64
HDD Total: 1.95 TB
HDD Free: 700.21 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Disabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: itsweb
User ID (UID): 1619
Group ID (GID): 1621
Script Owner UID: 1619
Current Dir Owner: N/A