[Orca-checkins] rev 142 - trunk/orca/orcallator

blair at orcaware.com blair at orcaware.com
Mon Jul 15 14:57:01 PDT 2002


Author: blair
Date: Mon, 15 Jul 2002 14:56:49 -0700
New Revision: 142

Modified:
   trunk/orca/orcallator/orcallator.se
Log:
* orcallator/orcallator.se:
  Update the modification message for version 1.34 to say that Solaris
    8 removed the pagesio variable and even with older versions of SE
    and orcallator.se which measured pagesio, the measured value would
    always be 0 on Solaris 8 and above.


Modified: trunk/orca/orcallator/orcallator.se
==============================================================================
--- trunk/orca/orcallator/orcallator.se	(original)
+++ trunk/orca/orcallator/orcallator.se	Mon Jul 15 14:56:50 2002
@@ -11,16 +11,17 @@
 // Version 1.34:   Jul 14, 2002	Support for SE version 3.3.  Break
 //				compatibility with SE version 3.1, which was
 //				released in April 1999, and older SE versions.
-//				Because there is no way at C preprocessing time
-//				of an SE script to determine which version of
-//				SE is being used, in orcallator.se, regardless
-//				of SE version, on Solaris 8 or later, do not
-//				record the pagesio data.  In the Yahoo!
-//				GeoCities data, this value has always been
-//				zero.  SE 3.3 finally removed the compatibility
-//				#define from prpsinfo_t to psinfo_t, so now use
-//				psinfo_t.  This breaks compatibility with SE
-//				3.0.
+//				Solaris 8 removed the pagesio variable and in
+//				SE 3.3, kstat.se #ifdef's out ks_system_pages's
+//				pagesio variable on Solaris 8 and above, so now
+//				orcallator.se only measures pagesio on Solaris
+//				7 or older.  Even with older versions of SE and
+//				orcallator.se which defined and used pagesio
+//				on Solaris 8, pagesio would always measure as
+//				0.  SE 3.3 finally removed the compatibility
+//				#define from prpsinfo_t to psinfo_t, so now
+//				use psinfo_t.  This breaks compatibility with
+//				SE 3.1 and older SE versions.
 // Version 1.33:   Jul 10, 2002	In check_output_log_filename(), stat() was
 //				was being passed a stat_t by value, instead of
 //				a pointer to a stat_t.  Only the return value




More information about the Orca-checkins mailing list