Difference between revisions of "PSYC 7102: Statistical-Genetics"

From Vrieze Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
  df -h              ### Show space availability in all directories
 
  df -h              ### Show space availability in all directories
 
  df -h /directory  ### Show disk space in /directory
 
  df -h /directory  ### Show disk space in /directory
+
                    ###
 
  top                ### Show resource utilization and job status, etc.
 
  top                ### Show resource utilization and job status, etc.
 
  htop              ### Souped up "top"
 
  htop              ### Souped up "top"
+
                    ###
 
  ### PBS batch system utilities
 
  ### PBS batch system utilities
 
  qstat              ### On PBS batch system shows status of submitted jobs
 
  qstat              ### On PBS batch system shows status of submitted jobs
 
  watch qstat        ### Refreshes "qstat" every second.
 
  watch qstat        ### Refreshes "qstat" every second.
 
  </syntaxhighlight>
 
  </syntaxhighlight>

Revision as of 20:48, 13 November 2015

Here are some useful server management tools

 df -h              ### Show space availability in all directories
 df -h /directory   ### Show disk space in /directory
                    ###
 top                ### Show resource utilization and job status, etc.
 htop               ### Souped up "top"
                    ###
 ### PBS batch system utilities
 qstat              ### On PBS batch system shows status of submitted jobs
 watch qstat        ### Refreshes "qstat" every second.