Skip to content

Commit 2a39a16

Browse files
committed
Debug Endpoints page - table edits
1 parent 7c22b63 commit 2a39a16

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/server/troubleshooting/debug-routes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ For the endpoints that begin with `/databases/*/`, replace `*` with the name of
3737
| /admin/debug/memory/smaps | GET | | Returns all of RavenDB's process mappings including shared/private clean/dirty memory allocations | Available only on Linux |
3838
| /admin/debug/memory/stats | GET | | Full report of memory usage including un/managed usage by thread and free memory status | |
3939
| /admin/debug/node/engine-logs | GET | | Rachis logs | |
40-
| /admin/debug/node/ping | GET | <ul><li>(Optional) `url`<br /></li><li>(Optional) `node`</li></ul>Specifies the node by url or node tag | Test the ability to reach the server | |
40+
| /admin/debug/node/ping | GET | <ul><li> `url` (Optional)<br /></li><li> `node` (Optional)</li></ul>Specifies the node by url or node tag | Test the ability to reach the server | |
4141
| /admin/debug/node/remote-connections | GET | | Returns connections' details of members and watchers in the cluster | |
4242
| /admin/debug/node/state-change-history | GET | | List the node's state transition history in the cluster | |
4343
| /admin/debug/proc/meminfo | GET | | Return /proc/&lt;RavenDB ProcNum&gt;/meminfo | Available only on Linux |
4444
| /admin/debug/proc/stats | GET | | Return /proc/&lt;RavenDB ProcNum&gt;/stats | Available only on Linux |
4545
| /admin/debug/proc/status | GET | | Return /proc/&lt;RavenDB ProcNum&gt;/status | Available only on Linux |
4646
| /admin/debug/threads/runaway | GET | | List all threads and their names, sorted by duration | |
4747
| /build/version | GET | | Returns product build number, major version, commit hash and full version number | |
48-
| /databases/*/admin/debug/cluster/txinfo | GET | <ul><li>(Optional) `from`<br />Number of results to skip</li><li>(Optional) `take`<br />Number of results to take</li></ul> | List the incomplete [cluster transaction commands](../clustering/cluster-transactions.mdx#cluster--cluster-wide-transactions) | |
48+
| /databases/*/admin/debug/cluster/txinfo | GET | <ul><li>`from` (Optional)<br />Number of results to skip</li><li>`take` (Optional)<br />Number of results to take</li></ul> | List the incomplete [cluster transaction commands](../clustering/cluster-transactions.mdx#cluster--cluster-wide-transactions) | |
4949
| /databases/*/admin/debug/txinfo | GET | | List | |
5050
| /databases/*/debug/documents/huge | GET | | List IDs of documents which exceed `PerformanceHints.`<br />`Documents.`<br />`HugeDocumentSizeInMb` setting | |
5151
| /databases/*/debug/identities | GET | | | |

versioned_docs/version-6.0/server/troubleshooting/debug-routes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ For the endpoints that begin with `/databases/*/`, replace `*` with the name of
3737
| /admin/debug/memory/smaps | GET | | Returns all of RavenDB's process mappings including shared/private clean/dirty memory allocations | Available only on Linux |
3838
| /admin/debug/memory/stats | GET | | Full report of memory usage including un/managed usage by thread and free memory status | |
3939
| /admin/debug/node/engine-logs | GET | | Rachis logs | |
40-
| /admin/debug/node/ping | GET | <ul><li>(Optional) `url`<br /></li><li>(Optional) `node`</li></ul>Specifies the node by url or node tag | Test the ability to reach the server | |
40+
| /admin/debug/node/ping | GET | <ul><li> `url` (Optional)<br /></li><li> `node` (Optional)</li></ul>Specifies the node by url or node tag | Test the ability to reach the server | |
4141
| /admin/debug/node/remote-connections | GET | | Returns connections' details of members and watchers in the cluster | |
4242
| /admin/debug/node/state-change-history | GET | | List the node's state transition history in the cluster | |
4343
| /admin/debug/proc/meminfo | GET | | Return /proc/&lt;RavenDB ProcNum&gt;/meminfo | Available only on Linux |
4444
| /admin/debug/proc/stats | GET | | Return /proc/&lt;RavenDB ProcNum&gt;/stats | Available only on Linux |
4545
| /admin/debug/proc/status | GET | | Return /proc/&lt;RavenDB ProcNum&gt;/status | Available only on Linux |
4646
| /admin/debug/threads/runaway | GET | | List all threads and their names, sorted by duration | |
4747
| /build/version | GET | | Returns product build number, major version, commit hash and full version number | |
48-
| /databases/*/admin/debug/cluster/txinfo | GET | <ul><li>(Optional) `from`<br />Number of results to skip</li><li>(Optional) `take`<br />Number of results to take</li></ul> | List the incomplete [cluster transaction commands](../clustering/cluster-transactions.mdx#cluster--cluster-wide-transactions) | |
48+
| /databases/*/admin/debug/cluster/txinfo | GET | <ul><li>`from` (Optional)<br />Number of results to skip</li><li>`take` (Optional)<br />Number of results to take</li></ul> | List the incomplete [cluster transaction commands](../clustering/cluster-transactions.mdx#cluster--cluster-wide-transactions) | |
4949
| /databases/*/admin/debug/txinfo | GET | | List | |
5050
| /databases/*/debug/documents/huge | GET | | List IDs of documents which exceed `PerformanceHints.`&lt;br /&gt;`Documents.`&lt;br /&gt;`HugeDocumentSizeInMb` setting | |
5151
| /databases/*/debug/identities | GET | | | |

versioned_docs/version-6.2/server/troubleshooting/debug-routes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ For the endpoints that begin with `/databases/*/`, replace `*` with the name of
3737
| /admin/debug/memory/smaps | GET | | Returns all of RavenDB's process mappings including shared/private clean/dirty memory allocations | Available only on Linux |
3838
| /admin/debug/memory/stats | GET | | Full report of memory usage including un/managed usage by thread and free memory status | |
3939
| /admin/debug/node/engine-logs | GET | | Rachis logs | |
40-
| /admin/debug/node/ping | GET | <ul><li>(Optional) `url`<br /></li><li>(Optional) `node`</li></ul>Specifies the node by url or node tag | Test the ability to reach the server | |
40+
| /admin/debug/node/ping | GET | <ul><li> `url` (Optional)<br /></li><li> `node` (Optional)</li></ul>Specifies the node by url or node tag | Test the ability to reach the server | |
4141
| /admin/debug/node/remote-connections | GET | | Returns connections' details of members and watchers in the cluster | |
4242
| /admin/debug/node/state-change-history | GET | | List the node's state transition history in the cluster | |
4343
| /admin/debug/proc/meminfo | GET | | Return /proc/&lt;RavenDB ProcNum&gt;/meminfo | Available only on Linux |
4444
| /admin/debug/proc/stats | GET | | Return /proc/&lt;RavenDB ProcNum&gt;/stats | Available only on Linux |
4545
| /admin/debug/proc/status | GET | | Return /proc/&lt;RavenDB ProcNum&gt;/status | Available only on Linux |
4646
| /admin/debug/threads/runaway | GET | | List all threads and their names, sorted by duration | |
4747
| /build/version | GET | | Returns product build number, major version, commit hash and full version number | |
48-
| /databases/*/admin/debug/cluster/txinfo | GET | <ul><li>(Optional) `from`<br />Number of results to skip</li><li>(Optional) `take`<br />Number of results to take</li></ul> | List the incomplete [cluster transaction commands](../clustering/cluster-transactions.mdx#cluster--cluster-wide-transactions) | |
48+
| /databases/*/admin/debug/cluster/txinfo | GET | <ul><li>`from` (Optional)<br />Number of results to skip</li><li>`take` (Optional)<br />Number of results to take</li></ul> | List the incomplete [cluster transaction commands](../clustering/cluster-transactions.mdx#cluster--cluster-wide-transactions) | |
4949
| /databases/*/admin/debug/txinfo | GET | | List | |
5050
| /databases/*/debug/documents/huge | GET | | List IDs of documents which exceed `PerformanceHints.`&lt;br /&gt;`Documents.`&lt;br /&gt;`HugeDocumentSizeInMb` setting | |
5151
| /databases/*/debug/identities | GET | | | |

versioned_docs/version-7.0/server/troubleshooting/debug-routes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ For the endpoints that begin with `/databases/*/`, replace `*` with the name of
3737
| /admin/debug/memory/smaps | GET | | Returns all of RavenDB's process mappings including shared/private clean/dirty memory allocations | Available only on Linux |
3838
| /admin/debug/memory/stats | GET | | Full report of memory usage including un/managed usage by thread and free memory status | |
3939
| /admin/debug/node/engine-logs | GET | | Rachis logs | |
40-
| /admin/debug/node/ping | GET | <ul><li>(Optional) `url`<br /></li><li>(Optional) `node`</li></ul>Specifies the node by url or node tag | Test the ability to reach the server | |
40+
| /admin/debug/node/ping | GET | <ul><li> `url` (Optional)<br /></li><li> `node` (Optional)</li></ul>Specifies the node by url or node tag | Test the ability to reach the server | |
4141
| /admin/debug/node/remote-connections | GET | | Returns connections' details of members and watchers in the cluster | |
4242
| /admin/debug/node/state-change-history | GET | | List the node's state transition history in the cluster | |
4343
| /admin/debug/proc/meminfo | GET | | Return /proc/&lt;RavenDB ProcNum&gt;/meminfo | Available only on Linux |
4444
| /admin/debug/proc/stats | GET | | Return /proc/&lt;RavenDB ProcNum&gt;/stats | Available only on Linux |
4545
| /admin/debug/proc/status | GET | | Return /proc/&lt;RavenDB ProcNum&gt;/status | Available only on Linux |
4646
| /admin/debug/threads/runaway | GET | | List all threads and their names, sorted by duration | |
4747
| /build/version | GET | | Returns product build number, major version, commit hash and full version number | |
48-
| /databases/*/admin/debug/cluster/txinfo | GET | <ul><li>(Optional) `from`<br />Number of results to skip</li><li>(Optional) `take`<br />Number of results to take</li></ul> | List the incomplete [cluster transaction commands](../clustering/cluster-transactions.mdx#cluster--cluster-wide-transactions) | |
48+
| /databases/*/admin/debug/cluster/txinfo | GET | <ul><li>`from` (Optional)<br />Number of results to skip</li><li>`take` (Optional)<br />Number of results to take</li></ul> | List the incomplete [cluster transaction commands](../clustering/cluster-transactions.mdx#cluster--cluster-wide-transactions) | |
4949
| /databases/*/admin/debug/txinfo | GET | | List | |
5050
| /databases/*/debug/documents/huge | GET | | List IDs of documents which exceed `PerformanceHints.`&lt;br /&gt;`Documents.`&lt;br /&gt;`HugeDocumentSizeInMb` setting | |
5151
| /databases/*/debug/identities | GET | | | |

0 commit comments

Comments
 (0)