Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
linux:commands [2018/12/06 15:50] – [Misc] tmadelinux:commands [2020/01/21 17:50] – [Misc] tmade
Line 33: Line 33:
   date +'%H%M%S%N'                   #Get date for a timestamp (e.g."104304330764740") with milliseconds at the end   date +'%H%M%S%N'                   #Get date for a timestamp (e.g."104304330764740") with milliseconds at the end
   du -a / | sort -n -r | head -n 30  #Find 30 biggest files in /   du -a / | sort -n -r | head -n 30  #Find 30 biggest files in /
 +  du -mx / | sort -rn -k1 | head     #Stay on filesystem for mount "/"
   top / ps :   top / ps :
   ps afwwwwxo user,pid,%cpu,%mem,vsz,rss,wchan=WIDE-WCHAN-COLUMN,stat,start,cputime,comm   ps afwwwwxo user,pid,%cpu,%mem,vsz,rss,wchan=WIDE-WCHAN-COLUMN,stat,start,cputime,comm
linux/commands.txt · Last modified: 2024/01/31 14:02 by tmade
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki