diff options
author | Daniil Baturin <daniil@vyos.io> | 2022-05-19 05:59:33 -0400 |
---|---|---|
committer | Daniil Baturin <daniil@vyos.io> | 2022-05-19 05:59:33 -0400 |
commit | 25419d3ef1c2240e52bac39fdae12988faffb32b (patch) | |
tree | 46ba99f9b41d7b5f6eb526d8ea569572a8b2b43e /op-mode-definitions/show-system.xml.in | |
parent | 9347dc53c5bd3d5712121524ea16f3030d735601 (diff) | |
download | vyos-1x-25419d3ef1c2240e52bac39fdae12988faffb32b.tar.gz vyos-1x-25419d3ef1c2240e52bac39fdae12988faffb32b.zip |
T4432: display load averages normalized for the number of CPU cores
Diffstat (limited to 'op-mode-definitions/show-system.xml.in')
-rw-r--r-- | op-mode-definitions/show-system.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/op-mode-definitions/show-system.xml.in b/op-mode-definitions/show-system.xml.in index 0f852164e..68b473bc1 100644 --- a/op-mode-definitions/show-system.xml.in +++ b/op-mode-definitions/show-system.xml.in @@ -166,9 +166,9 @@ </leafNode> <leafNode name="uptime"> <properties> - <help>Show how long the system has been up</help> + <help>Show system uptime and load averages</help> </properties> - <command>uptime</command> + <command>${vyos_op_scripts_dir}/show_uptime.py</command> </leafNode> </children> </node> |