ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/ihost/libstatgrab/memory_stats.c
Revision 1.11
Mon Mar 3 12:32:36 2003 UTC (21 years, 8 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +0 -0 lines
FILE REMOVED
Following up on Pete's commit of the new ihost - the new configure stuff.
Also dropped the old libstatgrab.

Revision 1.10 - (view) (annotate) - [select for diffs]
Wed May 29 19:41:59 2002 UTC (22 years, 6 months ago) by tdb
Branch: MAIN
CVS Tags: IHOST_1_0_RC1
Changes since 1.9: +4 -0 lines
Diff to previous 1.9
This ihost now uses autoconf and automake to make a "normal" installation
and distribution ;) It's now far easier to compile. To build from CVS :-
aclocal
autoheader
autoconf
automake -a -c
Then for compiling (end users will only need to do this) :-
./configure
make
make install
To build a distribution :-
make dist

Revision 1.9 - (view) (annotate) - [select for diffs]
Tue May 28 14:40:41 2002 UTC (22 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8
A few bug fixes. Firstly on linux the cache value being sent was actually
the same as the free value ;) Secondly, on linux used was not including the
cache value. To clarify, total=used+free. cache is merely and indication of
how much of the used is being used for cache. The final bug fix was in the
XML generation. The values were all "long long", but were being treated as
"long" in the strf. Unfortunately strf doesn't seem to know about "long
long" values, so we just cast them to long's ;) It's hacky, but works for
now.

Revision 1.8 - (view) (annotate) - [select for diffs]
Tue May 21 16:47:12 2002 UTC (22 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.7: +1 -0 lines
Diff to previous 1.7
Added URL to GPL headers.

Revision 1.7 - (view) (annotate) - [select for diffs]
Tue May 21 16:21:38 2002 UTC (22 years, 6 months ago) by pajs
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
forgot to change the scanf format to long long

Revision 1.6 - (view) (annotate) - [select for diffs]
Tue May 21 16:16:41 2002 UTC (22 years, 6 months ago) by pajs
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5
Bug fixes

Revision 1.5 - (view) (annotate) - [select for diffs]
Sat May 18 18:15:56 2002 UTC (22 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.4: +19 -0 lines
Diff to previous 1.4
i-scream is now licensed under the GPL. I've added the GPL headers to every
source file, and put a full copy of the license in the appropriate places.
I think I've covered everything. This is going to be a mad commit ;)

Revision 1.4 - (view) (annotate) - [select for diffs]
Thu May 16 17:02:43 2002 UTC (22 years, 6 months ago) by pajs
Branch: MAIN
Changes since 1.3: +4 -0 lines
Diff to previous 1.3
Fixed forgetting to close files and memory leaks

Revision 1.3 - (view) (annotate) - [select for diffs]
Thu May 16 15:25:45 2002 UTC (22 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.2: +1 -6 lines
Diff to previous 1.2
Few tidy ups.

Revision 1.2 - (view) (annotate) - [select for diffs]
Thu May 16 10:34:23 2002 UTC (22 years, 6 months ago) by pajs
Branch: MAIN
Changes since 1.1: +111 -2 lines
Diff to previous 1.1
Memory stats for all OS's
Solaris doesn't report cache as i couldn't find where it was easily.
Linux and freebsd, im not sure how sane the results are wrt used and free
because of the cache/buffers situation.
A better implimentation of what we are planning to report coming soon to a
commit near you ;) (must be 15 or over)

Revision 1.1 - (view) (annotate) - [select for diffs]
Wed May 15 17:09:05 2002 UTC (22 years, 6 months ago) by pajs
Branch: MAIN
Memory stats for linux. Work in progress. Daft stats anyway :)

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a