Up

GSWeb: Class GSWApplication

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.6

Date: 2004/05/18 09:11:13

/proc management

Copyright: (C) 1999-2003 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the GSWProcFSProcInfo class
  2. GSWProcFS types

Software documentation for the GSWProcFSProcInfo class

GSWProcFSProcInfo : NSObject

Declared in:
Foundation/GSWProcFS.h
Conforms to:
NSCoding
NSCopying
Standards:

Description forthcoming.


Instance Variables

Method summary

contentOfProcFile: 

+ (NSString*) contentOfProcFile: (NSString*)procFile;

Description forthcoming.


filledProcInfoWithPID: 

+ (GSWProcFSProcInfo*) filledProcInfoWithPID: (int)processID;

Description forthcoming.


contentOfPIDFile: 

- (NSString*) contentOfPIDFile: (NSString*)pidFile;

Description forthcoming.


dealloc 

- (void) dealloc;

Description forthcoming.


fill 

- (BOOL) fill;

Description forthcoming.


fillStat 

- (BOOL) fillStat;

Description forthcoming.


fillStatm 

- (BOOL) fillStatm;

Description forthcoming.


formattedResidentMemory 

- (NSString*) formattedResidentMemory;

Description forthcoming.


formattedSharedMemory 

- (NSString*) formattedSharedMemory;

Description forthcoming.


formattedSwapMemory 

- (NSString*) formattedSwapMemory;

Description forthcoming.


formattedUsedMemory 

- (NSString*) formattedUsedMemory;

Description forthcoming.


formattedVirtualMemory 

- (NSString*) formattedVirtualMemory;

Description forthcoming.


initFilledWithPID: 

- (id) initFilledWithPID: (int)processID;

Description forthcoming.


residentMemory 

- (unsigned int) residentMemory;

Description forthcoming.


sharedMemory 

- (unsigned int) sharedMemory;

Description forthcoming.


swapMemory 

- (unsigned int) swapMemory;

Description forthcoming.


usedMemory 

- (unsigned int) usedMemory;

Description forthcoming.


virtualMemory 

- (unsigned int) virtualMemory;

Description forthcoming.




Instance Variables for GSWProcFSProcInfo Class

_blocked

@protected long long int _blocked;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_command

@protected NSString* _command;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_commandLine

@protected NSArray* _commandLine;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_cpuUsagePC

@protected unsigned int _cpuUsagePC;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_cumulativeMajorPageFaultNb

@protected unsigned long int _cumulativeMajorPageFaultNb;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_cumulativeMinorPageFaultNb

@protected unsigned long int _cumulativeMinorPageFaultNb;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_cumulativeSystemTime

@protected NSTimeInterval _cumulativeSystemTime;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_cumulativeUserTime

@protected NSTimeInterval _cumulativeUserTime;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_dataResidentSize

@protected long int _dataResidentSize;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_dirtyPagesNb

@protected long int _dirtyPagesNb;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_endCodeAddress

@protected unsigned long int _endCodeAddress;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_environ

@protected NSArray* _environ;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_flags

@protected unsigned long int _flags;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_it_real_value

@protected unsigned long int _it_real_value;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_kernelStackPointerEIP

@protected unsigned long int _kernelStackPointerEIP;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_kernelStackPointerESP

@protected unsigned long int _kernelStackPointerESP;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_kernelWaitChannelProc

@protected unsigned long int _kernelWaitChannelProc;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_majorPageFaultNb

@protected unsigned long int _majorPageFaultNb;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_minorPageFaultNb

@protected unsigned long int _minorPageFaultNb;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_nice

@protected int _nice;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_pagesNb

@protected long int _pagesNb;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_pgrp

@protected int _pgrp;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_pid

@protected int _pid;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_ppid

@protected int _ppid;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_priority

@protected int _priority;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_residentMemorySize

@protected unsigned long int _residentMemorySize;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_residentMemorySizeLimit

@protected unsigned long int _residentMemorySizeLimit;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_residentPagesNb

@protected long int _residentPagesNb;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_session

@protected int _session;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_sharedLibResidentSize

@protected long int _sharedLibResidentSize;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_sharedPagesNb

@protected long int _sharedPagesNb;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_sigCatch

@protected long long int _sigCatch;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_sigIgnore

@protected long long int _sigIgnore;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_signal

@protected long long int _signal;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_startCodeAddress

@protected unsigned long int _startCodeAddress;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_startStackAddress

@protected unsigned long int _startStackAddress;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_startTime

@protected NSTimeInterval _startTime;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_state

@protected GSWProcState _state;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_systemTime

@protected NSTimeInterval _systemTime;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_textResidentSize

@protected long int _textResidentSize;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_timeout

@protected unsigned long int _timeout;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_tpgid

@protected int _tpgid;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_tty

@protected int _tty;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_ttyc

@protected NSString* _ttyc;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_uid

@protected int _uid;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_user

@protected NSString* _user;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_userTime

@protected NSTimeInterval _userTime;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_virtualMemorySize

@protected unsigned long int _virtualMemorySize;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.





GSWProcFS types

GSWProcState

typedef enum _GSWProcState GSWProcState;

Description forthcoming.



Up