var searchIndex = {}; searchIndex["procinfo"] = {"doc":"","items":[[3,"LoadAvg","procinfo","System load and task statistics.",null,null],[12,"load_avg_1_min","","Load average over the last minute.",0,null],[12,"load_avg_5_min","","Load average of the last 5 minutes.",0,null],[12,"load_avg_10_min","","Load average of the last 10 minutes",0,null],[12,"tasks_runnable","","the number of currently runnable kernel scheduling entities (processes, threads).",0,null],[12,"tasks_total","","the number of kernel scheduling entities that currently exist on the system.",0,null],[12,"last_created_pid","","the PID of the process that was most recently created on the system.",0,null],[3,"Statm","","Provides information about memory usage, as measured in pages.",null,null],[12,"size","","Total virtual memory size.",1,null],[12,"resident","","Resident non-swapped memory.",1,null],[12,"share","","Shared memory.",1,null],[12,"text","","Resident executable memory.",1,null],[12,"data","","Resident data and stack memory.",1,null],[3,"Status","","Provides status information for a process.",null,null],[12,"command","","Command run by this process.",2,null],[12,"state","","Current state of the process.",2,null],[12,"pid","","Thread Group ID (i.e., Process ID).",2,null],[12,"numa_gid","","NUMA group ID.",2,null],[12,"tid","","Thread ID.",2,null],[12,"ppid","","Process ID of parent process.",2,null],[12,"tracer_pid","","Process ID of the process tracing this process (0 if not being traced).",2,null],[12,"uid_real","","Real user ID.",2,null],[12,"uid_effective","","Effective user ID.",2,null],[12,"uid_saved","","Saved user ID.",2,null],[12,"uid_fs","","Filesystem user ID.",2,null],[12,"gid_real","","Real group ID.",2,null],[12,"gid_effective","","Effective group ID.",2,null],[12,"gid_saved","","Saved group ID.",2,null],[12,"gid_fs","","Filesystem group ID.",2,null],[12,"fd_allocated","","Number of file descriptor slots currently allocated.",2,null],[12,"groups","","Supplementary group list.",2,null],[12,"ns_pids","","Process IDs for each namespace which the process belongs to.",2,null],[12,"ns_tids","","Thread IDs for each namespace which the process belongs to.",2,null],[12,"ns_pgids","","Process group IDs for each namespace which the process belongs to.",2,null],[12,"ns_sids","","Session IDs of the process for each namespace to which it belongs.",2,null],[12,"vm_peak","","Peak virtual memory size (kB).",2,null],[12,"vm_size","","Virtual memory size (kB).",2,null],[12,"vm_locked","","Locked memory size (kB) (see mlock(3)).",2,null],[12,"vm_pin","","Pinned memory size (since Linux 3.2). These are pages that can't be moved because\nsomething needs to directly access physical memory.",2,null],[12,"vm_hwm","","Peak resident size (kB) ("high water mark").",2,null],[12,"vm_rss","","Resident set size.",2,null],[12,"vm_data","","Size of data segments (kB).",2,null],[12,"vm_stack","","Size of stack segments (kB).",2,null],[12,"vm_exe","","Size of text (executable) segments (kB).",2,null],[12,"vm_lib","","Shared library code size (kB).",2,null],[12,"vm_pte","","Page table entries size (since Linux 2.6.10).",2,null],[12,"vm_pmd","","Size of second-level page tables (since Linux 4.0).",2,null],[12,"vm_swap","","Swapped-out-virtual memory size (since Linux 2.6.34).",2,null],[12,"threads","","Number of threads in process containing this thread.",2,null],[12,"sig_queued","","The number of currently queued signals for this real user ID\n(see the description of RLIMIT_SIGPENDING in getrlimit(2)).",2,null],[12,"sig_queued_max","","The resource limit on the number of queued signals for this process.",2,null],[12,"sig_pending_thread","","Number of signals pending for the thread (see pthreads(7)).",2,null],[12,"sig_pending_process","","Number of signals pending for the process (see signal(7)).",2,null],[12,"sig_blocked","","Mask indicating signals being blocked.",2,null],[12,"sig_ignored","","Mask indicating signals being ignored.",2,null],[12,"sig_caught","","Mask indicating signals being caught.",2,null],[12,"cap_inherited","","Mask of capabilities enabled in inheritable sets (see capabilities(7)).",2,null],[12,"cap_permitted","","Mask of capabilities enabled in permitted sets.",2,null],[12,"cap_effective","","Mask of capabilities enabled in effective sets.",2,null],[12,"cap_bounding","","Capability Bounding set (since Linux 2.6.26).",2,null],[12,"seccomp","","Secure Computing mode of the process (since Linux 3.8, see seccomp(2)).\nThis field is provided only if the kernel was built with the\n`CONFIG_SECCOMP` kernel configuration option enabled.",2,null],[12,"cpus_allowed","","CPUs on which this process may run (since Linux 2.6.24, see cpuset(7)).",2,null],[12,"mems_allowed","","Memory nodes allowed to this process (since Linux 2.6.24, see cpuset(7)).",2,null],[12,"voluntary_ctxt_switches","","Number of voluntary context switches.",2,null],[12,"nonvoluntary_ctxt_switches","","Number of involuntary context switches.",2,null],[4,"SeccompMode","","The Secure Computing state of a process.",null,null],[13,"Disabled","","",3,null],[13,"Strict","","",3,null],[13,"Filter","","",3,null],[4,"State","","The state of a process.",null,null],[13,"Running","","Running.",4,null],[13,"Sleeping","","Sleeping in an interruptible wait.",4,null],[13,"Waiting","","Waiting in uninterruptible disk sleep.",4,null],[13,"Zombie","","Zombie.",4,null],[13,"Stopped","","Stopped (on a signal) or (before Linux 2.6.33) trace stopped.",4,null],[13,"TraceStopped","","trace stopped.",4,null],[13,"Paging","","Paging.",4,null],[13,"Dead","","Dead.",4,null],[13,"Wakekill","","Wakekill.",4,null],[13,"Waking","","Waking.",4,null],[13,"Parked","","Parked.",4,null],[5,"loadavg","","Returns the system load average.",null,{"inputs":[],"output":{"name":"result"}}],[5,"statm","","Returns memory status information for the process with the provided pid.",null,{"inputs":[{"name":"pid_t"}],"output":{"name":"result"}}],[5,"statm_self","","Returns memory status information for the current process.",null,{"inputs":[],"output":{"name":"result"}}],[5,"status","","Returns memory status information for the process with the provided pid.",null,{"inputs":[{"name":"pid_t"}],"output":{"name":"result"}}],[5,"status_self","","Returns memory status information for the current process.",null,{"inputs":[],"output":{"name":"result"}}],[11,"eq","","",0,null],[11,"ne","","",0,null],[11,"default","","",0,{"inputs":[],"output":{"name":"loadavg"}}],[11,"fmt","","",0,null],[11,"hash","","",1,null],[11,"eq","","",1,null],[11,"ne","","",1,null],[11,"default","","",1,{"inputs":[],"output":{"name":"statm"}}],[11,"fmt","","",1,null],[11,"hash","","",3,null],[11,"eq","","",3,null],[11,"fmt","","",3,null],[11,"default","","",3,{"inputs":[],"output":{"name":"seccompmode"}}],[11,"hash","","",2,null],[11,"eq","","",2,null],[11,"ne","","",2,null],[11,"fmt","","",2,null],[11,"default","","",2,{"inputs":[],"output":{"name":"status"}}],[11,"hash","","",4,null],[11,"eq","","",4,null],[11,"fmt","","",4,null],[11,"default","","",4,{"inputs":[],"output":{"name":"state"}}]],"paths":[[3,"LoadAvg"],[3,"Statm"],[3,"Status"],[4,"SeccompMode"],[4,"State"]]}; initSearch(searchIndex);