Difference between revisions of "State"

From wikieduonline
Jump to navigation Jump to search
 
(7 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
* [[Ansible state]]: <code>[[present]] | [[absent]] | [[rebooted]]</code>
 
* [[Ansible state]]: <code>[[present]] | [[absent]] | [[rebooted]]</code>
  
SELECT usename, application_name, client_addr, client_hostname, state FROM [[pg_stat_activity]];
+
* <code>[[SELECT]] usename, application_name, client_addr, client_hostname, state FROM [[pg_stat_activity]];</code>
 +
 
 +
* <code>[[kubectl describe pods (grep -w State)|kubeclt describe pods]] | grep -w "State"</code>
 +
 
 +
* [[Data Source: aws availability zones]]

Latest revision as of 12:57, 22 February 2024

Advertising: