UF_system_info_s (view source)
 
Defined in: uf.h
 
Also known as:
 
Overview
The structure UF_system_info_t below is used to get the information about
the current process. The routine UF_ask_system_info retrieves the
information about the process and fills the structure. Once the data is used,
the memory allocated to these fields should be freed by calling the routine,
UF_free_system_info.


Data Members

date_buf
char *
Current date and time info

user_name
char *
User, who is running this process

program_name
char *
The current program name

node_name
char *
Machine, on which this process is running

machine_type
char *
Hardware type on which the machine is running

os_name
char *
Operating system, on which this process is running

os_version
char *
Version and release level of this Operating System

physical_memory
long
Returns the number of bytes of physical memory
on this machine.

bundles_used
char * *
Array of the names of the bundles currently in use.

number_of_bundles
int
The number of bundles currently in use