Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [~]# egrep '^($|processor|vendor_id|model name|cpu MHz)' /proc/cpuinfo
- processor : 0
- vendor_id : AuthenticAMD
- model name : AMD G-T40E Processor
- cpu MHz : 1000.000
- processor : 1
- vendor_id : AuthenticAMD
- model name : AMD G-T40E Processor
- cpu MHz : 1000.000
- [~]# free -m
- total used free shared buffers cached
- Mem: 3924 854 3070 109 175 495
- -/+ buffers/cache: 182 3742
- Swap: 0 0 0
- [~]# df -h /
- File system Dim. Usati Dispon. Uso% Montato su
- /dev/root 30G 5,8G 23G 21% /
- [~]# hdparm -t /dev/sda
- /dev/sda:
- Timing buffered disk reads: 1018 MB in 3.00 seconds = 339.11 MB/sec
- [~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement