Home
last modified time | relevance | path

Searched refs:agent_data (Results 1 – 25 of 102) sorted by relevance

12345

/dports/net-mgmt/observium/observium/includes/polling/os/
H A Dunix.inc.php25 if (isset($agent_data['dmi']))
27 if ($agent_data['dmi']['system-product-name'])
31 if ($agent_data['dmi']['system-manufacturer'])
291 if (isset($agent_data['distro']) && isset($agent_data['distro']['SCRIPTVER']))
293 $distro = $agent_data['distro']['DISTRO'];
295 …$distro_ver = (isset($agent_data['distro']['DISTROVER']) ? $agent_data['distro']['DISTROVER'] : $a…
296 $kernel = $agent_data['distro']['KERNEL'];
297 $arch = $agent_data['distro']['ARCH'];
298 $virt = $agent_data['distro']['VIRT'];
364 $agent_data['virt']['what'] = $virt;
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/includes/polling/
H A Dunix-agent.inc.php75 $agent_data[$sa][$sb] = trim($data);
77 $agent_data[$section] = trim($data);
81 d_echo($agent_data);
86 foreach (array_keys($agent_data) as $key) {
95 if (! empty($agent_data['ps'])) {
113 if (! empty($agent_data['ps:sep(9)'])) {
151 $agent_data['app']['memcached'] = unserialize($agent_data['app']['memcached']);
161 if (! empty($agent_data['drbd'])) {
162 $agent_data['app']['drbd'] = [];
177 if (isset($agent_data['dmi'])) {
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A Dagent_tools.c55 static agent_data_t agent_data; variable
92 agent_data.thread_state = NEW; in nsk_jvmti_resetAgentData()
148 agent_data.thread_state = value; in set_agent_thread_state()
265 if (agent_data.thread_state == NEW) { in syncDebuggeeStatus()
277 while (agent_data.thread_state != WAITING && agent_data.thread_state != TERMINATED) { in syncDebuggeeStatus()
283 agent_data.thread_state = SUSPENDED; in syncDebuggeeStatus()
305 result = agent_data.last_debuggee_status; in syncDebuggeeStatus()
321 agent_data.thread_state = WAITING; in nsk_jvmti_waitForSync()
339 if (agent_data.thread_state == WAITING) { in nsk_jvmti_waitForSync()
355 if (agent_data.thread_state == SUSPENDED) { in nsk_jvmti_resumeSync()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A Dagent_tools.cpp53 static agent_data_t agent_data; variable
90 agent_data.thread_state = NEW; in nsk_jvmti_resetAgentData()
144 agent_data.thread_state = value; in set_agent_thread_state()
258 if (agent_data.thread_state == NEW) { in syncDebuggeeStatus()
270 while (agent_data.thread_state != WAITING && agent_data.thread_state != TERMINATED) { in syncDebuggeeStatus()
276 agent_data.thread_state = SUSPENDED; in syncDebuggeeStatus()
298 result = agent_data.last_debuggee_status; in syncDebuggeeStatus()
314 agent_data.thread_state = WAITING; in nsk_jvmti_waitForSync()
332 if (agent_data.thread_state == WAITING) { in nsk_jvmti_waitForSync()
348 if (agent_data.thread_state == SUSPENDED) { in nsk_jvmti_resumeSync()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A Dagent_tools.cpp53 static agent_data_t agent_data; variable
90 agent_data.thread_state = NEW; in nsk_jvmti_resetAgentData()
144 agent_data.thread_state = value; in set_agent_thread_state()
258 if (agent_data.thread_state == NEW) { in syncDebuggeeStatus()
270 while (agent_data.thread_state != WAITING && agent_data.thread_state != TERMINATED) { in syncDebuggeeStatus()
276 agent_data.thread_state = SUSPENDED; in syncDebuggeeStatus()
298 result = agent_data.last_debuggee_status; in syncDebuggeeStatus()
314 agent_data.thread_state = WAITING; in nsk_jvmti_waitForSync()
332 if (agent_data.thread_state == WAITING) { in nsk_jvmti_waitForSync()
348 if (agent_data.thread_state == SUSPENDED) { in nsk_jvmti_resumeSync()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A Dagent_tools.cpp53 static agent_data_t agent_data; variable
90 agent_data.thread_state = NEW; in nsk_jvmti_resetAgentData()
144 agent_data.thread_state = value; in set_agent_thread_state()
258 if (agent_data.thread_state == NEW) { in syncDebuggeeStatus()
270 while (agent_data.thread_state != WAITING && agent_data.thread_state != TERMINATED) { in syncDebuggeeStatus()
276 agent_data.thread_state = SUSPENDED; in syncDebuggeeStatus()
298 result = agent_data.last_debuggee_status; in syncDebuggeeStatus()
314 agent_data.thread_state = WAITING; in nsk_jvmti_waitForSync()
332 if (agent_data.thread_state == WAITING) { in nsk_jvmti_waitForSync()
348 if (agent_data.thread_state == SUSPENDED) { in nsk_jvmti_resumeSync()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A Dagent_tools.cpp53 static agent_data_t agent_data;
90 agent_data.thread_state = NEW;
144 agent_data.thread_state = value;
258 if (agent_data.thread_state == NEW) {
270 while (agent_data.thread_state != WAITING && agent_data.thread_state != TERMINATED) {
276 agent_data.thread_state = SUSPENDED;
298 result = agent_data.last_debuggee_status;
314 agent_data.thread_state = WAITING;
332 if (agent_data.thread_state == WAITING) {
348 if (agent_data.thread_state == SUSPENDED) {
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A Dagent_tools.cpp53 static agent_data_t agent_data; variable
90 agent_data.thread_state = NEW; in nsk_jvmti_resetAgentData()
144 agent_data.thread_state = value; in set_agent_thread_state()
258 if (agent_data.thread_state == NEW) { in syncDebuggeeStatus()
270 while (agent_data.thread_state != WAITING && agent_data.thread_state != TERMINATED) { in syncDebuggeeStatus()
276 agent_data.thread_state = SUSPENDED; in syncDebuggeeStatus()
298 result = agent_data.last_debuggee_status; in syncDebuggeeStatus()
314 agent_data.thread_state = WAITING; in nsk_jvmti_waitForSync()
332 if (agent_data.thread_state == WAITING) { in nsk_jvmti_waitForSync()
348 if (agent_data.thread_state == SUSPENDED) { in nsk_jvmti_resumeSync()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A Dagent_tools.c55 static agent_data_t agent_data; variable
92 agent_data.thread_state = NEW; in nsk_jvmti_resetAgentData()
148 agent_data.thread_state = value; in set_agent_thread_state()
265 if (agent_data.thread_state == NEW) { in syncDebuggeeStatus()
277 while (agent_data.thread_state != WAITING && agent_data.thread_state != TERMINATED) { in syncDebuggeeStatus()
283 agent_data.thread_state = SUSPENDED; in syncDebuggeeStatus()
305 result = agent_data.last_debuggee_status; in syncDebuggeeStatus()
321 agent_data.thread_state = WAITING; in nsk_jvmti_waitForSync()
339 if (agent_data.thread_state == WAITING) { in nsk_jvmti_waitForSync()
355 if (agent_data.thread_state == SUSPENDED) { in nsk_jvmti_resumeSync()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A Dagent_tools.cpp53 static agent_data_t agent_data; variable
90 agent_data.thread_state = NEW; in nsk_jvmti_resetAgentData()
144 agent_data.thread_state = value; in set_agent_thread_state()
258 if (agent_data.thread_state == NEW) { in syncDebuggeeStatus()
270 while (agent_data.thread_state != WAITING && agent_data.thread_state != TERMINATED) { in syncDebuggeeStatus()
276 agent_data.thread_state = SUSPENDED; in syncDebuggeeStatus()
298 result = agent_data.last_debuggee_status; in syncDebuggeeStatus()
314 agent_data.thread_state = WAITING; in nsk_jvmti_waitForSync()
332 if (agent_data.thread_state == WAITING) { in nsk_jvmti_waitForSync()
348 if (agent_data.thread_state == SUSPENDED) { in nsk_jvmti_resumeSync()
[all …]
/dports/net-mgmt/observium/observium/includes/polling/
H A Dunix-agent.inc.php106 $agent_data[$sa][$sb][$sc] = trim($data);
108 $agent_data[$sa][$sb] = trim($data);
111 $agent_data[$section] = trim($data);
117 if (OBS_DEBUG && count($agent_data)) { print_vars($agent_data); }
122 foreach (array_keys($agent_data) as $key)
134 if (is_array($agent_data['app']))
136 foreach (array_keys($agent_data['app']) as $key)
159 if (!empty($agent_data['ps']))
162 foreach (explode("\n", $agent_data['ps']) as $process)
H A Dsystem.inc.php117 if (isset($agent_data['uptime']))
119 list($agent_data['uptime']) = explode(' ', $agent_data['uptime']);
120 $uptimes['unix-agent'] = round($agent_data['uptime']);
123 if (is_numeric($agent_data['uptime']) && $agent_data['uptime'] > 0)
/dports/net-mgmt/observium/observium/includes/polling/unix-agent/
H A Dksm.inc.php14 $ksm = $agent_data['ksm'];
15 unset($agent_data['ksm']);
20 $agent_data['ksm'][$field] = trim($contents);
24 'pagesShared' => $agent_data['ksm']['pages_shared'],
25 'pagesSharing' => $agent_data['ksm']['pages_sharing'],
26 'pagesUnshared' => $agent_data['ksm']['pages_unshared'],
H A Dhddtemp.inc.php16 if ($agent_data['hddtemp'] != '|')
19 $agent_data['hddtemp'] = str_replace("\x10\x80", '', $agent_data['hddtemp']);
21 $disks = explode('||',trim($agent_data['hddtemp'],'|'));
H A Ddmi.inc.php14 $dmi = $agent_data['dmi'];
15 unset($agent_data['dmi']);
20 $agent_data['dmi'][$field] = trim($contents);
H A Ddistro.inc.php14 $distro = $agent_data['distro'];
15 unset($agent_data['distro']);
20 $agent_data['distro'][$field] = trim($contents);
H A Dipmitool.inc.php16 if ($agent_data['ipmitool']['sensor'] != '|')
22 …$agent_sensors = array_merge_recursive($agent_sensors,parse_ipmitool_sensor($device, $agent_data['…
H A Dproxmox.inc.php14 $qemu = json_decode($agent_data['proxmox']['qemu']);
15 unset($agent_data['proxmox']['qemu']);
/dports/net-mgmt/librenms/librenms-21.5.1/includes/polling/unix-agent/
H A Ddmi.inc.php3 $dmi = $agent_data['dmi'];
4 unset($agent_data['dmi']);
8 $agent_data['dmi'][$field] = trim($contents);
H A Dhddtemp.inc.php5 if (isset($agent_data['hddtemp']) && $agent_data['hddtemp'] != '|') {
6 $disks = explode('||', trim($agent_data['hddtemp'], '|'));
H A Dmunin-plugins.inc.php6 if (! empty($agent_data['munin'])) {
8 d_echo($agent_data['munin']);
27 foreach ($agent_data['munin'] as $plugin_type => $plugin_data) {
/dports/net-mgmt/observium/observium/includes/polling/applications/
H A Dbind.inc.php14 if (!empty($agent_data['app']['bind']['global']))
160 $lines = explode("\n", $agent_data['app']['bind']['global']);
200 unset($agent_data['app']['bind']['global']);
203 foreach ($agent_data['app']['bind'] as $view => $view_data)
205 $lines = explode("\n", $agent_data['app']['bind'][$view]);
H A Dvmwaretools.inc.php24 if (!empty($agent_data['app']['vmwaretools']))
29 foreach (explode("\n", $agent_data['app']['vmwaretools']) as $line)
/dports/net-mgmt/librenms/librenms-21.5.1/includes/polling/applications/
H A Dpowerdns.inc.php45 if (isset($agent_data) && isset($agent_data['app'][$name])) {
46 $legacy = $agent_data['app'][$name];
H A Dgpsd.inc.php65 if (! empty($agent_data['app'][$name])) {
66 $gpsd = $agent_data['app'][$name];
139 if (! empty($agent_data['app'][$name])) {

12345