diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2011-03-01 11:22:28 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2011-03-01 11:22:28 -0800 |
commit | 83b47273aaa790989f891cd80c2b1493baed8a31 (patch) | |
tree | bb2de76aefc72fa0b00128537897eef31a99fc02 | |
parent | 770b0375a2ca8c14009c2f23eec4a78595fff2e3 (diff) | |
download | vyatta-op-83b47273aaa790989f891cd80c2b1493baed8a31.tar.gz vyatta-op-83b47273aaa790989f891cd80c2b1493baed8a31.zip |
Use lscpu in show tech support
lscpu gives more concise and readable output
-rwxr-xr-x | functions/tech-support | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/tech-support b/functions/tech-support index 7615c7b..c014764 100755 --- a/functions/tech-support +++ b/functions/tech-support @@ -269,7 +269,7 @@ cat /proc/modules header CPU header Installed CPU/s -cat /proc/cpuinfo +lscpu header Cumulative CPU Time Used by Running Processes top -n1 -b -S |