HP-UX Reference (11i v1 00/12) - 2 System Calls (vol 5)
__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man2/!!!intro.2
________________________________________________________________
___ ___
p
pstat(2) pstat(2)
NAME
pstat_getcrashdev(), pstat_getcrashinfo(), pstat_getdisk(), pstat_getdynamic(), pstat_getfile(),
pstat_getfile2(), pstat_getfiledetails(), pstat_getipc(), pstat_getlv(), pstat_getlwp(), pstat_getmpathname(),
pstat_getmsg(), pstat_getnode(), pstat_getpathname(), pstat_getproc(), pstat_getprocessor(),
pstat_getprocvm(), pstat_getsem(), pstat_getshm(), pstat_getsocket(), pstat_getstable(), pstat_getstatic(),
pstat_getstream(), pstat_getswap(), pstat_getvminfo(), pstat() - get system information
SYNOPSIS
#include <sys/param.h>
#include <sys/pstat.h>
int pstat_getcrashdev(
struct pst_crashdev *buf, size_t elemsize, size_t elemcount,
int index
);
int pstat_getcrashinfo(
struct pst_crashinfo *buf, size_t elemsize, size_t elemcount,
int index
);
int pstat_getdisk(
struct pst_diskinfo *buf, size_t elemsize, size_t elemcount,
int index
);
int pstat_getdynamic(
struct pst_dynamic *buf, size_t elemsize, size_t elemcount,
int index
);
int pstat_getfile(
struct pst_fileinfo *buf, size_t elemsize, size_t elemcount,
int index
);
int pstat_getfile2(
struct pst_fileinfo2 *buf, size_t elemsize, size_t elemcount,
int index, pid_t pid
);
int pstat_getfiledetails(
struct pst_filedetails *buf, size_t elemsize, struct pst_fid *fid
);
int pstat_getipc(
struct pst_ipcinfo *buf, size_t elemsize, size_t elemcount,
int index
);
int pstat_getlv(
struct pst_lvinfo *buf, size_t elemsize, size_t elemcount,
int index
);
int pstat_getlwp(
struct lwp_status *buf, size_t elemsize, size_t elemcount,
int index, pid_t pid
);
int pstat_getmpathname(
struct pst_mpathnode *buf, size_t elemsize, size_t elemcount,
int index, struct psfsid *fid
);
int pstat_getmsg(
struct pst_msginfo *buf, size_t elemsize, size_t elemcount,
int index
Section 2−−218 − 1 − HP-UX Release 11i: December 2000
___
___