Home
last modified time | relevance | path

Searched refs:memorystr (Results 1 – 10 of 10) sorted by relevance

/dports/net-mgmt/xymon-server/xymon-4.3.30/xymond/client/
H A Dhpux.c28 char *memorystr; in handle_hpux_client() local
53 memorystr = getdata("memory"); in handle_hpux_client()
77 if (memorystr && swapinfostr) { in handle_hpux_client()
85 p = strstr(memorystr, "Total:"); if (p) { memphystotal = atol(p+6); found++; } in handle_hpux_client()
86 p = strstr(memorystr, "Free:"); if (p) { memphysfree = atol(p+5); found++; } in handle_hpux_client()
H A Dosf.c32 char *memorystr; in handle_osf_client() local
54 memorystr = getdata("memory"); in handle_osf_client()
72 if (memorystr && swapstr) { in handle_osf_client()
91 bol = strstr(memorystr, "\nTotal Physical Memory ="); in handle_osf_client()
106 bol = strstr(memorystr, "\nManaged Pages Break Down:"); in handle_osf_client()
H A Dsolaris.c27 char *memorystr; in handle_solaris_client() local
55 memorystr = getdata("memory"); in handle_solaris_client()
81 if (prtconfstr && memorystr && (swapstr || swapliststr)) { in handle_solaris_client()
88 if (sscanf(memorystr, "%*d %*d %*d %*d %ld", &memphysfree) == 1) memphysfree /= 1024; in handle_solaris_client()
H A Dbbwin.c425 char *memorystr; in handle_win32_bbwin_client() local
449 memorystr = getdata("memory"); in handle_win32_bbwin_client()
475 if (memorystr) { in handle_win32_bbwin_client()
482 p = strstr(memorystr, "\nphysical:"); in handle_win32_bbwin_client()
484 p = strstr(memorystr, "\npage:"); in handle_win32_bbwin_client()
486 p = strstr(memorystr, "\nvirtual:"); in handle_win32_bbwin_client()
H A Dzvse.c433 char memorystr[1024]; in zvse_memory_report() local
455 …sprintf(memorystr, "z/VSE VSIZE Utilization %3.1f%%\nMemory Allocated %ldK, Memory Available %ldK\… in zvse_memory_report()
474 memorystr); in zvse_memory_report()
/dports/net-mgmt/xymon-client/xymon-4.3.30/xymond/client/
H A Dhpux.c28 char *memorystr; in handle_hpux_client() local
53 memorystr = getdata("memory"); in handle_hpux_client()
77 if (memorystr && swapinfostr) { in handle_hpux_client()
85 p = strstr(memorystr, "Total:"); if (p) { memphystotal = atol(p+6); found++; } in handle_hpux_client()
86 p = strstr(memorystr, "Free:"); if (p) { memphysfree = atol(p+5); found++; } in handle_hpux_client()
H A Dosf.c32 char *memorystr; in handle_osf_client() local
54 memorystr = getdata("memory"); in handle_osf_client()
72 if (memorystr && swapstr) { in handle_osf_client()
91 bol = strstr(memorystr, "\nTotal Physical Memory ="); in handle_osf_client()
106 bol = strstr(memorystr, "\nManaged Pages Break Down:"); in handle_osf_client()
H A Dsolaris.c27 char *memorystr; in handle_solaris_client() local
55 memorystr = getdata("memory"); in handle_solaris_client()
81 if (prtconfstr && memorystr && (swapstr || swapliststr)) { in handle_solaris_client()
88 if (sscanf(memorystr, "%*d %*d %*d %*d %ld", &memphysfree) == 1) memphysfree /= 1024; in handle_solaris_client()
H A Dbbwin.c425 char *memorystr; in handle_win32_bbwin_client() local
449 memorystr = getdata("memory"); in handle_win32_bbwin_client()
475 if (memorystr) { in handle_win32_bbwin_client()
482 p = strstr(memorystr, "\nphysical:"); in handle_win32_bbwin_client()
484 p = strstr(memorystr, "\npage:"); in handle_win32_bbwin_client()
486 p = strstr(memorystr, "\nvirtual:"); in handle_win32_bbwin_client()
H A Dzvse.c433 char memorystr[1024]; in zvse_memory_report() local
455 …sprintf(memorystr, "z/VSE VSIZE Utilization %3.1f%%\nMemory Allocated %ldK, Memory Available %ldK\… in zvse_memory_report()
474 memorystr); in zvse_memory_report()