Difference between revisions of "State"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
* <code>[[SELECT]] usename, application_name, client_addr, client_hostname, state FROM [[pg_stat_activity]];</code> | * <code>[[SELECT]] usename, application_name, client_addr, client_hostname, state FROM [[pg_stat_activity]];</code> | ||
− | * [[kubectl describe pods | grep -w "State"]] | + | * <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
SELECT usename, application_name, client_addr, client_hostname, state FROM pg_stat_activity;
kubeclt describe pods | grep -w "State"
Advertising: