Advertisement
teknoraver

APU

Oct 2nd, 2014
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. [~]# egrep '^($|processor|vendor_id|model name|cpu MHz)' /proc/cpuinfo
  2. processor : 0
  3. vendor_id : AuthenticAMD
  4. model name : AMD G-T40E Processor
  5. cpu MHz : 1000.000
  6.  
  7. processor : 1
  8. vendor_id : AuthenticAMD
  9. model name : AMD G-T40E Processor
  10. cpu MHz : 1000.000
  11.  
  12. [~]# free -m
  13. total used free shared buffers cached
  14. Mem: 3924 854 3070 109 175 495
  15. -/+ buffers/cache: 182 3742
  16. Swap: 0 0 0
  17. [~]# df -h /
  18. File system Dim. Usati Dispon. Uso% Montato su
  19. /dev/root 30G 5,8G 23G 21% /
  20. [~]# hdparm -t /dev/sda
  21.  
  22. /dev/sda:
  23. Timing buffered disk reads: 1018 MB in 3.00 seconds = 339.11 MB/sec
  24. [~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement