Skip to content

Clean up cat headers#4853

Closed
drewr wants to merge 2 commits intoelastic:masterfrom
drewr:cat/header-clean-up
Closed

Clean up cat headers#4853
drewr wants to merge 2 commits intoelastic:masterfrom
drewr:cat/header-clean-up

Conversation

@drewr
Copy link
Copy Markdown
Contributor

@drewr drewr commented Jan 22, 2014

Remove duplicate cache columns, add aliases, normalize header names across actions.

For example:

==== nodes ====
id                       | id,nodeId                 | unique node id
pid                      | p                         | process id
host                     | h                         | host name
ip                       | i                         | ip address
port                     | po                        | bound transport port
version                  | v                         | es version
build                    | b                         | es build hash
jdk                      | j                         | jdk version
disk.avail               | d,disk,diskAvail          | available disk space
heap.percent             | hp,heapPercent            | used heap ratio
heap.max                 | hm,heapMax                | max configured heap
ram.percent              | rp,ramPercent             | used machine memory ratio
ram.max                  | rm,ramMax                 | total machine memory
load                     | l                         | most recent load avg
uptime                   | u                         | node uptime
node.type                | type,dc,nodeType          | d:data node, c:client node
master                   | m                         | m:master-eligible, *:current master
name                     | n                         | node name
completion.size          | cs,completionSize         | size of completion
fielddata.memory_size    | fm,fielddataMemory        | used fielddata cache
fielddata.evictions      | fe,fielddataEvictions     | fielddata evictions
filter_cache.memory_size | fcm,filterCacheMemory     | used filter cache

Closes #4852

@drewr
Copy link
Copy Markdown
Contributor Author

drewr commented Jan 24, 2014

Merged 90b4434

@drewr drewr closed this Jan 24, 2014
dnhatn added a commit that referenced this pull request Oct 29, 2019
Today we won't advance the safe commit on a new global checkpoint unless 
the last commit can become safe. This is not great if we have more than
two commits as we can have a new safe commit earlier.

Closes #4853
dnhatn added a commit that referenced this pull request Oct 29, 2019
Today we won't advance the safe commit on a new global checkpoint unless 
the last commit can become safe. This is not great if we have more than
two commits as we can have a new safe commit earlier.

Closes #4853
dnhatn added a commit that referenced this pull request Oct 29, 2019
Today we won't advance the safe commit on a new global checkpoint unless 
the last commit can become safe. This is not great if we have more than
two commits as we can have a new safe commit earlier.

Closes #4853
dnhatn added a commit that referenced this pull request Oct 29, 2019
Today we won't advance the safe commit on a new global checkpoint unless 
the last commit can become safe. This is not great if we have more than
two commits as we can have a new safe commit earlier.

Closes #4853
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cat headers are inconsistent, incomplete

2 participants