码迷,mamicode.com
首页 >  
搜索关键字:processes    ( 1265个结果
《实战Nginx》读书笔记--Nginx配置文件
先看下一份的Nginx 的配置#user nobody nobody;#使用的用户和组worker_processes 4;#工作进程的个数,一般等于CPU核数或者总核数的两倍#error_log logs/error.log;#错误日志的存放路径 错误日志级别有[debug|info|not...
分类:其他好文   时间:2014-09-15 11:16:08    阅读次数:204
Linux下ps aux解释
ps aux的功能是打印出所有进程 ps是最基本也是最强大的进程查看命令 aux都是参数 a = show processes for all users 显示所有用户的进程 u = display the process's user/owner 显示用户 x = also show processes not attached to a terminal 显示无控制终端的进程...
分类:系统相关   时间:2014-09-05 13:02:11    阅读次数:475
poj 2299 Ultra-QuickSort(树状数组)
DescriptionIn this problem, you have to analyze a particular sorting algorithm. The algorithm processes a sequence of n distinct integers by swapping ...
分类:其他好文   时间:2014-09-04 13:08:20    阅读次数:185
052新题1
答案解析: large pool Optional area in the SGA that provides large memory allocations for backup and restore operations, I/O server processes, and session memory for theshared server and Or...
分类:其他好文   时间:2014-08-29 11:06:57    阅读次数:136
ps 简介
PSNAME ps - report a snapshot of the current processes. 显示当前的进程(相当重要的一个命令)下面主要介绍几个常用的选项,对于其他选项暂时不做要求a BSD-style, list all processes with a ...
分类:其他好文   时间:2014-08-24 22:05:34    阅读次数:307
oracle修改NLS_CHARACTERSET字符集
sqlplus "/ as sysdba"SQL> SHUTDOWN IMMEDIATE;SQL> STARTUP MOUNT;SQL> ALTER SYSTEM ENABLE RESTRICTED SESSION;SQL> ALTER SYSTEM SET JOB_QUEUE_PROCESSES=...
分类:数据库   时间:2014-08-21 16:33:54    阅读次数:288
C#获取WIN系统进程信息
private void button1_Click(object sender, EventArgs e) { listBox_thread_list.Items.Clear(); Process[] processes; ...
分类:Windows程序   时间:2014-08-20 01:15:37    阅读次数:284
(转)How To Kill runaway processes After Terminating Concurrent Request
Every concurrent Request uses some resources for running. If we find that the concurrent request is taking long time and decided to terminate the conc...
分类:其他好文   时间:2014-08-18 14:24:02    阅读次数:160
ORACLE查看并修改最大连接数
1. 查看processes和sessions参数 SQL> show parameter processes NAME TYPE VALUE db_writer_processes integer 1 gcs_server_processes integer 0 job_queue_pr...
分类:数据库   时间:2014-08-18 12:23:44    阅读次数:260
Linux的进程与服务(二)
1.查看进程ps - processes snapshotps aueps -elf[root@localhost ~]# ps aueUSER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMANDroot ...
分类:系统相关   时间:2014-08-17 12:54:12    阅读次数:244
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!