联合会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小鼬就是我
博客园
首页
新随笔
联系
订阅
管理
随笔 - 212
文章 - 0
评论 - 54
阅读 -
73万
我的标签
排序:
自定义
|
博文数⬇
|
标签名
linux
(44)
redis
(2)
stunnel
(1)
iptables
(1)
C++
(17)
nsq
(2)
static library
(1)
ios7
(1)
ios
(12)
NSOperation
(2)
sql server
(1)
ios-static-libraries
(1)
python
(9)
NSObject
(2)
slack
(1)
influxdb
(1)
docker
(8)
libarary
(2)
singleton
(1)
IJG
(1)
go
(7)
grep
(2)
signal
(1)
https
(1)
git
(7)
cocoa
(2)
SIGABRT
(1)
grub2
(1)
xcode
(6)
金融
(1)
shell
(1)
grub
(1)
make
(5)
重新登录时重新打开窗口
(1)
shared_ptr
(1)
grafana
(1)
golang
(5)
车
(1)
sha
(1)
github
(1)
socket
(4)
正则
(1)
scheme
(1)
fastcgi
(1)
Makefile
(4)
旁路由
(1)
rsa
(1)
Error
(1)
mac
(4)
命令行
(1)
Remix OS
(1)
DPDK
(1)
http
(4)
命令
(1)
remix
(1)
dlopen
(1)
grpc
(4)
启动
(1)
RDMA
(1)
dll
(1)
windows
(3)
台湾
(1)
pycharm
(1)
Developer tools access
(1)
svn
(3)
动画
(1)
pstack
(1)
debug
(1)
mysql
(3)
加密
(1)
Phoenix OS
(1)
dash
(1)
lua
(3)
养老金
(1)
phoenix
(1)
daemon
(1)
java
(3)
债券
(1)
pb
(1)
cuda
(1)
IOS逆向
(3)
wireshark
(1)
PATH
(1)
CTP
(1)
gdb
(3)
win10
(1)
odbc
(1)
configure
(1)
g++
(3)
webview
(1)
objective-c++
(1)
command
(1)
framework
(3)
websocket
(1)
NSNotification
(1)
cmd
(1)
cpu
(3)
vs
(1)
NSImage
(1)
cifs
(1)
磁盘
(2)
UUID
(1)
nonatomic
(1)
cell
(1)
内存布局
(2)
URL
(1)
node.js
(1)
category
(1)
wsl
(2)
unikernel
(1)
nginx
(1)
cadvisor
(1)
work space
(2)
UITableViewCell
(1)
mint
(1)
boost
(1)
uniqueIdentifier
(2)
UITableView
(1)
microhttpd
(1)
bash
(1)
uniqueID
(2)
UITabBarItem
(1)
mac os x
(1)
awk
(1)
UIView
(2)
UITabBarController
(1)
logstash
(1)
automake
(1)
UDP
(2)
UITabBar
(1)
log
(1)
autohotkey
(1)
ubuntu12.04
(2)
UIEdgeInsets
(1)
lion
(1)
atomic
(1)
ubuntu
(2)
UIDevice-uniqueID
(1)
library
(1)
arc
(1)
thread
(2)
UIBackgroundModes
(1)
libjpeg.a
(1)
APNs
(1)
tcp
(2)
UDID
(1)
libjpeg
(1)
animation
(1)
sudo
(2)
Timer
(1)
layer
(1)
ALAssetsLibrary
(1)
Sublime
(2)
textmate
(1)
json
(1)
10.7.3
(1)
ssh
(2)
tabbar
(1)
jpeg
(1)
10.7
(1)
sql
(2)
supervisor
(1)
javescript
(1)
搜索
我的标签
linux
(44)
C++
(17)
ios
(12)
python
(9)
docker
(8)
go
(7)
git
(7)
xcode
(6)
make
(5)
golang
(5)
更多
随笔分类
IOS(34)
language(54)
linux(110)
mac(19)
others(19)
trader(3)
收集外链(2)
最新评论
1. Re:(转)ubuntu下查询CPU数,核心数,线程数
怎么查看哪个CPU核空闲着?
top命令然后敲“1”即可。
--小鼬就是我
2. Re:多网卡的情况下收udp组播数据的坑
多个组播地址的抓包命令: sudo nohup tcpdump -i eno1 'udp and (dst host 230.13.0.2 or dst host 230.13.0.3 or dst ...
--小鼬就是我
3. Re:(转)ubuntu下查询CPU数,核心数,线程数
同上,写了个脚本,用来查询一个进程下的所有线程所在的核: #!/bin/bash pid=$1 echo "will qry process $pid 's cpu cores..." if [ "$...
--小鼬就是我
4. Re:Core dump去哪里了?
看看core文件在哪? cat /proc/sys/kernel/core_pattern 如果是这样: |/usr/share/apport/apport -p%p -s%s -c%c -d%d -...
--小鼬就是我
5. Re:gdb调试带参数和调试core
gdb调试 gdb -c ./path/of/core ./path/of/exe gdb中对输出内容自动翻页 set pagination off 在gdb中使用gdb脚本 gdb -c ./pat...
--小鼬就是我
点击右上角即可分享