ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab/disk_stats.c
(Generate patch)

Comparing projects/libstatgrab/src/libstatgrab/disk_stats.c (file contents):
Revision 1.17 by pajs, Sat Apr 5 23:56:25 2003 UTC vs.
Revision 1.19 by ats, Thu Aug 28 21:33:42 2003 UTC

# Line 1 | Line 1
1   /*
2   * i-scream central monitoring system
3 < * http://www.i-scream.org.uk
4 < * Copyright (C) 2000-2002 i-scream
3 > * http://www.i-scream.org
4 > * Copyright (C) 2000-2003 i-scream
5   *
6   * This program is free software; you can redistribute it and/or
7   * modify it under the terms of the GNU General Public License
# Line 396 | Line 396 | diskio_stat_t *get_diskio_stats(int *entries){
396          f=fopen("/proc/stat", "r");
397          if(f==NULL){
398                  *entries=0;
399                fclose(f);
399                  return NULL;
400          }
401          if((line_ptr=f_read_line(f, "disk_io:"))==NULL){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines