Files
rancher-docs/docs/reference-guides/system-tools.md
Marty Hernandez Avedon 662afc641b #420 Completes canonical links task (#1011)
* Completes canonical links task

* spacing
2023-11-30 10:10:34 -05:00

36 lines
710 B
Markdown

---
title: System Tools
---
<head>
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/reference-guides/system-tools"/>
</head>
:::note
System Tools has been deprecated since June 2022.
:::
## Logs
Please use [logs-collector](https://github.com/rancherlabs/support-tools/tree/master/collection/rancher/v2.x/logs-collector) to collect logs from your cluster.
## Stats
If you want to replicate the stats command, you can run the following command on your cluster nodes:
:::note
This command below requires the package `sysstat` on the cluster node.
:::
```
/usr/bin/sar -u -r -F 1 1
```
## Remove
Please use the [Rancher Cleanup](https://github.com/rancher/rancher-cleanup) tool.