>進入 1、安裝supersmack [url]http://vegan.net/tony/supersmack/[/url] 安裝過程以及我中間遇到問題的總結都在這里。 之前記得把libmysqlclient.so.16拷貝到/usr/lib中去,這" />

<span id="mktg5"></span>

<i id="mktg5"><meter id="mktg5"></meter></i>

        <label id="mktg5"><meter id="mktg5"></meter></label>
        最新文章專題視頻專題問答1問答10問答100問答1000問答2000關鍵字專題1關鍵字專題50關鍵字專題500關鍵字專題1500TAG最新視頻文章推薦1 推薦3 推薦5 推薦7 推薦9 推薦11 推薦13 推薦15 推薦17 推薦19 推薦21 推薦23 推薦25 推薦27 推薦29 推薦31 推薦33 推薦35 推薦37視頻文章20視頻文章30視頻文章40視頻文章50視頻文章60 視頻文章70視頻文章80視頻文章90視頻文章100視頻文章120視頻文章140 視頻2關鍵字專題關鍵字專題tag2tag3文章專題文章專題2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章專題3
        問答文章1 問答文章501 問答文章1001 問答文章1501 問答文章2001 問答文章2501 問答文章3001 問答文章3501 問答文章4001 問答文章4501 問答文章5001 問答文章5501 問答文章6001 問答文章6501 問答文章7001 問答文章7501 問答文章8001 問答文章8501 問答文章9001 問答文章9501
        當前位置: 首頁 - 科技 - 知識百科 - 正文

        對MYSQL進行壓力測試

        來源:懂視網 責編:小采 時間:2020-11-09 08:09:51
        文檔

        對MYSQL進行壓力測試

        對MYSQL進行壓力測試:歡迎進入Linux社區論壇,與200萬技術人員互動交流 >>進入 1、安裝supersmack [url]http://vegan.net/tony/supersmack/[/url] 安裝過程以及我中間遇到問題的總結都在這里。 之前記得把libmysqlclient.so.16拷貝到/usr/lib中去,這
        推薦度:
        導讀對MYSQL進行壓力測試:歡迎進入Linux社區論壇,與200萬技術人員互動交流 >>進入 1、安裝supersmack [url]http://vegan.net/tony/supersmack/[/url] 安裝過程以及我中間遇到問題的總結都在這里。 之前記得把libmysqlclient.so.16拷貝到/usr/lib中去,這

        歡迎進入Linux社區論壇,與200萬技術人員互動交流 >>進入 1、安裝supersmack [url]http://vegan.net/tony/supersmack/[/url] 安裝過程以及我中間遇到問題的總結都在這里。 之前記得把libmysqlclient.so.16拷貝到/usr/lib中去,這樣make 的時候不用改MakeFile

        歡迎進入Linux社區論壇,與200萬技術人員互動交流 >>進入

        1、安裝supersmack

        [url]http://vegan.net/tony/supersmack/[/url]

        安裝過程以及我中間遇到問題的總結都在這里。

        之前記得把libmysqlclient.so.16拷貝到/usr/lib中去,這樣make 的時候不用改MakeFile文件。

        [root@localhost super-smack-1.3]# cp /usr/local/mysql/libmysqlclient.so.16 /usr/lib

        我遇到的問題如下:

        error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file: No such file or directory

        看到北京野狼的這個帖子:

        [url]http://bbs.chinaunix.net/archiver/?tid-638662.html[/url]

        [root@localhost super-smack-1.2]# ./configure --with-mysql

        configure: error: installation or configuration problem: C++ compiler cannot create executables.

        沒有安裝C++編譯器

        [root@localhost rpmpackage]# rpm -ivh libc-client-2004g-2.2.1.i386.rpm

        Preparing… ########################################### [100%]

        1:libc-client ########################################### [100%]

        [root@localhost rpmpackage]# rpm -ivh libc-client-devel-2004g-2.2.1.i386.rpm

        Preparing… ########################################### [100%]

        1:libc-client-devel ########################################### [100%]

        [root@localhost rpmpackage]# rpm -ivh libstdc++-devel-4.1.1-52.el5.i386.rpm

        Preparing… ########################################### [100%]

        1:libstdc++-devel ########################################### [100%]

        [root@localhost rpmpackage]# rpm -ivh gcc-c++-4.1.1-52.el5.i386.rpm

        Preparing… ########################################### [100%]

        1:gcc-c++ ########################################### [100%]

        [root@localhost rpmpackage]# cd /sourcepackage/super-smack-1.2

        [root@localhost super-smack-1.2]# ./configure --with-mysql

        loading cache ./config.cache

        checking for a BSD compatible install… /usr/bin/install -c

        checking whether build environment is sane… yes

        checking whether make sets ${MAKE}… yes

        updating cache ./config.cache

        creating ./config.status

        creating Makefile

        creating src/Makefile

        creating config.h

        Building with the following options:

        MySQL Support…… yes

        PostgreSQL Support…… no

        Oracle Support…… no

        If this is not what you intended, please re-run configure.

        Thanks for using super-smack!

        然后make;make install

        其他問題看

        [url]http://vegan.net/tony/supersmack/FAQ.php[/url]

        2、進行實際測試。

        拷貝示例文件。

        [root@localhost super-smack-1.3]# cp -r smacks/ /usr/local/bin/

        修改用戶名和密碼為自己的

        默認是測試MYISAM表的性能。

        [root@localhost smacks]# super-smack -d mysql select-key.smack 10 1000

        Error running query select count(*) from http_auth:Table 'test.http_auth' doesn't exist

        Creating table 'http_auth'

        Loading data from file '/var/smack-data/words.dat' into table 'http_auth'

        Table http_auth is now ready for the test

        Query Barrel Report for client smacker1

        connect: max=156ms min=0ms avg= 21ms from 10 clients

        Query_type num_queries max_time min_time q_per_s

        select_index 20000 0 0 16299.96

        [1] [2]

        聲明:本網頁內容旨在傳播知識,若有侵權等問題請及時與本網聯系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

        文檔

        對MYSQL進行壓力測試

        對MYSQL進行壓力測試:歡迎進入Linux社區論壇,與200萬技術人員互動交流 >>進入 1、安裝supersmack [url]http://vegan.net/tony/supersmack/[/url] 安裝過程以及我中間遇到問題的總結都在這里。 之前記得把libmysqlclient.so.16拷貝到/usr/lib中去,這
        推薦度:
        標簽: 進入 測試 社區
        • 熱門焦點

        最新推薦

        猜你喜歡

        熱門推薦

        專題
        Top
        主站蜘蛛池模板: 免费看美女让人桶尿口| 在线观看免费人成视频色9| 久久亚洲精品中文字幕| 国产无限免费观看黄网站| 亚洲国产精品碰碰| 窝窝影视午夜看片免费| 中文字幕精品亚洲无线码一区应用| 污污的视频在线免费观看| 亚洲综合亚洲综合网成人| 精品国产福利尤物免费| 亚洲国产精品SSS在线观看AV| 亚洲精品乱码久久久久久V| 国产成人青青热久免费精品| 免费人成在线观看播放a| 久久久久亚洲AV成人网| 国产精品免费高清在线观看| 亚洲国产成人综合| 午夜小视频免费观看| 男女啪啪免费体验区| 亚洲AV中文无码字幕色三| 亚洲黄色片免费看| 亚洲乱码中文字幕在线| 免费在线观看黄网| 免费精品一区二区三区第35| 亚洲国产精品久久久久秋霞影院 | 免费乱码中文字幕网站| 高清免费久久午夜精品| 亚洲人成网站在线播放影院在线| 日本妇人成熟免费中文字幕| 亚洲大尺度无码专区尤物| 18禁美女黄网站色大片免费观看| 亚洲综合精品成人| 亚洲最大AV网站在线观看| 国产电影午夜成年免费视频 | 羞羞网站在线免费观看| 亚洲日韩一页精品发布| xxxx日本免费| 黄色免费网址大全| 亚洲成人在线免费观看| 亚洲国产成人久久综合野外| 久久精品一本到99热免费|