-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsysinfo_page.html
More file actions
126 lines (110 loc) · 3.83 KB
/
sysinfo_page.html
File metadata and controls
126 lines (110 loc) · 3.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<html>
<head>
<title>System Information for pop-os</title>
</head>
<body>
<h1>System Information for pop-os</h1>
<p>Updated on 10/08/2020 12:21:53 AM EDT by root</p>
<h2>System Info</h2>
<pre>
Linux pop-os 5.4.0-7642-generic #46~1598628707~20.04~040157c-Ubuntu SMP Fri Aug 28 18:02:16 UTC x86_64 x86_64 x86_64 GNU/Linux
</pre>
<h2>System uptime</h2>
<pre>
00:21:53 up 3:25, 1 user, load average: 0.15, 0.05, 0.01
</pre>
<h2>Filesystem Space</h2>
<pre>
Filesystem 1K-blocks Used Available Use% Mounted on
udev 1955924 0 1955924 0% /dev
tmpfs 400228 2020 398208 1% /run
/dev/sda1 16444280 8588232 7001012 56% /
tmpfs 2001124 0 2001124 0% /dev/shm
tmpfs 5120 0 5120 0% /run/lock
tmpfs 2001124 0 2001124 0% /sys/fs/cgroup
/dev/loop0 150016 150016 0 100% /snap/code/46
/dev/loop1 150016 150016 0 100% /snap/code/45
/dev/loop2 99456 99456 0 100% /snap/core/9993
/dev/sdb1 20510288 45080 19400300 1% /data
tmpfs 400224 16 400208 1% /run/user/110
tmpfs 400224 32 400192 1% /run/user/1000
</pre>
<h2>Home directory space by user</h2>
<pre>
Bytes Directory
917956 /home/gavin
51248 /home/bob
24 /home/fred
24 /home/alice
20 /home/jameson
20 /home/james
16 /home/charlie
</pre>
<h2>Free memory</h2>
<pre>
total used free shared buff/cache available
Mem: 4002248 1503244 1465224 2808 1033780 2243412
Swap: 4193784 0 4193784
</pre>
<h2>Disk Information</h2>
<pre>
Disk /dev/loop0: 146.46 MiB, 153567232 bytes, 299936 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop1: 146.46 MiB, 153567232 bytes, 299936 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop2: 97.6 MiB, 101777408 bytes, 198784 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sdb: 20 GiB, 21474836480 bytes, 41943040 sectors
Disk model: VMware Virtual S
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xb43ef41a
Device Boot Start End Sectors Size Id Type
/dev/sdb1 2048 41943039 41940992 20G 83 Linux
Disk /dev/sda: 20 GiB, 21474836480 bytes, 41943040 sectors
Disk model: VMware Virtual S
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xf5699e5a
Device Boot Start End Sectors Size Id Type
/dev/sda1 4096 33550334 33546239 16G 83 Linux
/dev/sda2 33550336 41938942 8388607 4G 82 Linux swap / Solaris
Disk /dev/mapper/cryptswap: 3.102 GiB, 4294442496 bytes, 8387583 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
</pre>
<h2>Users</h2>
<pre>
root : root
gavin : gavin adm sudo
alice : alice management
bob : bob accounting
charlie : charlie accounting
fred : fred management
james : james
jameson : jameson
</pre>
<h2>Ip Information</h2>
<pre>
192.168.153.128
</pre>
<h2>CPU</h2>
<pre>
VMware Virtual Platform
440BX Desktop Reference Platform
Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz
Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz
</pre>
</body>
</html>