[Nagiosplug-checkins] SF.net SVN: nagiosplug: [2001] nagiosplug/trunk/plugins-root/pst3.c
tonvoon at users.sourceforge.net
tonvoon at users.sourceforge.net
Tue May 27 15:36:00 CEST 2008
Revision: 2001
http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2001&view=rev
Author: tonvoon
Date: 2008-05-27 06:35:59 -0700 (Tue, 27 May 2008)
Log Message:
-----------
Add additional PID column heading
Modified Paths:
--------------
nagiosplug/trunk/plugins-root/pst3.c
Modified: nagiosplug/trunk/plugins-root/pst3.c
===================================================================
--- nagiosplug/trunk/plugins-root/pst3.c 2008-05-26 09:43:58 UTC (rev 2000)
+++ nagiosplug/trunk/plugins-root/pst3.c 2008-05-27 13:35:59 UTC (rev 2001)
@@ -99,7 +99,7 @@
if ((pDir = opendir(PROC_DIR)) != NULL)
{
/* Display column headings */
- printf("S UID PPID VSZ RSS %%CPU COMMAND ARGS\n");
+ printf("S UID PID PPID VSZ RSS %%CPU COMMAND ARGS\n");
/* Zip through all of the process entries */
while ((pDent = readdir(pDir)) != NULL)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list