Guest User

Untitled

a guest
Jan 17th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 KB | None | 0 0
  1. # uname -a
  2. Linux 4.12.0+139-ph #1 SMP Tue Jan 1 21:46:16 UTC 2019 x86_64 GNU/Linux
  3.  
  4. # xfs_info /
  5. meta-data=/dev/sda3 isize=512 agcount=32, agsize=10954112 blks
  6. = sectsz=512 attr=2, projid32bit=1
  7. = crc=1 finobt=1 spinodes=0 rmapbt=0
  8. = reflink=0
  9. data = bsize=4096 blocks=350531584, imaxpct=5
  10. = sunit=64 swidth=192 blks
  11. naming =version 2 bsize=4096 ascii-ci=0 ftype=1
  12. log =internal bsize=4096 blocks=171200, version=2
  13. = sectsz=512 sunit=64 blks, lazy-count=1
  14. realtime =none extsz=4096 blocks=0, rtextents=0
  15.  
  16. # cat /proc/meminfo
  17. MemTotal: 65855540 kB
  18. MemFree: 16819628 kB
  19. MemAvailable: 20697616 kB
  20. Buffers: 1344 kB
  21. Cached: 5113524 kB
  22. SwapCached: 665108 kB
  23. Active: 38092812 kB
  24. Inactive: 6879988 kB
  25. Active(anon): 35796176 kB
  26. Inactive(anon): 5731548 kB
  27. Active(file): 2296636 kB
  28. Inactive(file): 1148440 kB
  29. Unevictable: 17516 kB
  30. Mlocked: 17516 kB
  31. SwapTotal: 3905532 kB
  32. SwapFree: 2295916 kB
  33. Dirty: 5832 kB
  34. Writeback: 5620 kB
  35. AnonPages: 39231764 kB
  36. Mapped: 1848564 kB
  37. Shmem: 1666252 kB
  38. Slab: 2662360 kB
  39. SReclaimable: 2271252 kB
  40. SUnreclaim: 391108 kB
  41. KernelStack: 27056 kB
  42. PageTables: 143972 kB
  43. NFS_Unstable: 0 kB
  44. Bounce: 0 kB
  45. WritebackTmp: 0 kB
  46. CommitLimit: 36833300 kB
  47. Committed_AS: 61050008 kB
  48. VmallocTotal: 34359738367 kB
  49. VmallocUsed: 0 kB
  50. VmallocChunk: 0 kB
  51. HardwareCorrupted: 0 kB
  52. AnonHugePages: 15230976 kB
  53. ShmemHugePages: 0 kB
  54. ShmemPmdMapped: 0 kB
  55. HugePages_Total: 0
  56. HugePages_Free: 0
  57. HugePages_Rsvd: 0
  58. HugePages_Surp: 0
  59. Hugepagesize: 2048 kB
  60. DirectMap4k: 361956 kB
  61. DirectMap2M: 47757312 kB
  62. DirectMap1G: 20971520 kB
  63.  
  64.  
  65. # cat /proc/mounts
  66. sysfs /sys sysfs rw,relatime 0 0
  67. proc /proc proc rw,relatime 0 0
  68. udev /dev devtmpfs rw,nosuid,relatime,size=32919812k,nr_inodes=8229953,mode=755 0 0
  69. devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
  70. tmpfs /run tmpfs rw,nosuid,noexec,relatime,size=6585556k,mode=755 0 0
  71. /dev/sda3 / xfs rw,noatime,nodiratime,attr2,inode64,logbsize=256k,sunit=512,swidth=1536,usrquota 0 0
  72. tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
  73. tmpfs /run/lock tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k 0 0
  74. cgroup /sys/fs/cgroup cgroup2 rw,nosuid,nodev,noexec,relatime 0 0
  75. pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0
  76. systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct 0 0
  77. configfs /sys/kernel/config configfs rw,relatime 0 0
  78. mqueue /dev/mqueue mqueue rw,relatime 0 0
  79. hugetlbfs /dev/hugepages hugetlbfs rw,relatime 0 0
  80. debugfs /sys/kernel/debug debugfs rw,relatime 0 0
  81. /dev/sda3 /home/tmp xfs rw,noatime,nodiratime,attr2,inode64,logbsize=256k,sunit=512,swidth=1536,usrquota 0 0
  82. tmpfs /var/spool/clamav tmpfs rw,nosuid,nodev,noexec,relatime,size=153600k,mode=750,uid=102,gid=103 0 0
  83. devpts /home/dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
  84. /dev/sda2 /boot ext2 rw,relatime,block_validity,barrier,user_xattr,acl 0 0
  85. tracefs /sys/kernel/debug/tracing tracefs rw,relatime 0 0
  86. /dev/sdb1 /backup btrfs rw,noatime,nodiratime,compress=zlib,space_cache,skip_balance,subvolid=5,subvol=/ 0 0
  87. /dev/fuse /home/proc fuse rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other 0 0
  88. fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0
  89. tmpfs /run/user/0 tmpfs rw,nosuid,nodev,relatime,size=6585552k,mode=700 0 0
  90.  
  91.  
  92. # cat /proc/partitions
  93. major minor #blocks name
  94.  
  95. 8 16 1950341120 sdb
  96. 8 17 1950339072 sdb1
  97. 8 0 1406130176 sda
  98. 8 1 1024 sda1
  99. 8 2 95232 sda2
  100. 8 3 1402126336 sda3
  101. 8 4 3905536 sda4
Add Comment
Please, Sign In to add comment