首页 > 其他分享 >ubantu安装pcstat

ubantu安装pcstat

时间:2024-07-17 16:41:36浏览次数:11  
标签:ubantu unicode terse pcstat file output https 安装

参考文档: https://github.com/tobert/pcstat?tab=readme-ov-file#readme

先安装go见 https://www.cnblogs.com/wxxjianchi/p/18307654

https://github.com/tobert/pcstat/raw/2014-05-02-01/pcstat.x86_64 下载pcstat包

mv pcstat.x86_64 pcstat 

chmod 755 pcstat

./pcstat 

pcstat使用帮助

pcstat <-json <-pps>|-terse|-default> <-nohdr> <-bname> file file file
 -json output will be JSON
   -pps include the per-page information in the output (can be huge!)
 -terse print terse machine-parseable output
 -histo print a histogram using unicode block characters
 -nohdr don't print the column header in terse or default format
 -bname use basename(file) in the output (use for long paths)
 -plain return data with no box characters
 -unicode return data with unicode box characters

 

标签:ubantu,unicode,terse,pcstat,file,output,https,安装
From: https://www.cnblogs.com/wxxjianchi/p/18307758

相关文章

  • centos7 安装nginx
    一.安装必要的依赖yuminstallgcc-c++-yyuminstall-yopensslopenssl-develyuminstall-yzlibzlib-develyuminstall-ypcrepcre-devel二.下载nginx安装包进入usr/local里面创建nginx文件,方便后期删除干净cd/usr/localmkdirnginxcdnginxwget下载安装包w......
  • PyCharm安装教程(详细步骤)
    一、软件简介PyCharm是一款PythonIDE,其带有一整套可以帮助用户在使用Python语言开发时提高其效率的工具,比如,调试、语法高亮、Project管理、代码跳转、智能提示、自动完成、单元测试、版本控制等等。此外,该IDE提供了一些高级功能,以用于支持Django框架下的专业Web开发。......
  • 如何安装Ascend深度学习套件
    1、 驱动安装1.1驱动测试输入测试命令:npu-smiinfo 结果如下: 1.2Ascend驱动未安装请参考Ascend驱动的安装文档,进行安装对应显卡的驱动,文档链接如下:https://support.huawei.com/enterprise/zh/doc/EDOC1100368783/2645a51f 2、 Ascend 深度学习套......
  • 购买一台云服务器,安装nvm,能够将配置全局命令链接js文件执行
    全局安装@vue/cli为什么会添加命令vuelinux或者MAC系统中通过whichvue查看vue地址,通过进入该地址查看文件发现软链接指向真实文件,真实文件同级别下的package.json中的bin字段中的名决定了输入命令vue2.全区安装@vue/cli时将包放在了node安装位置的node_modules下并且在包中的p......
  • ubuntu22.04安装idea2024
    1.现有电脑简介系统版本:ubuntu22.04Desktopjava版本:openjdk212.软件部署在官网下载idea软件包,解压并移动到/opt目录,重命名为idea寻找合适的学习版工具,解压应移动到/opt目录,重命名为ja-netfilter2.1.修改ideavmoptions文件#修改/opt/idea/bin/idea64.vmoptions......
  • DevOps系列五(Jenkins安装)
    一Jenkins安装1.1官网https://jenkins.io/1.2镜像地址https://hub.docker.com/r/jenkins/jenkins/tags1.3拉取镜像dockerpulljenkins/jenkins:2.319.1-lts1.4创建目录mkdir-p/usr/local/docker/jenkins_docker1.5编写docker-compose.yml文件cd/usr/local/doc......
  • PC XMind v24.01.14362 解锁版安装教程 (全球领先的商业思维导图软件)
    前言XMind是一款专业的全球领先的商业思维导图软件,在国内使用广泛,拥有强大的功能、包括思维管理、商务演示、与办公软件协同工作等功能。它采用全球先进的EclipseRCP软件架构,是集思维导图与头脑风暴于一体的可视化思考工具,能用来捕捉想法、理清思路、管理复杂信息并促进团队协......
  • Windows中安装python/cmd中执行python命令无效
    1、问题阐述?本文章提供非常详细的安装教程。本文章适合于不会安装python或者安装了python后,在cmd中执行python命令无效的情况。2、下载pythonpython下载官网地址:DownloadPython|Python.org在下面的框子中选择你需要的版本如果是windows选择如下包如下版本下载地址:ht......
  • git下载与安装
    1.进入git官网,地址:https://git-scm.com/,进入下载页面,点击下载2.双击运行,安装路径不选择C盘,插件默认,一路默认下一步,安装,详细每一步讲解可参考:https://blog.csdn.net/qq_45281589/article/details/1346504563. 安装后有如下功能 GitBash是一个命令行工具,通过GitBa......
  • MySQL安装过程中的问题,求大佬们帮忙解答。
    记录一个MySQL安装时的日志,麻烦大佬们帮忙看看。2024-07-15T14:12:49.255307Z0[System][MY-013169][Server]/usr/sbin/mysqld(mysqld8.0.33)initializingofserverinprogressasprocess227942024-07-15T14:12:49ZUTC-mysqldgotsignal11;Mostlikely,youh......