Archive v2.10, update versions listing, remove redirects, add notice.

Signed-off-by: Sunil Singh <sunil.singh@suse.com>
This commit is contained in:
Sunil Singh
2026-07-06 09:39:26 -07:00
parent 3f484a4eeb
commit 8380a52408
887 changed files with 38 additions and 1357 deletions
@@ -0,0 +1,35 @@
---
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.