logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

压力测试衡量CPU的三个指标CPU Utilization、Load Average和ContextSwitch Rate

压力测试衡量CPU的三个指标:CPU Utilization、Load Average和ContextSwitch Rate上篇讲如何用LoadRunner监控Linux的性能指标,但是关于CPU的几个指标没有搞清楚,下面就详细说说。 CPU Utilization好理解,就是CPU的利用率,75%以上就比较高了(也有说法是80%或者更高)。除了这个指标外,还要结合Load

#压力测试
spring boot 入门之security oauth2 jwt完美整合例子-java编程

转自:http://www.leftso.com/blog/139.html一、本文简介本文主要讲解Java编程中spring boot框架+spring security框架+spring security oauth2框架整合的例子,并且oauth2整合使用jwt方式存储二、学习前提首先是讲解oauth2的基本说明:推荐查看:http://www.ruanyifeng.com/blog/201

spring boot 使用FreeMarker模板

转自:http://blog.csdn.net/clementad/article/details/51942629在spring boot中使用FreeMarker模板非常简单方便,只需要简单几步就行:1、引入依赖:[html] view plain copy<dependency>      <groupId>org.springfram

#spring boot
spring boot 使用FreeMarker模板

转自:http://blog.csdn.net/clementad/article/details/51942629在spring boot中使用FreeMarker模板非常简单方便,只需要简单几步就行:1、引入依赖:[html] view plain copy<dependency>      <groupId>org.springfram

#spring boot
【ubuntu】vmware下ubuntu设置屏幕大小

网上有很多说需要从“虚拟机”中设置选项,然后又是需要安装VMware Tools,其实都不需要,只需要在ubuntu里面设置界面就可以了,就和Windows设置屏幕大小一样的。如下:(1)系统设置(右上角,英文system setting)(2)显示(Displays)好了,和Windows一样设置你想要的屏幕大小就可以了。

#ubuntu
设置centos 7 开机不载入图形界面

当初用虚拟机装centos7图形界面也只是想看看它的界面如何,现在感觉耗内存太大了,决定取消默认启动图形界面centos7 当启动的时候使用systemd不再会使用inittab而是通过删除/user/lib/systemd/system/ctrl-alt-del.target来启动默认:multi-user.target:runlevel 3graphical.t

#centos
到底了