PT-2340 - Support MySQL 8.4

- Moved data collection for THP from lib/bash/report_system_info.sh to lib/bash/collect_system_info.sh, so pt-summary reports THP status on the machine where samples were collected, not on the machine where an engineer examines samples.
This commit is contained in:
Sveta Smirnova
2024-09-06 13:08:45 +03:00
parent c3f327d53b
commit ea6bd77501
46 changed files with 8470 additions and 32 deletions

View File

@@ -906,6 +906,8 @@ collect_system_data () { local PTFUNCNAME=collect_system_data;
fio_status_minus_a "$data_dir/fusion-io_card"
cat /sys/kernel/mm/transparent_hugepage/enabled >"$data_dir/transparent_hugepage" 2>/dev/null
for file in $data_dir/*; do
[ "$file" = "vmstat" ] && continue
[ ! -s "$file" ] && rm "$file"
@@ -2338,23 +2340,21 @@ report_system_summary () { local PTFUNCNAME=report_system_summary;
"$platform"
section "Memory management"
report_transparent_huge_pages
report_transparent_huge_pages "$data_dir/transparent_hugepage"
section "The End"
}
report_transparent_huge_pages () {
local file="$1"
if [ -f /sys/kernel/mm/transparent_hugepage/enabled ]; then
CONTENT_TRANSHP=$(</sys/kernel/mm/transparent_hugepage/enabled)
STATUS_THP_SYSTEM=$(echo $CONTENT_TRANSHP | grep -cv '\[never\]')
fi
if [ $STATUS_THP_SYSTEM = 0 ]; then
echo "Transparent huge pages are currently disabled on the system."
else
echo "Transparent huge pages are enabled."
fi
[ -e "$file" ] || return
if [ $(grep -cv '\[never\]' $file) = 0 ]; then
echo "Transparent huge pages are currently disabled on the system."
else
echo "Transparent huge pages are enabled."
fi
}
# ###########################################################################

View File

@@ -137,6 +137,9 @@ collect_system_data () { local PTFUNCNAME=collect_system_data;
# Fusion-io cards
fio_status_minus_a "$data_dir/fusion-io_card"
# THP
cat /sys/kernel/mm/transparent_hugepage/enabled >"$data_dir/transparent_hugepage" 2>/dev/null
# Clean the data directory, don't leave empty files
for file in $data_dir/*; do
# The vmstat file gets special treatmeant, see above.

View File

@@ -1137,7 +1137,7 @@ report_system_summary () { local PTFUNCNAME=report_system_summary;
"$platform"
section "Memory management"
report_transparent_huge_pages
report_transparent_huge_pages "$data_dir/transparent_hugepage"
# ########################################################################
# All done. Signal the end so it's explicit.
@@ -1146,17 +1146,15 @@ report_system_summary () { local PTFUNCNAME=report_system_summary;
}
report_transparent_huge_pages () {
local file="$1"
if [ -f /sys/kernel/mm/transparent_hugepage/enabled ]; then
CONTENT_TRANSHP=$(</sys/kernel/mm/transparent_hugepage/enabled)
STATUS_THP_SYSTEM=$(echo $CONTENT_TRANSHP | grep -cv '\[never\]')
fi
if [ $STATUS_THP_SYSTEM = 0 ]; then
echo "Transparent huge pages are currently disabled on the system."
else
echo "Transparent huge pages are enabled."
fi
[ -e "$file" ] || return
if [ $(grep -cv '\[never\]' $file) = 0 ]; then
echo "Transparent huge pages are currently disabled on the system."
else
echo "Transparent huge pages are enabled."
fi
}
# ###########################################################################

View File

@@ -1356,7 +1356,6 @@ Architecture | CPU = 32-bit, OS = 32-bit
0 0 0 58164 339792 0 0 0 0 0 0 0 0 230 107 229 0 3 97
0 0 0 58164 339792 0 0 0 0 0 0 0 0 231 115 229 0 5 95
# Memory management ##########################################
Transparent huge pages are enabled.
# The End ####################################################
EOF
report_system_summary "$samples/BSD/freebsd_001" | tail -n +3 > "$PT_TMPDIR/got"
@@ -1412,7 +1411,6 @@ Architecture | CPU = 32-bit, OS = 32-bit
0 0 0 78564 21364 0 0 0 0 0 0 0 0 101 11 9 0 0 100
0 0 0 78564 21364 0 0 0 0 0 0 0 0 101 11 10 0 0 100
# Memory management ##########################################
Transparent huge pages are enabled.
# The End ####################################################
EOF
report_system_summary "$samples/BSD/netbsd_001" | tail -n +3 > "$PT_TMPDIR/got"
@@ -1466,7 +1464,6 @@ Architecture | CPU = 32-bit, OS = 32-bit
0 0 0 7496 191456 1272 0 0 0 0 0 0 0 256 1973 50 2 12 85
0 0 0 7496 191456 11 0 0 0 0 0 0 0 230 23 12 0 0 100
# Memory management ##########################################
Transparent huge pages are enabled.
# The End ####################################################
EOF
report_system_summary "$samples/BSD/openbsd_001" | tail -n +3 > "$PT_TMPDIR/got"
@@ -1591,7 +1588,6 @@ Unable to collect information
1 0 0 0 0 150 225 225 1 1 95 3
0 0 0 0 0 150 250 250 1 0 99 0
# Memory management ##########################################
Transparent huge pages are enabled.
# The End ####################################################
EOF

View File

@@ -14,15 +14,15 @@ use PerconaTest;
my ($tool) = $PROGRAM_NAME =~ m/([\w-]+)\.t$/;
use Test::More tests => 5;
use Test::More tests => 7;
for my $i (2..3,5..7) {
for my $i (2..3,5..9) {
ok(
no_diff(
sub { print `LC_NUMERIC=POSIX $trunk/bin/pt-summary --read-samples "$trunk/t/pt-summary/samples/Linux/00$i/" | tail -n+3` },
"t/pt-summary/samples/Linux/output_00$i.txt"),
"--read-samples samples/Linux/00$i works",
);
) or diag($test_diff);
}
exit;

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,2 @@
# dmidecode 3.3
Scanning /dev/mem for entry point.

View File

@@ -0,0 +1,60 @@
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
RX: bytes packets errors dropped missed mcast
115989449047 172919620 0 0 0 0
TX: bytes packets errors dropped carrier collsns
115989449047 172919620 0 0 0 0
2: enp46s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
link/ether d4:93:90:24:37:9a brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
0 0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
0 0 0 0 0 0
3: wlp0s20f3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DORMANT group default qlen 1000
link/ether 74:04:f1:a1:0a:4a brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
139028693227 148731340 0 0 0 0
TX: bytes packets errors dropped carrier collsns
28590341931 76994965 0 0 0 0
4: docker0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default
link/ether 02:42:b8:3a:02:a2 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
11877645833 11924304 0 0 0 0
TX: bytes packets errors dropped carrier collsns
31877741375 13996405 0 0 0 0
5: br-a7c7f1777df1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default
link/ether 02:42:50:6b:d9:e7 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
0 0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
0 0 0 0 0 0
605: veth0655c9f@if604: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master docker0 state UP mode DEFAULT group default
link/ether fe:18:1e:af:9f:6b brd ff:ff:ff:ff:ff:ff link-netnsid 0
RX: bytes packets errors dropped missed mcast
1165853970 1043143 0 0 0 0
TX: bytes packets errors dropped carrier collsns
2529991901 1272919 0 0 0 0
607: vethd189986@if606: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-79118f7d5a92 state UP mode DEFAULT group default
link/ether 5e:65:38:50:f8:1a brd ff:ff:ff:ff:ff:ff link-netnsid 2
RX: bytes packets errors dropped missed mcast
52384734 264137 0 0 0 0
TX: bytes packets errors dropped carrier collsns
634211290 307449 0 0 0 0
609: veth2655c84@if608: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-79118f7d5a92 state UP mode DEFAULT group default
link/ether be:d1:21:fd:d2:fb brd ff:ff:ff:ff:ff:ff link-netnsid 1
RX: bytes packets errors dropped missed mcast
545367170 259337 0 0 0 0
TX: bytes packets errors dropped carrier collsns
51744978 243675 0 0 0 0
613: wg0: <POINTOPOINT,NOARP,UP,LOWER_UP> mtu 1420 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/none
RX: bytes packets errors dropped missed mcast
12587560 25727 0 0 0 0
TX: bytes packets errors dropped carrier collsns
4950996 25268 0 0 0 0
358: br-79118f7d5a92: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default
link/ether 02:42:3c:6b:97:eb brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
16084288 236901 0 0 0 0
TX: bytes packets errors dropped carrier collsns
792726533 362130 0 0 0 0

View File

@@ -0,0 +1,22 @@
00:00.0 Host bridge: Intel Corporation Device 4621 (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Alder Lake-P Integrated Graphics Controller (rev 0c)
00:06.0 PCI bridge: Intel Corporation 12th Gen Core Processor PCI Express x4 Controller #0 (rev 02)
00:07.0 PCI bridge: Intel Corporation Alder Lake-P Thunderbolt 4 PCI Express Root Port #0 (rev 02)
00:0a.0 Signal processing controller: Intel Corporation Platform Monitoring Technology (rev 01)
00:0d.0 USB controller: Intel Corporation Alder Lake-P Thunderbolt 4 USB Controller (rev 02)
00:0d.2 USB controller: Intel Corporation Alder Lake-P Thunderbolt 4 NHI #0 (rev 02)
00:14.0 USB controller: Intel Corporation Alder Lake PCH USB 3.2 xHCI Host Controller (rev 01)
00:14.2 RAM memory: Intel Corporation Alder Lake PCH Shared SRAM (rev 01)
00:14.3 Network controller: Intel Corporation Alder Lake-P PCH CNVi WiFi (rev 01)
00:15.0 Serial bus controller: Intel Corporation Alder Lake PCH Serial IO I2C Controller #0 (rev 01)
00:15.1 Serial bus controller: Intel Corporation Alder Lake PCH Serial IO I2C Controller #1 (rev 01)
00:16.0 Communication controller: Intel Corporation Alder Lake PCH HECI Controller (rev 01)
00:1d.0 PCI bridge: Intel Corporation Device 51b0 (rev 01)
00:1d.1 PCI bridge: Intel Corporation Device 51b1 (rev 01)
00:1f.0 ISA bridge: Intel Corporation Alder Lake PCH eSPI Controller (rev 01)
00:1f.3 Audio device: Intel Corporation Alder Lake PCH-P High Definition Audio Controller (rev 01)
00:1f.4 SMBus: Intel Corporation Alder Lake PCH-P SMBus Host Controller (rev 01)
00:1f.5 Serial bus controller: Intel Corporation Alder Lake-P PCH SPI Controller (rev 01)
01:00.0 Non-Volatile memory controller: Sandisk Corp Device 5030 (rev 01)
2d:00.0 SD Host controller: O2 Micro, Inc. SD/MMC Card Reader Controller (rev 01)
2e:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)

View File

@@ -0,0 +1,2 @@
WARNING: Running as a non-root user. Functionality may be unavailable.
/run/lock/lvm/P_global:aux: open failed: Permission denied

View File

@@ -0,0 +1,58 @@
total used free shared buff/cache available
Mem: 67255779328 27568713728 1688006656 2944208896 37999058944 36280082432
Swap: 2046816256 2034712576 12103680
MemTotal: 65679472 kB
MemFree: 1648444 kB
MemAvailable: 35429768 kB
Buffers: 1634228 kB
Cached: 31564712 kB
SwapCached: 32792 kB
Active: 22046576 kB
Inactive: 34366156 kB
Active(anon): 18361800 kB
Inactive(anon): 7554796 kB
Active(file): 3684776 kB
Inactive(file): 26811360 kB
Unevictable: 1545296 kB
Mlocked: 28280 kB
SwapTotal: 1998844 kB
SwapFree: 11820 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 16372 kB
Writeback: 0 kB
AnonPages: 24615424 kB
Mapped: 2818096 kB
Shmem: 2875204 kB
KReclaimable: 3909516 kB
Slab: 4679996 kB
SReclaimable: 3909516 kB
SUnreclaim: 770480 kB
KernelStack: 88160 kB
PageTables: 452064 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 34838580 kB
Committed_AS: 76927980 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 465528 kB
VmallocChunk: 0 kB
Percpu: 27776 kB
HardwareCorrupted: 0 kB
AnonHugePages: 219136 kB
ShmemHugePages: 1208320 kB
ShmemPmdMapped: 0 kB
FileHugePages: 0 kB
FilePmdMapped: 0 kB
Unaccepted: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
Hugetlb: 0 kB
DirectMap4k: 821992 kB
DirectMap2M: 32573440 kB
DirectMap1G: 33554432 kB

View File

@@ -0,0 +1,25 @@
/dev/fuse 250G 0 250G 0% /run/user/1000/keybase/kbfs on /run/user/1000/keybase/kbfs type fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
/dev/mapper/vgubuntu-root 3,6T 1,5T 2,0T 43% / on / type ext4 (rw,relatime,errors=remount-ro)
/dev/nvme0n1p1 511M 291M 221M 57% /boot/efi on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/nvme0n1p2 1,7G 305M 1,3G 20% /boot on /boot type ext4 (rw,relatime)
efivarfs 64K 27K 33K 45% /sys/firmware/efi/efivars on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
tmpfs 32G 699M 31G 3% /dev/shm on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
tmpfs 32G 699M 31G 3% /dev/shm on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64)
tmpfs 32G 699M 31G 3% /dev/shm on /run/snapd/ns type tmpfs (rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64)
tmpfs 32G 699M 31G 3% /dev/shm on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64)
tmpfs 32G 699M 31G 3% /dev/shm on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=6567944k,nr_inodes=1641986,mode=700,uid=1000,gid=1000,inode64)
tmpfs 5,0M 4,0K 5,0M 1% /run/lock on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
tmpfs 5,0M 4,0K 5,0M 1% /run/lock on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64)
tmpfs 5,0M 4,0K 5,0M 1% /run/lock on /run/snapd/ns type tmpfs (rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64)
tmpfs 5,0M 4,0K 5,0M 1% /run/lock on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64)
tmpfs 5,0M 4,0K 5,0M 1% /run/lock on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=6567944k,nr_inodes=1641986,mode=700,uid=1000,gid=1000,inode64)
tmpfs 6,3G 11M 6,3G 1% /run/user/1000 on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
tmpfs 6,3G 11M 6,3G 1% /run/user/1000 on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64)
tmpfs 6,3G 11M 6,3G 1% /run/user/1000 on /run/snapd/ns type tmpfs (rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64)
tmpfs 6,3G 11M 6,3G 1% /run/user/1000 on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64)
tmpfs 6,3G 11M 6,3G 1% /run/user/1000 on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=6567944k,nr_inodes=1641986,mode=700,uid=1000,gid=1000,inode64)
tmpfs 6,3G 2,7M 6,3G 1% /run on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
tmpfs 6,3G 2,7M 6,3G 1% /run on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64)
tmpfs 6,3G 2,7M 6,3G 1% /run on /run/snapd/ns type tmpfs (rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64)
tmpfs 6,3G 2,7M 6,3G 1% /run on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64)
tmpfs 6,3G 2,7M 6,3G 1% /run on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=6567944k,nr_inodes=1641986,mode=700,uid=1000,gid=1000,inode64)

View File

@@ -0,0 +1,213 @@
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:12519 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:42841 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:42002 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:42003 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:42000 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:42001 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:7777 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:40098 0.0.0.0:* LISTEN 3135169/kbfsfuse
tcp 0 0 127.0.0.1:37117 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:17500 0.0.0.0:* LISTEN 2837239/dropbox
tcp 0 0 127.0.0.1:5432 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:9123 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:8281 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:8383 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:9900 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:27017 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:6032 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:6033 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:6033 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:6033 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:6033 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:17603 0.0.0.0:* LISTEN 2837239/dropbox
tcp 0 0 127.0.0.1:17600 0.0.0.0:* LISTEN 2837239/dropbox
tcp 0 0 127.0.0.1:17553 0.0.0.0:* LISTEN 3135130/keybase
tcp 0 0 192.168.55.2:33644 89.253.240.17:993 ESTABLISHED 3668124/thunderbird
tcp 0 0 192.168.55.2:40942 44.208.19.176:443 ESTABLISHED 2224410/firefox
tcp 0 1 192.168.55.2:44586 52.35.150.14:443 SYN_SENT 2224410/firefox
tcp 0 0 192.168.55.2:43180 173.194.220.108:993 ESTABLISHED 3668124/thunderbird
tcp 0 0 192.168.55.2:50852 89.253.240.17:143 ESTABLISHED 3668124/thunderbird
tcp 0 0 192.168.55.2:53066 91.105.192.100:443 ESTABLISHED 1712863/Telegram
tcp 0 0 127.0.0.1:44464 127.0.0.1:12345 ESTABLISHED 3060170/mysqld
tcp 0 0 127.0.0.1:57436 127.0.0.1:12347 ESTABLISHED 3036479/mysqld
tcp 0 0 192.168.55.2:50428 173.194.220.108:993 ESTABLISHED 3668124/thunderbird
tcp 0 0 192.168.55.2:38864 35.75.32.93:443 ESTABLISHED 622088/Slack --stan
tcp 0 0 192.168.55.2:60536 209.85.233.104:443 ESTABLISHED 2224410/firefox
tcp 0 0 192.168.55.2:54002 18.205.222.128:443 ESTABLISHED -
tcp 0 0 127.0.0.1:33532 127.0.0.1:42002 ESTABLISHED -
tcp 0 0 192.168.55.2:59960 188.114.99.233:443 ESTABLISHED 2224410/firefox
tcp 0 0 192.168.55.2:50432 173.194.220.108:993 ESTABLISHED 3668124/thunderbird
tcp 0 0 192.168.55.2:44788 52.57.79.4:443 ESTABLISHED 2147311/chrome --ty
tcp 0 0 10.0.0.5:37084 162.125.21.3:443 ESTABLISHED 2837239/dropbox
tcp 0 0 192.168.55.2:38858 35.75.32.93:443 ESTABLISHED 622088/Slack --stan
tcp 0 0 192.168.55.2:55814 3.68.61.181:443 ESTABLISHED 622088/Slack --stan
tcp 25 0 192.168.55.2:36048 170.114.52.66:443 CLOSE_WAIT 2504953/zoom
tcp 0 0 127.0.0.1:51212 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 10.0.0.5:54900 162.125.21.3:443 ESTABLISHED 2837239/dropbox
tcp 0 0 127.0.0.1:60112 127.0.0.1:42003 ESTABLISHED -
tcp 0 0 127.0.0.1:46804 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 127.0.0.1:56798 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 192.168.55.2:36068 185.166.143.36:443 ESTABLISHED 2224410/firefox
tcp 0 0 192.168.55.2:55146 35.75.32.93:443 ESTABLISHED 622088/Slack --stan
tcp 0 0 10.0.0.5:37220 10.0.0.5:4647 ESTABLISHED -
tcp 0 58696 10.0.0.5:51578 162.125.21.3:443 ESTABLISHED 2837239/dropbox
tcp 0 0 192.168.55.2:53128 188.114.98.233:443 ESTABLISHED 2224410/firefox
tcp 0 0 192.168.55.2:38856 35.75.32.93:443 ESTABLISHED 622088/Slack --stan
tcp 0 0 127.0.0.1:54838 127.0.0.1:42003 ESTABLISHED -
tcp 0 0 127.0.0.1:45766 127.0.0.1:3306 ESTABLISHED -
tcp 0 0 127.0.0.1:46698 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 127.0.0.1:45790 127.0.0.1:3306 ESTABLISHED -
tcp 0 0 192.168.55.2:34472 142.251.1.138:443 ESTABLISHED 2147311/chrome --ty
tcp 0 0 192.168.55.2:53054 91.105.192.100:443 ESTABLISHED 1712863/Telegram
tcp 0 0 127.0.0.1:45774 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 127.0.0.1:54650 127.0.0.1:12345 ESTABLISHED 3060170/mysqld
tcp 0 0 127.0.0.1:56786 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 192.168.55.2:46696 140.82.113.26:443 ESTABLISHED 2224410/firefox
tcp 0 0 192.168.55.2:36956 34.202.253.140:443 ESTABLISHED 622088/Slack --stan
tcp 0 0 192.168.55.2:53480 173.194.221.94:443 ESTABLISHED 2224410/firefox
tcp 0 0 127.0.0.1:45762 127.0.0.1:3306 ESTABLISHED -
tcp 0 0 127.0.0.1:54598 127.0.0.1:42002 ESTABLISHED -
tcp 0 0 10.0.0.5:58674 213.180.204.148:443 ESTABLISHED 8568/yandex-disk
tcp 0 0 127.0.0.1:42003 127.0.0.1:54838 ESTABLISHED -
tcp 0 0 127.0.0.1:42000 127.0.0.1:52316 ESTABLISHED -
tcp 0 0 192.168.55.2:57628 108.157.214.118:443 ESTABLISHED 2224410/firefox
tcp 0 0 192.168.55.2:58080 142.250.184.131:443 ESTABLISHED 2224410/firefox
tcp 0 0 127.0.0.1:52316 127.0.0.1:42000 ESTABLISHED -
tcp 0 0 10.0.0.5:33806 162.125.21.3:443 ESTABLISHED 2837239/dropbox
tcp 0 0 192.168.55.2:40532 170.114.4.224:443 ESTABLISHED 2504953/zoom
tcp 0 0 10.0.0.5:60740 162.125.21.3:443 ESTABLISHED 2837239/dropbox
tcp 0 0 127.0.0.1:42790 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 127.0.0.1:55080 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 127.0.0.1:46828 127.0.0.1:3306 ESTABLISHED -
tcp 0 0 127.0.0.1:57438 127.0.0.1:12347 ESTABLISHED 3036479/mysqld
tcp 0 0 127.0.0.1:55116 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 127.0.0.1:58618 127.0.0.1:42001 ESTABLISHED -
tcp 0 0 192.168.55.2:44004 108.157.214.53:443 ESTABLISHED 2147311/chrome --ty
tcp 0 0 172.17.0.1:38122 172.17.0.2:443 ESTABLISHED -
tcp 0 0 127.0.0.1:46682 127.0.0.1:3306 ESTABLISHED -
tcp 0 0 172.17.0.1:33276 172.17.0.2:443 ESTABLISHED -
tcp 0 0 127.0.0.1:42001 127.0.0.1:58618 ESTABLISHED -
tcp 0 0 127.0.0.1:35434 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 192.168.55.2:43190 173.194.220.108:993 ESTABLISHED 3668124/thunderbird
tcp 0 0 192.168.55.2:60080 54.159.113.253:443 ESTABLISHED 3135169/kbfsfuse
tcp 0 0 192.168.55.2:33476 52.193.110.50:443 ESTABLISHED 622088/Slack --stan
tcp 0 0 127.0.0.1:42001 127.0.0.1:41588 ESTABLISHED -
tcp 0 0 172.17.0.1:38132 172.17.0.2:443 ESTABLISHED -
tcp 0 0 192.168.55.2:37404 162.125.69.13:443 ESTABLISHED 2837239/dropbox
tcp 25 0 192.168.55.2:57194 52.84.151.38:443 CLOSE_WAIT 2504953/zoom
tcp 0 0 192.168.55.2:50414 173.194.220.108:993 ESTABLISHED 3668124/thunderbird
tcp 0 0 192.168.55.2:55152 35.75.32.93:443 ESTABLISHED 622088/Slack --stan
tcp 0 0 10.0.0.5:52942 213.180.204.148:443 ESTABLISHED 616951/yandex-disk
tcp 1 0 127.0.0.1:60442 127.0.0.1:12347 CLOSE_WAIT 3036479/mysqld
tcp 0 0 192.168.55.2:36288 18.190.135.240:443 ESTABLISHED 2147311/chrome --ty
tcp 25 0 192.168.55.2:49858 170.114.52.2:443 CLOSE_WAIT 2504953/zoom
tcp 0 0 192.168.55.2:50244 172.64.152.233:443 ESTABLISHED 2224410/firefox
tcp 0 0 10.0.0.5:38802 162.125.21.3:443 ESTABLISHED 2837239/dropbox
tcp 13 0 10.0.0.5:34986 10.0.0.1:139 CLOSE_WAIT 37531/gvfsd-smb-bro
tcp 0 0 127.0.0.1:46704 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 192.168.55.2:53080 91.105.192.100:443 ESTABLISHED 1712863/Telegram
tcp 0 0 192.168.55.2:58942 3.124.19.111:443 ESTABLISHED 2147311/chrome --ty
tcp 0 0 192.168.55.2:53948 74.125.205.188:5228 ESTABLISHED 2147311/chrome --ty
tcp 0 0 127.0.0.1:37416 127.0.0.1:12347 ESTABLISHED 3060170/mysqld
tcp 0 0 192.168.55.2:47012 52.73.62.51:443 ESTABLISHED -
tcp 0 0 127.0.0.1:45788 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 192.168.55.2:53074 91.105.192.100:443 ESTABLISHED 1712863/Telegram
tcp 0 0 192.168.55.2:36618 162.125.21.2:443 ESTABLISHED 2837239/dropbox
tcp 0 0 192.168.55.2:55440 3.68.61.181:443 ESTABLISHED 622088/Slack --stan
tcp 0 1 192.168.55.2:44600 52.35.150.14:443 SYN_SENT 2224410/firefox
tcp 0 0 127.0.0.1:41588 127.0.0.1:42001 ESTABLISHED -
tcp 0 0 127.0.0.1:42802 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 127.0.0.1:54652 127.0.0.1:12345 ESTABLISHED 3060170/mysqld
tcp 0 0 192.168.55.2:34910 64.233.162.188:5228 ESTABLISHED 2147311/chrome --ty
tcp 0 0 10.0.0.5:55240 162.125.21.3:443 ESTABLISHED 2837239/dropbox
tcp 0 0 10.0.0.5:36148 162.125.21.3:443 ESTABLISHED 2837239/dropbox
tcp 25 0 192.168.55.2:49844 170.114.52.2:443 CLOSE_WAIT 2504953/zoom
tcp 0 0 127.0.0.1:34666 127.0.0.1:12346 ESTABLISHED 3035305/mysqld
tcp 0 0 127.0.0.1:57612 127.0.0.1:42001 ESTABLISHED -
tcp 0 1 192.168.55.2:45836 52.35.150.14:443 SYN_SENT 2224410/firefox
tcp 0 0 192.168.55.2:49218 38.111.114.11:993 ESTABLISHED 3668124/thunderbird
tcp 0 0 192.168.55.2:53098 91.105.192.100:443 ESTABLISHED 1712863/Telegram
tcp 0 0 127.0.0.1:42003 127.0.0.1:60112 ESTABLISHED -
tcp 0 0 127.0.0.1:46818 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 192.168.55.2:53082 91.105.192.100:443 ESTABLISHED 1712863/Telegram
tcp 0 0 127.0.0.1:54826 127.0.0.1:42003 ESTABLISHED -
tcp 0 0 10.0.0.5:37224 10.0.0.5:4647 ESTABLISHED -
tcp 0 0 192.168.55.2:55324 54.158.119.218:443 ESTABLISHED 3135169/kbfsfuse
tcp 0 0 192.168.55.2:50438 206.247.115.239:5091 ESTABLISHED 2504953/zoom
tcp 0 0 127.0.0.1:55066 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 192.168.55.2:57734 188.114.98.233:443 TIME_WAIT -
tcp 0 0 127.0.0.1:56296 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 192.168.55.2:55130 35.75.32.93:443 ESTABLISHED 622088/Slack --stan
tcp 0 0 192.168.55.2:51354 54.147.17.17:443 ESTABLISHED 3135130/keybase
tcp 0 0 192.168.55.2:50970 149.154.167.51:443 ESTABLISHED 1712863/Telegram
tcp 0 0 192.168.55.2:53104 91.105.192.100:443 ESTABLISHED 1712863/Telegram
tcp 0 0 192.168.55.2:46678 34.107.243.93:443 ESTABLISHED 2224410/firefox
tcp 0 0 127.0.0.1:36028 127.0.0.1:3306 ESTABLISHED -
tcp 0 0 127.0.0.1:46796 127.0.0.1:3306 ESTABLISHED -
tcp 0 0 127.0.0.1:42002 127.0.0.1:33532 ESTABLISHED -
tcp 0 0 192.168.55.2:45184 162.125.69.12:443 ESTABLISHED 2837239/dropbox
tcp 1 0 127.0.0.1:59430 127.0.0.1:12347 CLOSE_WAIT 3036479/mysqld
tcp 0 4778 10.0.0.5:40148 162.125.6.20:443 ESTABLISHED 2837239/dropbox
tcp 0 0 127.0.0.1:35428 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 192.168.55.2:42080 157.240.205.60:443 ESTABLISHED 2147311/chrome --ty
tcp 0 0 127.0.0.1:42002 127.0.0.1:54598 ESTABLISHED -
tcp 0 0 127.0.0.1:47960 127.0.0.1:42002 ESTABLISHED -
tcp 0 0 127.0.0.1:37430 127.0.0.1:12347 ESTABLISHED 3060170/mysqld
tcp 0 0 192.168.55.2:38774 77.223.96.250:443 ESTABLISHED 2224410/firefox
tcp 0 0 127.0.0.1:42003 127.0.0.1:54826 ESTABLISHED -
tcp 0 0 127.0.0.1:42002 127.0.0.1:47960 ESTABLISHED -
tcp 1 0 127.0.0.1:59438 127.0.0.1:12347 CLOSE_WAIT 3036479/mysqld
tcp 0 0 192.168.55.2:55414 3.68.61.181:443 ESTABLISHED 622088/Slack --stan
tcp 0 0 192.168.55.2:58580 188.114.99.233:443 TIME_WAIT -
tcp 0 0 172.17.0.1:44894 172.17.0.2:443 ESTABLISHED -
tcp 0 0 192.168.55.2:55950 170.114.15.227:443 ESTABLISHED 2504953/zoom
tcp 1 0 127.0.0.1:57442 127.0.0.1:12347 CLOSE_WAIT 3036479/mysqld
tcp 0 0 192.168.255.22:35056 213.180.204.148:443 ESTABLISHED 1932374/yandex-disk
tcp 0 0 127.0.0.1:51230 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 192.168.55.2:43440 194.85.125.1:443 ESTABLISHED 2224410/firefox
tcp 0 0 172.17.0.1:42368 172.17.0.2:443 ESTABLISHED -
tcp 0 0 127.0.0.1:42001 127.0.0.1:57612 ESTABLISHED -
tcp6 0 0 :::17500 :::* LISTEN 2837239/dropbox
tcp6 0 0 :::9123 :::* LISTEN -
tcp6 0 0 :::8281 :::* LISTEN -
tcp6 0 0 :::8383 :::* LISTEN -
tcp6 0 0 :::9900 :::* LISTEN -
tcp6 0 0 ::1:631 :::* LISTEN -
tcp6 0 0 :::12345 :::* LISTEN 3036479/mysqld
tcp6 0 0 :::12346 :::* LISTEN 3060170/mysqld
tcp6 0 0 :::12347 :::* LISTEN 3035305/mysqld
tcp6 0 0 :::3306 :::* LISTEN -
tcp6 0 0 :::22 :::* LISTEN -
tcp6 0 0 :::33060 :::* LISTEN -
tcp6 0 0 :::443 :::* LISTEN -
tcp6 0 0 :::1716 :::* LISTEN 7748/kdeconnectd
tcp6 0 0 :::8080 :::* LISTEN -
tcp6 0 0 :::4648 :::* LISTEN -
tcp6 0 0 :::4646 :::* LISTEN -
tcp6 0 0 :::4647 :::* LISTEN -
tcp6 0 0 127.0.0.1:12347 127.0.0.1:57436 ESTABLISHED 3035305/mysqld
tcp6 0 0 127.0.0.1:12345 127.0.0.1:44464 ESTABLISHED 3036479/mysqld
tcp6 0 0 127.0.0.1:3306 127.0.0.1:36028 ESTABLISHED -
tcp6 0 0 10.0.0.5:4647 10.0.0.5:37224 ESTABLISHED -
tcp6 0 0 127.0.0.1:3306 127.0.0.1:45762 ESTABLISHED -
tcp6 0 0 127.0.0.1:12347 127.0.0.1:37416 ESTABLISHED 3035305/mysqld
tcp6 0 0 127.0.0.1:3306 127.0.0.1:46828 ESTABLISHED -
tcp6 0 0 127.0.0.1:3306 127.0.0.1:45766 ESTABLISHED -
tcp6 0 0 10.0.0.5:4647 10.0.0.5:37220 ESTABLISHED -
tcp6 0 0 127.0.0.1:12347 127.0.0.1:37430 ESTABLISHED 3035305/mysqld
tcp6 0 0 127.0.0.1:12345 127.0.0.1:54652 ESTABLISHED 3036479/mysqld
tcp6 0 0 127.0.0.1:3306 127.0.0.1:46682 ESTABLISHED -
tcp6 0 0 127.0.0.1:3306 127.0.0.1:56798 TIME_WAIT -
tcp6 0 0 127.0.0.1:3306 127.0.0.1:46796 ESTABLISHED -
tcp6 0 0 127.0.0.1:12347 127.0.0.1:57438 ESTABLISHED 3035305/mysqld
tcp6 0 0 127.0.0.1:3306 127.0.0.1:35434 TIME_WAIT -
tcp6 0 0 127.0.0.1:12346 127.0.0.1:34666 ESTABLISHED 3060170/mysqld
tcp6 0 0 127.0.0.1:3306 127.0.0.1:46818 TIME_WAIT -
tcp6 0 0 127.0.0.1:12345 127.0.0.1:54650 ESTABLISHED 3036479/mysqld
tcp6 0 0 127.0.0.1:3306 127.0.0.1:45790 ESTABLISHED -

View File

@@ -0,0 +1,5 @@
PID OOM COMMAND
? ? sshd doesn't appear to be running
1499134 -17 multipathd
2849628 -17 nomad
3202899 -17 sshd

View File

@@ -0,0 +1,12 @@
Disk /dev/nvme0n1: 3,64 TiB, 4000787030016 bytes, 7814037168 sectors
Disk model: WD_BLACK SN850X 4000GB
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: gpt
Disk identifier: F57C2A9B-3E4B-49BA-BA83-3D206D23C1F6
Device Start End Sectors Size Type
/dev/nvme0n1p1 2048 1050623 1048576 512M EFI System
/dev/nvme0n1p2 1050624 4550655 3500032 1,7G Linux filesystem
/dev/nvme0n1p3 4550656 7814035455 7809484800 3,6T Linux filesystem

View File

@@ -0,0 +1,448 @@
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2672.558
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 0
cpu cores : 12
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2780.294
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 0
cpu cores : 12
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2800.000
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 4
cpu cores : 12
apicid : 8
initial apicid : 8
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2800.000
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 4
cpu cores : 12
apicid : 9
initial apicid : 9
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2800.000
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 8
cpu cores : 12
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2900.000
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 8
cpu cores : 12
apicid : 17
initial apicid : 17
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2800.000
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 12
cpu cores : 12
apicid : 24
initial apicid : 24
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2800.007
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 12
cpu cores : 12
apicid : 25
initial apicid : 25
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 8
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2300.017
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 16
cpu cores : 12
apicid : 32
initial apicid : 32
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 9
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2299.975
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 17
cpu cores : 12
apicid : 34
initial apicid : 34
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 10
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2300.091
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 18
cpu cores : 12
apicid : 36
initial apicid : 36
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 11
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2299.998
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 19
cpu cores : 12
apicid : 38
initial apicid : 38
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 12
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2299.997
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 20
cpu cores : 12
apicid : 40
initial apicid : 40
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 13
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2300.012
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 21
cpu cores : 12
apicid : 42
initial apicid : 42
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 14
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2299.894
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 22
cpu cores : 12
apicid : 44
initial apicid : 44
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 15
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2300.011
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 23
cpu cores : 12
apicid : 46
initial apicid : 46
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:

View File

@@ -0,0 +1,10 @@
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
2407273 sveta 20 0 64144 46012 13824 R 100,0 0,1 5061:20 perl
2410420 sveta 20 0 64140 46184 13952 R 100,0 0,1 5059:23 perl
783789 sveta 20 0 2822620 506824 42752 S 94,1 0,8 5786:40 mysqld
2408748 sveta 20 0 64136 46068 14080 R 94,1 0,1 5060:24 perl
2419768 sveta 20 0 64140 46088 13952 R 94,1 0,1 5055:00 perl
2504338 root 20 0 3183396 578628 283160 S 94,1 0,9 47:38.67 s1-agent
2504336 root 20 0 289740 127780 25600 S 52,9 0,2 9:50.52 s1-scan+
7288 sveta 20 0 2688236 139560 46968 S 5,9 0,2 1028:47 Xorg
622143 sveta 20 0 1132,2g 682008 88376 S 5,9 1,0 117:46.23 slack

View File

@@ -0,0 +1,23 @@
platform Linux
hostname s76
kernel 6.5.0-35-generic
release Ubuntu 22.04.4 LTS (jammy)
CPU_ARCH 64-bit
OS_ARCH 64-bit
virt No virtualization detected
vendor
rss 38597050368
raid_controller No RAID controller detected
threading NPTL 2.35
getenforce No SELinux detected
swappiness 60
dirtypolicy 20, 10
dirtystatus 0, 0
numa-available
numa-policy
numa-preferred-node
internal::disks dm-0 dm-1 dm-2 nvme0n1
internal::nvme0n1 [none] 1023
dentry-state 3350735 3155181 45 0 2247869 0
file-nr 35904 0 9223372036854775807
inode-nr 1417972 554725

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
always madvise [never]

View File

@@ -0,0 +1 @@
12:49:32 up 95 days, 5:41, 1 user, load average: 7,27, 6,88, 6,86

View File

@@ -0,0 +1,7 @@
procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
8 0 1987024 1728860 1634228 35461060 0 0 31 201 1 1 12 2 86 0 0
9 0 1987024 1723704 1634232 35461388 0 0 8 1856 14001 52574 39 3 58 0 0
5 1 1987024 1739456 1634232 35467300 0 0 0 508 14126 22083 39 1 60 0 0
5 0 1987024 1735904 1634232 35467108 0 0 0 860 16294 21162 34 1 65 0 0
5 0 1987024 1746816 1634232 35467920 0 0 0 360 18427 25539 36 2 63 0 0

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,2 @@
# dmidecode 3.3
Scanning /dev/mem for entry point.

View File

@@ -0,0 +1,60 @@
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
RX: bytes packets errors dropped missed mcast
116015626073 172946768 0 0 0 0
TX: bytes packets errors dropped carrier collsns
116015626073 172946768 0 0 0 0
2: enp46s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
link/ether d4:93:90:24:37:9a brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
0 0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
0 0 0 0 0 0
3: wlp0s20f3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DORMANT group default qlen 1000
link/ether 74:04:f1:a1:0a:4a brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
139034106833 148742623 0 0 0 0
TX: bytes packets errors dropped carrier collsns
28592926142 77005550 0 0 0 0
4: docker0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default
link/ether 02:42:b8:3a:02:a2 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
11881867716 11928012 0 0 0 0
TX: bytes packets errors dropped carrier collsns
31887104008 14000997 0 0 0 0
5: br-a7c7f1777df1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default
link/ether 02:42:50:6b:d9:e7 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
0 0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
0 0 0 0 0 0
605: veth0655c9f@if604: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master docker0 state UP mode DEFAULT group default
link/ether fe:18:1e:af:9f:6b brd ff:ff:ff:ff:ff:ff link-netnsid 0
RX: bytes packets errors dropped missed mcast
1170127765 1046851 0 0 0 0
TX: bytes packets errors dropped carrier collsns
2539354604 1277512 0 0 0 0
607: vethd189986@if606: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-79118f7d5a92 state UP mode DEFAULT group default
link/ether 5e:65:38:50:f8:1a brd ff:ff:ff:ff:ff:ff link-netnsid 2
RX: bytes packets errors dropped missed mcast
52568948 265022 0 0 0 0
TX: bytes packets errors dropped carrier collsns
636234838 308474 0 0 0 0
609: veth2655c84@if608: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-79118f7d5a92 state UP mode DEFAULT group default
link/ether be:d1:21:fd:d2:fb brd ff:ff:ff:ff:ff:ff link-netnsid 1
RX: bytes packets errors dropped missed mcast
547370949 260278 0 0 0 0
TX: bytes packets errors dropped carrier collsns
51931644 244548 0 0 0 0
613: wg0: <POINTOPOINT,NOARP,UP,LOWER_UP> mtu 1420 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/none
RX: bytes packets errors dropped missed mcast
17516184 36901 0 0 0 0
TX: bytes packets errors dropped carrier collsns
6867412 35663 0 0 0 0
358: br-79118f7d5a92: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default
link/ether 02:42:3c:6b:97:eb brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
16088026 236947 0 0 0 0
TX: bytes packets errors dropped carrier collsns
792746302 362214 0 0 0 0

View File

@@ -0,0 +1,22 @@
00:00.0 Host bridge: Intel Corporation Device 4621 (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Alder Lake-P Integrated Graphics Controller (rev 0c)
00:06.0 PCI bridge: Intel Corporation 12th Gen Core Processor PCI Express x4 Controller #0 (rev 02)
00:07.0 PCI bridge: Intel Corporation Alder Lake-P Thunderbolt 4 PCI Express Root Port #0 (rev 02)
00:0a.0 Signal processing controller: Intel Corporation Platform Monitoring Technology (rev 01)
00:0d.0 USB controller: Intel Corporation Alder Lake-P Thunderbolt 4 USB Controller (rev 02)
00:0d.2 USB controller: Intel Corporation Alder Lake-P Thunderbolt 4 NHI #0 (rev 02)
00:14.0 USB controller: Intel Corporation Alder Lake PCH USB 3.2 xHCI Host Controller (rev 01)
00:14.2 RAM memory: Intel Corporation Alder Lake PCH Shared SRAM (rev 01)
00:14.3 Network controller: Intel Corporation Alder Lake-P PCH CNVi WiFi (rev 01)
00:15.0 Serial bus controller: Intel Corporation Alder Lake PCH Serial IO I2C Controller #0 (rev 01)
00:15.1 Serial bus controller: Intel Corporation Alder Lake PCH Serial IO I2C Controller #1 (rev 01)
00:16.0 Communication controller: Intel Corporation Alder Lake PCH HECI Controller (rev 01)
00:1d.0 PCI bridge: Intel Corporation Device 51b0 (rev 01)
00:1d.1 PCI bridge: Intel Corporation Device 51b1 (rev 01)
00:1f.0 ISA bridge: Intel Corporation Alder Lake PCH eSPI Controller (rev 01)
00:1f.3 Audio device: Intel Corporation Alder Lake PCH-P High Definition Audio Controller (rev 01)
00:1f.4 SMBus: Intel Corporation Alder Lake PCH-P SMBus Host Controller (rev 01)
00:1f.5 Serial bus controller: Intel Corporation Alder Lake-P PCH SPI Controller (rev 01)
01:00.0 Non-Volatile memory controller: Sandisk Corp Device 5030 (rev 01)
2d:00.0 SD Host controller: O2 Micro, Inc. SD/MMC Card Reader Controller (rev 01)
2e:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)

View File

@@ -0,0 +1,2 @@
WARNING: Running as a non-root user. Functionality may be unavailable.
/run/lock/lvm/P_global:aux: open failed: Permission denied

View File

@@ -0,0 +1,58 @@
total used free shared buff/cache available
Mem: 67255779328 27916754944 1452535808 2943787008 37886488576 36032970752
Swap: 2046816256 2034708480 12107776
MemTotal: 65679472 kB
MemFree: 1418492 kB
MemAvailable: 35188448 kB
Buffers: 1633964 kB
Cached: 31454736 kB
SwapCached: 32820 kB
Active: 22152924 kB
Inactive: 34496636 kB
Active(anon): 18511036 kB
Inactive(anon): 7548424 kB
Active(file): 3641888 kB
Inactive(file): 26948212 kB
Unevictable: 1541420 kB
Mlocked: 28280 kB
SwapTotal: 1998844 kB
SwapFree: 11824 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 16096 kB
Writeback: 244 kB
AnonPages: 24943904 kB
Mapped: 2825552 kB
Shmem: 2874792 kB
KReclaimable: 3909824 kB
Slab: 4681048 kB
SReclaimable: 3909824 kB
SUnreclaim: 771224 kB
KernelStack: 88672 kB
PageTables: 453388 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 34838580 kB
Committed_AS: 77099812 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 465984 kB
VmallocChunk: 0 kB
Percpu: 27776 kB
HardwareCorrupted: 0 kB
AnonHugePages: 217088 kB
ShmemHugePages: 1181696 kB
ShmemPmdMapped: 0 kB
FileHugePages: 0 kB
FilePmdMapped: 0 kB
Unaccepted: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
Hugetlb: 0 kB
DirectMap4k: 821992 kB
DirectMap2M: 32573440 kB
DirectMap1G: 33554432 kB

View File

@@ -0,0 +1,25 @@
/dev/fuse 250G 0 250G 0% /run/user/1000/keybase/kbfs on /run/user/1000/keybase/kbfs type fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
/dev/mapper/vgubuntu-root 3,6T 1,5T 2,0T 43% / on / type ext4 (rw,relatime,errors=remount-ro)
/dev/nvme0n1p1 511M 291M 221M 57% /boot/efi on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/nvme0n1p2 1,7G 305M 1,3G 20% /boot on /boot type ext4 (rw,relatime)
efivarfs 64K 27K 33K 45% /sys/firmware/efi/efivars on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
tmpfs 32G 703M 31G 3% /dev/shm on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
tmpfs 32G 703M 31G 3% /dev/shm on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64)
tmpfs 32G 703M 31G 3% /dev/shm on /run/snapd/ns type tmpfs (rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64)
tmpfs 32G 703M 31G 3% /dev/shm on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64)
tmpfs 32G 703M 31G 3% /dev/shm on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=6567944k,nr_inodes=1641986,mode=700,uid=1000,gid=1000,inode64)
tmpfs 5,0M 4,0K 5,0M 1% /run/lock on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
tmpfs 5,0M 4,0K 5,0M 1% /run/lock on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64)
tmpfs 5,0M 4,0K 5,0M 1% /run/lock on /run/snapd/ns type tmpfs (rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64)
tmpfs 5,0M 4,0K 5,0M 1% /run/lock on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64)
tmpfs 5,0M 4,0K 5,0M 1% /run/lock on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=6567944k,nr_inodes=1641986,mode=700,uid=1000,gid=1000,inode64)
tmpfs 6,3G 11M 6,3G 1% /run/user/1000 on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
tmpfs 6,3G 11M 6,3G 1% /run/user/1000 on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64)
tmpfs 6,3G 11M 6,3G 1% /run/user/1000 on /run/snapd/ns type tmpfs (rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64)
tmpfs 6,3G 11M 6,3G 1% /run/user/1000 on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64)
tmpfs 6,3G 11M 6,3G 1% /run/user/1000 on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=6567944k,nr_inodes=1641986,mode=700,uid=1000,gid=1000,inode64)
tmpfs 6,3G 2,7M 6,3G 1% /run on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
tmpfs 6,3G 2,7M 6,3G 1% /run on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64)
tmpfs 6,3G 2,7M 6,3G 1% /run on /run/snapd/ns type tmpfs (rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64)
tmpfs 6,3G 2,7M 6,3G 1% /run on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64)
tmpfs 6,3G 2,7M 6,3G 1% /run on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=6567944k,nr_inodes=1641986,mode=700,uid=1000,gid=1000,inode64)

View File

@@ -0,0 +1,230 @@
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:12519 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:42841 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:42002 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:42003 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:42000 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:42001 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:7777 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:40098 0.0.0.0:* LISTEN 3135169/kbfsfuse
tcp 0 0 127.0.0.1:37117 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:17500 0.0.0.0:* LISTEN 2837239/dropbox
tcp 0 0 127.0.0.1:5432 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:9123 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:8281 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:8383 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:9900 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:27017 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:6032 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:6033 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:6033 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:6033 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:6033 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:17603 0.0.0.0:* LISTEN 2837239/dropbox
tcp 0 0 127.0.0.1:17600 0.0.0.0:* LISTEN 2837239/dropbox
tcp 0 0 127.0.0.1:17553 0.0.0.0:* LISTEN 3135130/keybase
tcp 0 0 192.168.55.2:33644 89.253.240.17:993 ESTABLISHED 3668124/thunderbird
tcp 0 0 192.168.55.2:43180 173.194.220.108:993 ESTABLISHED 3668124/thunderbird
tcp 0 0 127.0.0.1:33328 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 192.168.55.2:59258 188.114.99.233:443 ESTABLISHED 2224410/firefox
tcp 0 0 192.168.55.2:50852 89.253.240.17:143 ESTABLISHED 3668124/thunderbird
tcp 0 0 192.168.55.2:35408 91.105.192.100:443 ESTABLISHED 1712863/Telegram
tcp 0 0 127.0.0.1:44464 127.0.0.1:12345 ESTABLISHED 3060170/mysqld
tcp 0 0 127.0.0.1:57436 127.0.0.1:12347 ESTABLISHED 3036479/mysqld
tcp 0 0 192.168.55.2:51512 142.250.150.154:443 TIME_WAIT -
tcp 0 0 192.168.55.2:50428 173.194.220.108:993 ESTABLISHED 3668124/thunderbird
tcp 0 0 192.168.55.2:38864 35.75.32.93:443 ESTABLISHED 622088/Slack --stan
tcp 0 0 192.168.55.2:47024 34.120.208.123:443 TIME_WAIT -
tcp 0 0 192.168.55.2:54002 18.205.222.128:443 ESTABLISHED -
tcp 0 0 127.0.0.1:33532 127.0.0.1:42002 ESTABLISHED -
tcp 0 0 192.168.55.2:59960 188.114.99.233:443 ESTABLISHED 2224410/firefox
tcp 0 0 192.168.55.2:50432 173.194.220.108:993 ESTABLISHED 3668124/thunderbird
tcp 0 0 192.168.55.2:44788 52.57.79.4:443 ESTABLISHED 2147311/chrome --ty
tcp 0 0 10.0.0.5:37084 162.125.21.3:443 ESTABLISHED 2837239/dropbox
tcp 0 0 192.168.55.2:60592 108.157.214.47:443 ESTABLISHED 2147311/chrome --ty
tcp 0 0 192.168.55.2:38858 35.75.32.93:443 ESTABLISHED 622088/Slack --stan
tcp 0 0 192.168.55.2:55814 3.68.61.181:443 ESTABLISHED 622088/Slack --stan
tcp 0 0 192.168.55.2:59296 173.194.73.94:443 TIME_WAIT -
tcp 25 0 192.168.55.2:36048 170.114.52.66:443 CLOSE_WAIT 2504953/zoom
tcp 0 0 192.168.55.2:35426 91.105.192.100:443 ESTABLISHED 1712863/Telegram
tcp 0 0 10.0.0.5:54900 162.125.21.3:443 ESTABLISHED 2837239/dropbox
tcp 0 0 192.168.55.2:42500 108.177.14.94:443 TIME_WAIT -
tcp 0 0 192.168.55.2:50742 34.110.207.168:443 TIME_WAIT -
tcp 0 0 127.0.0.1:60112 127.0.0.1:42003 ESTABLISHED -
tcp 0 0 192.168.55.2:36068 185.166.143.36:443 ESTABLISHED 2224410/firefox
tcp 0 0 127.0.0.1:50738 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 192.168.55.2:35410 91.105.192.100:443 ESTABLISHED 1712863/Telegram
tcp 0 0 172.17.0.1:51720 172.17.0.2:443 ESTABLISHED -
tcp 0 0 192.168.55.2:55146 35.75.32.93:443 ESTABLISHED 622088/Slack --stan
tcp 0 0 10.0.0.5:37220 10.0.0.5:4647 ESTABLISHED -
tcp 0 1 192.168.55.2:45210 52.35.150.14:443 SYN_SENT 2224410/firefox
tcp 0 0 192.168.55.2:35784 54.86.147.85:443 ESTABLISHED 2147311/chrome --ty
tcp 0 0 192.168.55.2:34582 149.154.167.51:443 ESTABLISHED 1712863/Telegram
tcp 0 0 127.0.0.1:43756 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 127.0.0.1:46308 127.0.0.1:3306 ESTABLISHED -
tcp 0 0 192.168.55.2:60592 216.58.213.113:443 TIME_WAIT -
tcp 0 0 192.168.55.2:53128 188.114.98.233:443 ESTABLISHED 2224410/firefox
tcp 0 0 192.168.55.2:38856 35.75.32.93:443 ESTABLISHED 622088/Slack --stan
tcp 0 0 127.0.0.1:54838 127.0.0.1:42003 ESTABLISHED -
tcp 0 0 192.168.55.2:43214 23.20.17.147:443 ESTABLISHED 2147311/chrome --ty
tcp 0 0 192.168.55.2:45224 108.157.214.111:443 ESTABLISHED 2147311/chrome --ty
tcp 0 0 127.0.0.1:37676 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 192.168.55.2:35392 91.105.192.100:443 ESTABLISHED 1712863/Telegram
tcp 0 0 127.0.0.1:33302 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 192.168.55.2:34472 142.251.1.138:443 ESTABLISHED 2147311/chrome --ty
tcp 0 0 127.0.0.1:46418 127.0.0.1:42000 ESTABLISHED -
tcp 0 0 127.0.0.1:32870 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 192.168.55.2:37972 3.164.240.62:443 TIME_WAIT -
tcp 0 0 192.168.55.2:49282 173.194.222.94:443 TIME_WAIT -
tcp 0 0 127.0.0.1:54650 127.0.0.1:12345 ESTABLISHED 3060170/mysqld
tcp 0 0 192.168.55.2:36956 34.202.253.140:443 ESTABLISHED 622088/Slack --stan
tcp 0 0 127.0.0.1:55670 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 127.0.0.1:50728 127.0.0.1:3306 TIME_WAIT -
tcp 0 1 192.168.55.2:50806 157.240.205.174:443 SYN_SENT 2147311/chrome --ty
tcp 0 0 127.0.0.1:42000 127.0.0.1:46418 ESTABLISHED -
tcp 0 0 127.0.0.1:54598 127.0.0.1:42002 ESTABLISHED -
tcp 0 0 10.0.0.5:58674 213.180.204.148:443 ESTABLISHED 8568/yandex-disk
tcp 0 0 127.0.0.1:42003 127.0.0.1:54838 ESTABLISHED -
tcp 0 0 192.168.55.2:48518 162.125.21.3:443 ESTABLISHED 2837239/dropbox
tcp 0 0 127.0.0.1:46284 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 192.168.55.2:53242 35.74.138.212:443 ESTABLISHED 622088/Slack --stan
tcp 0 0 10.0.0.5:33806 162.125.21.3:443 ESTABLISHED 2837239/dropbox
tcp 0 0 192.168.55.2:40532 170.114.4.224:443 ESTABLISHED 2504953/zoom
tcp 0 0 192.168.55.2:37980 3.164.240.62:443 TIME_WAIT -
tcp 0 0 10.0.0.5:60740 162.125.21.3:443 ESTABLISHED 2837239/dropbox
tcp 0 0 192.168.55.2:42486 108.177.14.94:443 TIME_WAIT -
tcp 0 0 127.0.0.1:57438 127.0.0.1:12347 ESTABLISHED 3036479/mysqld
tcp 0 0 127.0.0.1:58618 127.0.0.1:42001 ESTABLISHED -
tcp 0 0 127.0.0.1:50754 127.0.0.1:3306 ESTABLISHED -
tcp 0 0 127.0.0.1:43240 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 127.0.0.1:42001 127.0.0.1:58618 ESTABLISHED -
tcp 0 0 192.168.55.2:53250 35.74.138.212:443 ESTABLISHED 622088/Slack --stan
tcp 0 0 192.168.55.2:43190 173.194.220.108:993 ESTABLISHED 3668124/thunderbird
tcp 0 0 192.168.55.2:60080 54.159.113.253:443 ESTABLISHED 3135169/kbfsfuse
tcp 0 0 192.168.55.2:33476 52.193.110.50:443 ESTABLISHED 622088/Slack --stan
tcp 0 0 127.0.0.1:42001 127.0.0.1:41588 ESTABLISHED -
tcp 25 0 192.168.55.2:57194 52.84.151.38:443 CLOSE_WAIT 2504953/zoom
tcp 0 0 192.168.55.2:50414 173.194.220.108:993 ESTABLISHED 3668124/thunderbird
tcp 0 0 192.168.55.2:40774 54.159.239.26:443 ESTABLISHED 2147311/chrome --ty
tcp 0 0 192.168.55.2:49554 108.157.52.95:443 TIME_WAIT -
tcp 0 0 192.168.55.2:55152 35.75.32.93:443 ESTABLISHED 622088/Slack --stan
tcp 0 0 192.168.55.2:54482 52.73.238.236:443 ESTABLISHED 2224410/firefox
tcp 0 0 192.168.55.2:43900 142.251.140.14:443 TIME_WAIT -
tcp 0 0 10.0.0.5:52942 213.180.204.148:443 ESTABLISHED 616951/yandex-disk
tcp 1 0 127.0.0.1:60442 127.0.0.1:12347 CLOSE_WAIT 3036479/mysqld
tcp 0 0 192.168.55.2:36288 18.190.135.240:443 ESTABLISHED 2147311/chrome --ty
tcp 25 0 192.168.55.2:49858 170.114.52.2:443 CLOSE_WAIT 2504953/zoom
tcp 0 0 192.168.55.2:50244 172.64.152.233:443 ESTABLISHED 2224410/firefox
tcp 0 0 10.0.0.5:38802 162.125.21.3:443 ESTABLISHED 2837239/dropbox
tcp 13 0 10.0.0.5:34986 10.0.0.1:139 CLOSE_WAIT 37531/gvfsd-smb-bro
tcp 0 0 192.168.55.2:35416 91.105.192.100:443 ESTABLISHED 1712863/Telegram
tcp 0 0 192.168.55.2:53948 74.125.205.188:5228 ESTABLISHED 2147311/chrome --ty
tcp 0 0 127.0.0.1:37416 127.0.0.1:12347 ESTABLISHED 3060170/mysqld
tcp 0 0 192.168.55.2:47012 52.73.62.51:443 ESTABLISHED -
tcp 0 0 192.168.55.2:36618 162.125.21.2:443 ESTABLISHED 2837239/dropbox
tcp 0 0 127.0.0.1:33316 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 192.168.55.2:55440 3.68.61.181:443 ESTABLISHED 622088/Slack --stan
tcp 0 0 127.0.0.1:41588 127.0.0.1:42001 ESTABLISHED -
tcp 0 0 127.0.0.1:54652 127.0.0.1:12345 ESTABLISHED 3060170/mysqld
tcp 0 0 192.168.55.2:34910 64.233.162.188:5228 ESTABLISHED 2147311/chrome --ty
tcp 0 0 10.0.0.5:55240 162.125.21.3:443 ESTABLISHED 2837239/dropbox
tcp 0 0 10.0.0.5:36148 162.125.21.3:443 ESTABLISHED 2837239/dropbox
tcp 25 0 192.168.55.2:49844 170.114.52.2:443 CLOSE_WAIT 2504953/zoom
tcp 0 0 127.0.0.1:34666 127.0.0.1:12346 ESTABLISHED 3035305/mysqld
tcp 0 0 127.0.0.1:57612 127.0.0.1:42001 ESTABLISHED -
tcp 0 0 172.17.0.1:58414 172.17.0.2:443 ESTABLISHED -
tcp 0 1 192.168.55.2:50810 157.240.205.174:443 SYN_SENT 2147311/chrome --ty
tcp 0 0 192.168.55.2:49218 38.111.114.11:993 ESTABLISHED 3668124/thunderbird
tcp 0 0 192.168.55.2:53752 188.114.98.233:443 ESTABLISHED 2224410/firefox
tcp 0 0 127.0.0.1:43254 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 192.168.55.2:35440 91.105.192.100:443 ESTABLISHED 1712863/Telegram
tcp 0 0 127.0.0.1:42003 127.0.0.1:60112 ESTABLISHED -
tcp 0 0 127.0.0.1:54826 127.0.0.1:42003 ESTABLISHED -
tcp 0 0 10.0.0.5:37224 10.0.0.5:4647 ESTABLISHED -
tcp 0 0 192.168.55.2:55324 54.158.119.218:443 ESTABLISHED 3135169/kbfsfuse
tcp 0 0 192.168.55.2:50438 206.247.115.239:5091 ESTABLISHED 2504953/zoom
tcp 0 0 127.0.0.1:55674 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 127.0.0.1:50720 127.0.0.1:3306 ESTABLISHED -
tcp 0 0 192.168.55.2:49180 34.117.188.166:443 ESTABLISHED 2224410/firefox
tcp 0 0 192.168.55.2:55130 35.75.32.93:443 ESTABLISHED 622088/Slack --stan
tcp 0 0 192.168.55.2:51354 54.147.17.17:443 ESTABLISHED 3135130/keybase
tcp 0 0 127.0.0.1:43796 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 192.168.55.2:49168 34.117.188.166:443 TIME_WAIT -
tcp 0 0 192.168.55.2:46678 34.107.243.93:443 ESTABLISHED 2224410/firefox
tcp 0 0 127.0.0.1:36028 127.0.0.1:3306 ESTABLISHED -
tcp 0 0 127.0.0.1:32854 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 127.0.0.1:46836 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 127.0.0.1:37640 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 192.168.55.2:59538 140.82.114.25:443 ESTABLISHED 2224410/firefox
tcp 0 0 127.0.0.1:42002 127.0.0.1:33532 ESTABLISHED -
tcp 1 0 127.0.0.1:59430 127.0.0.1:12347 CLOSE_WAIT 3036479/mysqld
tcp 0 1 192.168.55.2:45222 52.35.150.14:443 SYN_SENT 2224410/firefox
tcp 0 0 192.168.55.2:37802 64.233.165.104:443 TIME_WAIT -
tcp 0 0 192.168.55.2:42080 157.240.205.60:443 ESTABLISHED 2147311/chrome --ty
tcp 0 0 127.0.0.1:42002 127.0.0.1:54598 ESTABLISHED -
tcp 0 0 127.0.0.1:47960 127.0.0.1:42002 ESTABLISHED -
tcp 0 0 127.0.0.1:37430 127.0.0.1:12347 ESTABLISHED 3060170/mysqld
tcp 0 0 192.168.55.2:38774 77.223.96.250:443 ESTABLISHED 2224410/firefox
tcp 0 0 127.0.0.1:32844 127.0.0.1:3306 ESTABLISHED -
tcp 0 0 192.168.55.2:44030 3.160.57.75:443 TIME_WAIT -
tcp 0 0 127.0.0.1:42003 127.0.0.1:54826 ESTABLISHED -
tcp 0 0 127.0.0.1:42002 127.0.0.1:47960 ESTABLISHED -
tcp 1 0 127.0.0.1:59438 127.0.0.1:12347 CLOSE_WAIT 3036479/mysqld
tcp 0 0 192.168.55.2:35430 91.105.192.100:443 ESTABLISHED 1712863/Telegram
tcp 0 0 192.168.55.2:55414 3.68.61.181:443 ESTABLISHED 622088/Slack --stan
tcp 0 0 127.0.0.1:46296 127.0.0.1:3306 TIME_WAIT -
tcp 0 0 127.0.0.1:32874 127.0.0.1:3306 ESTABLISHED -
tcp 0 0 172.17.0.1:44894 172.17.0.2:443 ESTABLISHED -
tcp 0 0 192.168.55.2:55950 170.114.15.227:443 ESTABLISHED 2504953/zoom
tcp 1 0 127.0.0.1:57442 127.0.0.1:12347 CLOSE_WAIT 3036479/mysqld
tcp 0 0 192.168.255.22:35056 213.180.204.148:443 ESTABLISHED 1932374/yandex-disk
tcp 0 0 192.168.55.2:43440 194.85.125.1:443 ESTABLISHED 2224410/firefox
tcp 0 0 172.17.0.1:42368 172.17.0.2:443 ESTABLISHED -
tcp 0 0 127.0.0.1:42001 127.0.0.1:57612 ESTABLISHED -
tcp 0 0 127.0.0.1:39666 127.0.0.1:3306 ESTABLISHED -
tcp6 0 0 :::17500 :::* LISTEN 2837239/dropbox
tcp6 0 0 :::9123 :::* LISTEN -
tcp6 0 0 :::8281 :::* LISTEN -
tcp6 0 0 :::8383 :::* LISTEN -
tcp6 0 0 :::9900 :::* LISTEN -
tcp6 0 0 ::1:631 :::* LISTEN -
tcp6 0 0 :::12345 :::* LISTEN 3036479/mysqld
tcp6 0 0 :::12346 :::* LISTEN 3060170/mysqld
tcp6 0 0 :::12347 :::* LISTEN 3035305/mysqld
tcp6 0 0 :::3306 :::* LISTEN -
tcp6 0 0 :::22 :::* LISTEN -
tcp6 0 0 :::33060 :::* LISTEN -
tcp6 0 0 :::443 :::* LISTEN -
tcp6 0 0 :::1716 :::* LISTEN 7748/kdeconnectd
tcp6 0 0 :::8080 :::* LISTEN -
tcp6 0 0 :::4648 :::* LISTEN -
tcp6 0 0 :::4646 :::* LISTEN -
tcp6 0 0 :::4647 :::* LISTEN -
tcp6 0 0 127.0.0.1:12347 127.0.0.1:57436 ESTABLISHED 3035305/mysqld
tcp6 0 0 127.0.0.1:12345 127.0.0.1:44464 ESTABLISHED 3036479/mysqld
tcp6 0 0 127.0.0.1:3306 127.0.0.1:36028 ESTABLISHED -
tcp6 0 0 10.0.0.5:4647 10.0.0.5:37224 ESTABLISHED -
tcp6 0 0 127.0.0.1:3306 127.0.0.1:50720 ESTABLISHED -
tcp6 0 0 127.0.0.1:3306 127.0.0.1:32844 ESTABLISHED -
tcp6 0 0 127.0.0.1:3306 127.0.0.1:43254 TIME_WAIT -
tcp6 0 0 127.0.0.1:3306 127.0.0.1:43756 TIME_WAIT -
tcp6 0 0 127.0.0.1:12347 127.0.0.1:37416 ESTABLISHED 3035305/mysqld
tcp6 0 0 127.0.0.1:3306 127.0.0.1:32874 ESTABLISHED -
tcp6 0 0 10.0.0.5:4647 10.0.0.5:37220 ESTABLISHED -
tcp6 0 0 127.0.0.1:3306 127.0.0.1:32870 TIME_WAIT -
tcp6 0 0 127.0.0.1:12347 127.0.0.1:37430 ESTABLISHED 3035305/mysqld
tcp6 0 0 127.0.0.1:3306 127.0.0.1:50754 ESTABLISHED -
tcp6 0 0 127.0.0.1:12345 127.0.0.1:54652 ESTABLISHED 3036479/mysqld
tcp6 0 0 127.0.0.1:3306 127.0.0.1:50738 TIME_WAIT -
tcp6 0 0 127.0.0.1:3306 127.0.0.1:39666 ESTABLISHED -
tcp6 0 0 127.0.0.1:3306 127.0.0.1:33302 TIME_WAIT -
tcp6 0 0 127.0.0.1:12347 127.0.0.1:57438 ESTABLISHED 3035305/mysqld
tcp6 0 0 127.0.0.1:3306 127.0.0.1:46308 ESTABLISHED -
tcp6 0 0 127.0.0.1:12346 127.0.0.1:34666 ESTABLISHED 3060170/mysqld
tcp6 0 0 127.0.0.1:12345 127.0.0.1:54650 ESTABLISHED 3036479/mysqld
tcp6 0 0 127.0.0.1:3306 127.0.0.1:46296 TIME_WAIT -

View File

@@ -0,0 +1,5 @@
PID OOM COMMAND
? ? sshd doesn't appear to be running
1499134 -17 multipathd
2849628 -17 nomad
3202899 -17 sshd

View File

@@ -0,0 +1,12 @@
Disk /dev/nvme0n1: 3,64 TiB, 4000787030016 bytes, 7814037168 sectors
Disk model: WD_BLACK SN850X 4000GB
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: gpt
Disk identifier: F57C2A9B-3E4B-49BA-BA83-3D206D23C1F6
Device Start End Sectors Size Type
/dev/nvme0n1p1 2048 1050623 1048576 512M EFI System
/dev/nvme0n1p2 1050624 4550655 3500032 1,7G Linux filesystem
/dev/nvme0n1p3 4550656 7814035455 7809484800 3,6T Linux filesystem

View File

@@ -0,0 +1,448 @@
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2788.142
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 0
cpu cores : 12
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2789.364
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 0
cpu cores : 12
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2778.914
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 4
cpu cores : 12
apicid : 8
initial apicid : 8
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2788.149
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 4
cpu cores : 12
apicid : 9
initial apicid : 9
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2788.156
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 8
cpu cores : 12
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2783.569
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 8
cpu cores : 12
apicid : 17
initial apicid : 17
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2788.144
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 12
cpu cores : 12
apicid : 24
initial apicid : 24
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2788.137
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 12
cpu cores : 12
apicid : 25
initial apicid : 25
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 8
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2361.790
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 16
cpu cores : 12
apicid : 32
initial apicid : 32
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 9
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2381.090
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 17
cpu cores : 12
apicid : 34
initial apicid : 34
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 10
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2372.925
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 18
cpu cores : 12
apicid : 36
initial apicid : 36
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 11
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2361.788
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 19
cpu cores : 12
apicid : 38
initial apicid : 38
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 12
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2387.139
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 20
cpu cores : 12
apicid : 40
initial apicid : 40
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 13
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2392.435
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 21
cpu cores : 12
apicid : 42
initial apicid : 42
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 14
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2388.023
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 22
cpu cores : 12
apicid : 44
initial apicid : 44
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 15
vendor_id : GenuineIntel
cpu family : 6
model : 154
model name : 12th Gen Intel(R) Core(TM) i7-1260P
stepping : 3
microcode : 0x433
cpu MHz : 2393.328
cache size : 18432 KB
physical id : 0
siblings : 16
core id : 23
cpu cores : 12
apicid : 46
initial apicid : 46
fpu : yes
fpu_exception : yes
cpuid level : 32
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause
bugs : coma tlb_mmatch spectre_v1 spectre_v2 spec_store_bypass swapgs eibrs_pbrsb bhi
bogomips : 4992.00
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:

View File

@@ -0,0 +1,10 @@
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
783789 sveta 20 0 2822620 506824 42752 S 100,0 0,8 5795:02 mysqld
2407273 sveta 20 0 64144 46012 13824 R 100,0 0,1 5069:41 perl
2410420 sveta 20 0 64140 46184 13952 R 100,0 0,1 5067:44 perl
2419768 sveta 20 0 64140 46088 13952 R 100,0 0,1 5063:21 perl
2408748 sveta 20 0 64136 46068 14080 R 94,1 0,1 5068:45 perl
3396104 sveta 20 0 16768 5248 3968 R 11,8 0,0 0:00.03 top
2147236 sveta 20 0 32,8g 450796 225184 S 5,9 0,7 52:26.29 chrome
2147423 sveta 20 0 1158,3g 556292 148372 S 5,9 0,8 83:11.29 chrome
2738171 sveta 20 0 499860 52224 13312 S 5,9 0,1 19:40.27 aomhost

View File

@@ -0,0 +1,23 @@
platform Linux
hostname s76
kernel 6.5.0-35-generic
release Ubuntu 22.04.4 LTS (jammy)
CPU_ARCH 64-bit
OS_ARCH 64-bit
virt No virtualization detected
vendor
rss 39089426432
raid_controller No RAID controller detected
threading NPTL 2.35
getenforce No SELinux detected
swappiness 60
dirtypolicy 20, 10
dirtystatus 0, 0
numa-available
numa-policy
numa-preferred-node
internal::disks dm-0 dm-1 dm-2 nvme0n1
internal::nvme0n1 [none] 1023
dentry-state 3355603 3159991 45 0 2250834 0
file-nr 36032 0 9223372036854775807
inode-nr 1419887 556339

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
[always] madvise never

View File

@@ -0,0 +1 @@
12:57:53 up 95 days, 5:49, 1 user, load average: 6,32, 6,92, 6,94

View File

@@ -0,0 +1,7 @@
procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
8 0 1987020 1418168 1633964 35363256 0 0 31 201 1 1 12 2 86 0 0
5 0 1987020 1446196 1633964 35344312 0 0 0 112 14942 51159 40 3 57 0 0
6 0 1987020 1434224 1633964 35341352 0 0 4 1704 16125 21166 34 1 65 0 0
6 0 1987020 1459840 1633964 35338636 0 0 0 8 16382 20180 35 2 63 0 0
5 0 1987020 1436008 1633964 35338540 0 0 0 904 16908 26057 35 1 63 0 0

View File

@@ -81,5 +81,4 @@ Unable to collect information
1 0 0 0 0 0 1000 35 80 20 0 0 0
1 0 0 0 0 0 900 45 62 38 0 0 0
# Memory management ##########################################
Transparent huge pages are enabled.
# The End ####################################################

View File

@@ -78,5 +78,4 @@ Unable to collect information
1 0 0 0 0 0 900 35 78 22 0 0 0
2 0 0 0 0 0 700 20 78 22 0 0 0
# Memory management ##########################################
Transparent huge pages are enabled.
# The End ####################################################

View File

@@ -160,5 +160,4 @@ Unable to collect information
0 0 0 0 0 0 150 100 0 0 100 0 0
0 0 0 0 0 0 125 100 0 0 100 0 0
# Memory management ##########################################
Transparent huge pages are enabled.
# The End ####################################################

View File

@@ -207,5 +207,4 @@ dentry-state | 456513 375385 45 0 141719 0
PID OOM COMMAND
? ? sshd doesn't appear to be running
# Memory management ##########################################
Transparent huge pages are enabled.
# The End ####################################################

View File

@@ -568,5 +568,4 @@ dentry-state | 10194137 9907146 45 0 2973650 0
44034 -17 sshd
48761 -17 sshd
# Memory management ##########################################
Transparent huge pages are enabled.
# The End ####################################################

View File

@@ -0,0 +1,201 @@
Hostname | s76
Uptime | 95 days, 5:41, 1 user, load average: 7,27, 6,88, 6,86
Platform | Linux
Release | Ubuntu 22.04.4 LTS (jammy)
Kernel | 6.5.0-35-generic
Architecture | CPU = 64-bit, OS = 64-bit
Threading | NPTL 2.35
SELinux | No SELinux detected
Virtualized | No virtualization detected
# Processor ##################################################
Processors | physical = 1, cores = 12, virtual = 16, hyperthreading = yes
Speeds | 1x2299.894, 1x2299.975, 1x2299.997, 1x2299.998, 1x2300.011, 1x2300.012, 1x2300.017, 1x2300.091, 1x2672.558, 1x2780.294, 4x2800.000, 1x2800.007, 1x2900.000
Models | 16x12th Gen Intel(R) Core(TM) i7-1260P
Caches | 16x18432 KB
Designation Configuration Size Associativity
========================= ============================== ======== ======================
# Memory #####################################################
Total | 62.6G
Free | 1.6G
Used | physical = 25.7G, swap allocated = 1.9G, swap used = 1.9G, virtual = 27.6G
Shared | 2.7G
Buffers | 35.4G
Caches | 33.8G
Dirty | 16372 kB
UsedRSS | 35.9G
Swappiness | 60
DirtyPolicy | 20, 10
DirtyStatus | 0, 0
Locator Size Speed Form Factor Type Type Detail
========= ======== ================= ============= ============= ===========
# Mounted Filesystems ########################################
Filesystem Size Used Type Opts Mountpoint
/dev/fuse 250G 0% fuse rw,nosuid,nodev,relatime,user_id=1000,group_id=1000 /run/user/1000/keybase/kbfs
/dev/mapper/vgubuntu-root 3,6T 43% ext4 rw,relatime,errors=remount-ro /
/dev/nvme0n1p1 511M 57% vfat rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro /boot/efi
/dev/nvme0n1p2 1,7G 20% ext4 rw,relatime /boot
efivarfs 64K 45% efivarfs rw,nosuid,nodev,noexec,relatime /sys/firmware/efi/efivars
tmpfs 32G 3% tmpfs rw,nosuid,nodev,inode64 /dev/shm
tmpfs 32G 3% tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k,inode64 /dev/shm
tmpfs 32G 3% tmpfs rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64 /dev/shm
tmpfs 32G 3% tmpfs rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64 /dev/shm
tmpfs 32G 3% tmpfs rw,nosuid,nodev,relatime,size=6567944k,nr_inodes=1641986,mode=700,uid=1000,gid=1000,inode64 /dev/shm
tmpfs 5,0M 1% tmpfs rw,nosuid,nodev,inode64 /run/lock
tmpfs 5,0M 1% tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k,inode64 /run/lock
tmpfs 5,0M 1% tmpfs rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64 /run/lock
tmpfs 5,0M 1% tmpfs rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64 /run/lock
tmpfs 5,0M 1% tmpfs rw,nosuid,nodev,relatime,size=6567944k,nr_inodes=1641986,mode=700,uid=1000,gid=1000,inode64 /run/lock
tmpfs 6,3G 1% tmpfs rw,nosuid,nodev,inode64 /run/user/1000
tmpfs 6,3G 1% tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k,inode64 /run/user/1000
tmpfs 6,3G 1% tmpfs rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64 /run/user/1000
tmpfs 6,3G 1% tmpfs rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64 /run/user/1000
tmpfs 6,3G 1% tmpfs rw,nosuid,nodev,relatime,size=6567944k,nr_inodes=1641986,mode=700,uid=1000,gid=1000,inode64 /run/user/1000
tmpfs 6,3G 1% tmpfs rw,nosuid,nodev,inode64 /run
tmpfs 6,3G 1% tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k,inode64 /run
tmpfs 6,3G 1% tmpfs rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64 /run
tmpfs 6,3G 1% tmpfs rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64 /run
tmpfs 6,3G 1% tmpfs rw,nosuid,nodev,relatime,size=6567944k,nr_inodes=1641986,mode=700,uid=1000,gid=1000,inode64 /run
# Disk Schedulers And Queue Size #############################
dm-0 | UNREADABLE
dm-1 | UNREADABLE
dm-2 | UNREADABLE
nvme0n1 | [none] 1023
# Disk Partitioning ##########################################
Device Type Start End Size
============ ==== ========== ========== ==================
/dev/nvme0n1 Disk 4000787030016
/dev/nvme0n1p1 Part 2048 1050623 0
/dev/nvme0n1p2 Part 1050624 4550655 0
/dev/nvme0n1p3 Part 4550656 7814035455 0
# Kernel Inode State #########################################
dentry-state | 3350735 3155181 45 0 2247869 0
file-nr | 35904 0 9223372036854775807
inode-nr | 1417972 554725
# LVM Volumes ################################################
Unable to collect information
# LVM Volume Groups ##########################################
Unable to collect information
# RAID Controller ############################################
Controller | No RAID controller detected
# Network Config #############################################
Controller | Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
FIN Timeout | 60
Port Range | 60999
# Interface Statistics #######################################
interface rx_bytes rx_packets rx_errors tx_bytes tx_packets tx_errors
========= ========= ========== ========== ========== ========== ==========
lo 125000000000 175000000 0 125000000000 175000000 0
enp46s0 0 0 0 0 0 0
wlp0s20f3 150000000000 150000000 0 30000000000 80000000 0
docker0 12500000000 12500000 0 30000000000 15000000 0
br-a7c7f1777df1 0 0 0 0 0 0
veth0655c9f@if604 1250000000 1000000 0 2500000000 1250000 0
vethd189986@if606 50000000 250000 0 600000000 300000 0
veth2655c84@if608 500000000 250000 0 50000000 250000 0
wg0 12500000 25000 0 5000000 25000 0
br-79118f7d5a92 15000000 225000 0 800000000 350000 0
# Network Connections ########################################
Connections from remote IP addresses
3.68.61.181 3
3.124.19.111 1
10.0.0.1 1
10.0.0.5 4
18.190.135.240 1
18.205.222.128 1
34.107.243.93 1
34.202.253.140 1
35.75.32.93 6
38.111.114.11 1
44.208.19.176 1
52.35.150.14 3
52.57.79.4 1
52.73.62.51 1
52.84.151.38 1
52.193.110.50 1
54.147.17.17 1
54.158.119.218 1
54.159.113.253 1
64.233.162.188 1
74.125.205.188 1
77.223.96.250 1
89.253.240.17 2
91.105.192.100 7
108.157.214.53 1
108.157.214.118 1
127.0.0.1 80
140.82.113.26 1
142.250.184.131 1
142.251.1.138 1
149.154.167.51 1
157.240.205.60 1
162.125.6.20 1
162.125.21.2 1
162.125.21.3 8
162.125.69.12 1
162.125.69.13 1
170.114.4.224 1
170.114.15.227 1
170.114.52.2 2
170.114.52.66 1
172.17.0.2 5
172.64.152.233 1
173.194.220.108 5
173.194.221.94 1
185.166.143.36 1
188.114.98.233 2
188.114.99.233 2
194.85.125.1 1
206.247.115.239 1
209.85.233.104 1
213.180.204.148 3
Connections to local IP addresses
10.0.0.5 15
127.0.0.1 80
172.17.0.1 5
192.168.55.2 70
192.168.255.22 1
Connections to top 10 local ports
12345 3
12347 4
3306 10
42001 3
42002 3
42003 3
4647 2
60442 1
60536 1
60740 1
States of connections
CLOSE_WAIT 9
ESTABLISHED 125
LISTEN 45
SYN_SENT 3
TIME_WAIT 25
# Top Processes ##############################################
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
2407273 sveta 20 0 64144 46012 13824 R 100,0 0,1 5061:20 perl
2410420 sveta 20 0 64140 46184 13952 R 100,0 0,1 5059:23 perl
783789 sveta 20 0 2822620 506824 42752 S 94,1 0,8 5786:40 mysqld
2408748 sveta 20 0 64136 46068 14080 R 94,1 0,1 5060:24 perl
2419768 sveta 20 0 64140 46088 13952 R 94,1 0,1 5055:00 perl
2504338 root 20 0 3183396 578628 283160 S 94,1 0,9 47:38.67 s1-agent
2504336 root 20 0 289740 127780 25600 S 52,9 0,2 9:50.52 s1-scan+
7288 sveta 20 0 2688236 139560 46968 S 5,9 0,2 1028:47 Xorg
622143 sveta 20 0 1132,2g 682008 88376 S 5,9 1,0 117:46.23 slack
# Notable Processes ##########################################
PID OOM COMMAND
? ? sshd doesn't appear to be running
1499134 -17 multipathd
2849628 -17 nomad
3202899 -17 sshd
# Simplified and fuzzy rounded vmstat (wait please) ##########
procs ---swap-- -----io---- ---system---- --------cpu--------
r b si so bi bo ir cs us sy il wa st
8 0 0 0 30 200 1 1 12 2 86 0 0
9 0 0 0 8 1750 15000 50000 39 3 58 0 0
5 1 0 0 0 500 15000 22500 39 1 60 0 0
5 0 0 0 0 900 17500 20000 34 1 65 0 0
5 0 0 0 0 350 17500 25000 36 2 63 0 0
# Memory management ##########################################
Transparent huge pages are currently disabled on the system.
# The End ####################################################

View File

@@ -0,0 +1,212 @@
Hostname | s76
Uptime | 95 days, 5:49, 1 user, load average: 6,32, 6,92, 6,94
Platform | Linux
Release | Ubuntu 22.04.4 LTS (jammy)
Kernel | 6.5.0-35-generic
Architecture | CPU = 64-bit, OS = 64-bit
Threading | NPTL 2.35
SELinux | No SELinux detected
Virtualized | No virtualization detected
# Processor ##################################################
Processors | physical = 1, cores = 12, virtual = 16, hyperthreading = yes
Speeds | 1x2361.788, 1x2361.790, 1x2372.925, 1x2381.090, 1x2387.139, 1x2388.023, 1x2392.435, 1x2393.328, 1x2778.914, 1x2783.569, 1x2788.137, 1x2788.142, 1x2788.144, 1x2788.149, 1x2788.156, 1x2789.364
Models | 16x12th Gen Intel(R) Core(TM) i7-1260P
Caches | 16x18432 KB
Designation Configuration Size Associativity
========================= ============================== ======== ======================
# Memory #####################################################
Total | 62.6G
Free | 1.4G
Used | physical = 26.0G, swap allocated = 1.9G, swap used = 1.9G, virtual = 27.9G
Shared | 2.7G
Buffers | 35.3G
Caches | 33.6G
Dirty | 16096 kB
UsedRSS | 36.4G
Swappiness | 60
DirtyPolicy | 20, 10
DirtyStatus | 0, 0
Locator Size Speed Form Factor Type Type Detail
========= ======== ================= ============= ============= ===========
# Mounted Filesystems ########################################
Filesystem Size Used Type Opts Mountpoint
/dev/fuse 250G 0% fuse rw,nosuid,nodev,relatime,user_id=1000,group_id=1000 /run/user/1000/keybase/kbfs
/dev/mapper/vgubuntu-root 3,6T 43% ext4 rw,relatime,errors=remount-ro /
/dev/nvme0n1p1 511M 57% vfat rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro /boot/efi
/dev/nvme0n1p2 1,7G 20% ext4 rw,relatime /boot
efivarfs 64K 45% efivarfs rw,nosuid,nodev,noexec,relatime /sys/firmware/efi/efivars
tmpfs 32G 3% tmpfs rw,nosuid,nodev,inode64 /dev/shm
tmpfs 32G 3% tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k,inode64 /dev/shm
tmpfs 32G 3% tmpfs rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64 /dev/shm
tmpfs 32G 3% tmpfs rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64 /dev/shm
tmpfs 32G 3% tmpfs rw,nosuid,nodev,relatime,size=6567944k,nr_inodes=1641986,mode=700,uid=1000,gid=1000,inode64 /dev/shm
tmpfs 5,0M 1% tmpfs rw,nosuid,nodev,inode64 /run/lock
tmpfs 5,0M 1% tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k,inode64 /run/lock
tmpfs 5,0M 1% tmpfs rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64 /run/lock
tmpfs 5,0M 1% tmpfs rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64 /run/lock
tmpfs 5,0M 1% tmpfs rw,nosuid,nodev,relatime,size=6567944k,nr_inodes=1641986,mode=700,uid=1000,gid=1000,inode64 /run/lock
tmpfs 6,3G 1% tmpfs rw,nosuid,nodev,inode64 /run/user/1000
tmpfs 6,3G 1% tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k,inode64 /run/user/1000
tmpfs 6,3G 1% tmpfs rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64 /run/user/1000
tmpfs 6,3G 1% tmpfs rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64 /run/user/1000
tmpfs 6,3G 1% tmpfs rw,nosuid,nodev,relatime,size=6567944k,nr_inodes=1641986,mode=700,uid=1000,gid=1000,inode64 /run/user/1000
tmpfs 6,3G 1% tmpfs rw,nosuid,nodev,inode64 /run
tmpfs 6,3G 1% tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k,inode64 /run
tmpfs 6,3G 1% tmpfs rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64 /run
tmpfs 6,3G 1% tmpfs rw,nosuid,nodev,noexec,relatime,size=6567948k,mode=755,inode64 /run
tmpfs 6,3G 1% tmpfs rw,nosuid,nodev,relatime,size=6567944k,nr_inodes=1641986,mode=700,uid=1000,gid=1000,inode64 /run
# Disk Schedulers And Queue Size #############################
dm-0 | UNREADABLE
dm-1 | UNREADABLE
dm-2 | UNREADABLE
nvme0n1 | [none] 1023
# Disk Partitioning ##########################################
Device Type Start End Size
============ ==== ========== ========== ==================
/dev/nvme0n1 Disk 4000787030016
/dev/nvme0n1p1 Part 2048 1050623 0
/dev/nvme0n1p2 Part 1050624 4550655 0
/dev/nvme0n1p3 Part 4550656 7814035455 0
# Kernel Inode State #########################################
dentry-state | 3355603 3159991 45 0 2250834 0
file-nr | 36032 0 9223372036854775807
inode-nr | 1419887 556339
# LVM Volumes ################################################
Unable to collect information
# LVM Volume Groups ##########################################
Unable to collect information
# RAID Controller ############################################
Controller | No RAID controller detected
# Network Config #############################################
Controller | Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
FIN Timeout | 60
Port Range | 60999
# Interface Statistics #######################################
interface rx_bytes rx_packets rx_errors tx_bytes tx_packets tx_errors
========= ========= ========== ========== ========== ========== ==========
lo 125000000000 175000000 0 125000000000 175000000 0
enp46s0 0 0 0 0 0 0
wlp0s20f3 150000000000 150000000 0 30000000000 80000000 0
docker0 12500000000 12500000 0 30000000000 15000000 0
br-a7c7f1777df1 0 0 0 0 0 0
veth0655c9f@if604 1250000000 1000000 0 2500000000 1250000 0
vethd189986@if606 50000000 250000 0 600000000 300000 0
veth2655c84@if608 500000000 250000 0 50000000 250000 0
wg0 17500000 35000 0 7000000 35000 0
br-79118f7d5a92 15000000 225000 0 800000000 350000 0
# Network Connections ########################################
Connections from remote IP addresses
3.68.61.181 3
3.160.57.75 1
3.164.240.62 2
10.0.0.1 1
10.0.0.5 4
18.190.135.240 1
18.205.222.128 1
23.20.17.147 1
34.107.243.93 1
34.110.207.168 1
34.117.188.166 2
34.120.208.123 1
34.202.253.140 1
35.74.138.212 2
35.75.32.93 6
38.111.114.11 1
52.35.150.14 2
52.57.79.4 1
52.73.62.51 1
52.73.238.236 1
52.84.151.38 1
52.193.110.50 1
54.86.147.85 1
54.147.17.17 1
54.158.119.218 1
54.159.113.253 1
54.159.239.26 1
64.233.162.188 1
64.233.165.104 1
74.125.205.188 1
77.223.96.250 1
89.253.240.17 2
91.105.192.100 7
108.157.52.95 1
108.157.214.47 1
108.157.214.111 1
108.177.14.94 2
127.0.0.1 80
140.82.114.25 1
142.250.150.154 1
142.251.1.138 1
142.251.140.14 1
149.154.167.51 1
157.240.205.60 1
157.240.205.174 2
162.125.21.2 1
162.125.21.3 8
170.114.4.224 1
170.114.15.227 1
170.114.52.2 2
170.114.52.66 1
172.17.0.2 4
172.64.152.233 1
173.194.73.94 1
173.194.220.108 5
173.194.222.94 1
185.166.143.36 1
188.114.98.233 2
188.114.99.233 2
194.85.125.1 1
206.247.115.239 1
213.180.204.148 3
216.58.213.113 1
Connections to local IP addresses
10.0.0.5 15
127.0.0.1 80
172.17.0.1 4
192.168.55.2 80
192.168.255.22 1
Connections to top 10 local ports
12345 3
12347 4
3306 15
42001 3
42002 3
42003 3
4647 2
60442 1
60592 2
60740 1
States of connections
CLOSE_WAIT 9
ESTABLISHED 125
LISTEN 45
SYN_SENT 4
TIME_WAIT 40
# Top Processes ##############################################
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
783789 sveta 20 0 2822620 506824 42752 S 100,0 0,8 5795:02 mysqld
2407273 sveta 20 0 64144 46012 13824 R 100,0 0,1 5069:41 perl
2410420 sveta 20 0 64140 46184 13952 R 100,0 0,1 5067:44 perl
2419768 sveta 20 0 64140 46088 13952 R 100,0 0,1 5063:21 perl
2408748 sveta 20 0 64136 46068 14080 R 94,1 0,1 5068:45 perl
3396104 sveta 20 0 16768 5248 3968 R 11,8 0,0 0:00.03 top
2147236 sveta 20 0 32,8g 450796 225184 S 5,9 0,7 52:26.29 chrome
2147423 sveta 20 0 1158,3g 556292 148372 S 5,9 0,8 83:11.29 chrome
2738171 sveta 20 0 499860 52224 13312 S 5,9 0,1 19:40.27 aomhost
# Notable Processes ##########################################
PID OOM COMMAND
? ? sshd doesn't appear to be running
1499134 -17 multipathd
2849628 -17 nomad
3202899 -17 sshd
# Simplified and fuzzy rounded vmstat (wait please) ##########
procs ---swap-- -----io---- ---system---- --------cpu--------
r b si so bi bo ir cs us sy il wa st
8 0 0 0 30 200 1 1 12 2 86 0 0
5 0 0 0 0 100 15000 50000 40 3 57 0 0
6 0 0 0 4 1750 15000 20000 34 1 65 0 0
6 0 0 0 0 8 17500 20000 35 2 63 0 0
5 0 0 0 0 900 17500 25000 35 1 63 0 0
# Memory management ##########################################
Transparent huge pages are enabled.
# The End ####################################################