Conservative SmartOS global-zone memory pressure guard with dry-run-first policy and SMF integration.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 line
329 B

  1. /* TEST ONLY. Field names/types; layout intentionally NOT ABI compatible. */
  2. #include <sys/types.h>
  3. #include <time.h>
  4. typedef struct {
  5. int pr_nlwp;
  6. pid_t pr_pid, pr_ppid;
  7. uid_t pr_uid, pr_euid;
  8. size_t pr_rssize;
  9. struct timespec pr_start;
  10. char pr_fname[16];
  11. int pr_zoneid;
  12. } psinfo_t;
  13. #define PCKILL 8