Difference between revisions of "Watch"

From wikieduonline
Jump to navigation Jump to search
 
(22 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<code>watch</code>
+
{{lc}}
 +
[[wikipedia:Watch]]
 +
<code>watch</code> command
 +
* https://linux.die.net/man/1/watch
 +
* macOS: <code>[[brew install watch]]</code>
  
  
   [[watch]] cat /proc/interrupts
+
   [[watch]] cat /proc/[[interrupts]]
 
+
  [[watch]] cat [[/proc/self/status]]
 +
  [[watch]] --interval 1 [[nvidia-smi]]
 +
  [[watch]] -n 1 [[nvidia-smi]]
 +
    -n or --[[interval]]
  
 +
== Related ==
 +
* [[Sensors]]
 +
* [[Kubernetes 1.24]] Efficient [[Watch]] Resumption: Watch can be efficiently resumed after <code>[[kube-apiserver]]</code> reboot.
 +
* <code>[[osascript -e]]</code>
 +
* <code>[[brew install hwatch]]</code>
 +
* [[Apple Watch]]
 +
* [[Samsung Galaxy Watch]]
 +
* <code>[[kubectl get --watch]]</code>
 +
* [[kubectl describe clusterrole view]]
  
 
== See also ==
 
== See also ==
 +
* {{watch}}
 
* {{ps}}
 
* {{ps}}
  

Latest revision as of 11:09, 30 March 2024

Advertising: