码迷,mamicode.com
首页 >  
搜索关键字:ps top    ( 32305个结果
Binder杂记
1. Binder的系统日志文件 # ps -A | grep suspend system 699 1 2184444 4564 binder_ioctl_write_read 0 S android.system.suspend@1.0-service # ls /proc/699/fd -l ...
分类:其他好文   时间:2021-04-19 15:59:18    阅读次数:0
git Doc
https://www.git-scm.com/docs/git-pull https://www.runoob.com/git/git-pull.html https://www.yiibai.com/git/git_pull.html https://www.runoob.com/git/git ...
分类:其他好文   时间:2021-04-19 14:13:33    阅读次数:0
模拟cpu/mem/io使用率
模拟cpu使用率 脚本: 可以将1个cpu-core打满 k.c #include <stdlib.h> int main() { while(1); return 0; } gcc -o out k.c ./out 查看top可以看到将1个cpu-core打满,可以根据需要,并发启动多个进程将多个 ...
分类:其他好文   时间:2021-04-16 12:03:28    阅读次数:0
眼睛糖果滤镜PS插件Alien Skin Eye Candy 7中文版
Alien Skin Eye Candy 7 for Mac是运行在ps上的滤镜包,alien skin eye candy 7 mac版主要用于制作各种特效,比如火焰、动物毛皮、烟雾、闪电等。这里带来eye candy 7特别版,安装后即可在photoshop中使用。 更容易 我们完全重写了Eye ...
分类:其他好文   时间:2021-04-15 12:12:56    阅读次数:0
Educational Codeforces Round 107 (Rated for Div. 2) C. Yet Another Card Deck(暴力/思维)
You have a card deck of n cards, numbered from top to bottom, i. e. the top card has index 1and bottom card — index n. Each card has its color: the 𝑖 ...
分类:其他好文   时间:2021-04-15 12:03:00    阅读次数:0
等待事件enq:HW–contention说明及解决方法
一、今天在查看awr报告中,发现Top 5 Timed Foreground Events发现enq: HW - contention的等待事件; 二、enq: HW - contention的官方说明: The HW enqueue is used to serialize the allocat ...
分类:其他好文   时间:2021-04-14 12:39:09    阅读次数:0
range \random
### range(start,stop ,step) - 按循序生成整数 #生成整数,参数可是负值,STEP可以是负值,参数可以只是一个整数 for item in range(0,10,2): print(item) 结果: 0 2 4 6 8 列2: for item in range(10) ...
分类:其他好文   时间:2021-04-14 12:16:21    阅读次数:0
linux cpu 类过高定位 【面试】
今天面试学费了一个小技巧 pstack jstack gdb attach 如果CPU过高,面试怎么初步定位,如何辅助开发定位 1,log备份 2,top 之类的信息备份 3,coredump 信息备份 4,我不知道的 堆栈信息备份!! 1,top查看pid 2,pstack 进程ID显示线程堆栈 ...
分类:系统相关   时间:2021-04-14 12:06:58    阅读次数:0
数据库信息存储为Excel,利用OSS进行文件上传下载
ps:本篇文章的主要内容为从后端获取数据,并将多条数据以Excel表格的方式存储,并实现基于OSS的上传和下载 主要知识 OSS对象存储,EasyExcel 两者都来自于阿里云,请提前进行两者的基础知识学习 #主要内容 ##1.实体类 实体类需要继承BaseRowModel类,但目前这个类已被禁用, ...
分类:数据库   时间:2021-04-14 12:02:43    阅读次数:0
常用监控命令
详见:https://www.cnblogs.com/liyuanhong/articles/14653178.html 1、监控cpu w top htop uptime glances ps 2、监控内存 free glances top htop 3、监控磁盘 df glances iotop ...
分类:其他好文   时间:2021-04-14 11:52:58    阅读次数:0
32305条   上一页 1 ... 20 21 22 23 24 ... 3231 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!