The PID string and ITEMTYPE name are used later to retrieve the content data and compose an e-mail notification.
PID字符串和ITEMTYPE名称在后面会用于查询内容数据和创建电子邮件通知。
This is useful if you want to be able to kill or reload the zone information because you can locate the PID of the server using this file.
如果希望能够终止或重新加载区域信息,这是非常有用的,因为您可以使用此文件来定位服务器的PID。
The 2.4 kernel sometimes suffers with higher Numbers of PIDs requested by applications due to the low PID limit it allows.
由于允许的PID上限较低,2.4内核有时会出现应用程序请求的PID编号过高的情况。
The presence of a parent PID (PPID) implies that one process is created by another process.
父PID (PPID)的存在意味着这是一个由别的进程创建的进程。
However, knowing that error_log is used by the HTTPD daemon and that I can find the PID with the ps command, I can look at all the open files for the daemon.
然而,我们知道httpd守护进程使用了error _ log文件,所以可以使用ps命令找到这个PID,然后可以查看这个守护进程打开的所有文件。
This example USES the PID provider.
这个示例使用PID提供者。
Then as root, issue the truss command supplying the PID of the users process.
然后,作为root 用户执行 truss命令并提供用户进程的PID。
The child process continues by printing its parent PID for five seconds.
子进程在五秒钟内继续打印其父pid。
After identifying the PID number, using svmon can drill down to this level.
在确定了PID数值之后,可以使用svmon进一步深入研究。
This code obtains the PID string and ITEMTYPE name from the event data.
这些代码能从事件数据获取PID字符串和ITEMTYPE名称。
When the probe fires, you increment an associative array element for the given PID and process name.
当该探针触发时,将为特定的PID和进程名增加一个关联数组元素。
After reading a line, the PID is written to the out file.
在读取一行之后,将PID写到输出文件。
To specify a single process, you use the -p parameter, followed by the PID of the process.
要指定单个进程,可以使用-p参数,后面加上该进程的PID。
From this, you can see that PID 2452 has the file opened on file descriptors 2 (standard error) and 7.
在这个示例中,您可以看到PID 2452打开文件的文件描述符为2(标準错误)和7。
A process also has a parent, which in most cases is the PID of the process that launched it.
进程还有父进程,在大多数情况下就是启动它的进程的PID。