{"id":11838,"date":"2023-01-27T20:20:14","date_gmt":"2023-01-27T12:20:14","guid":{"rendered":"http:\/\/139.9.1.231\/?p=11838"},"modified":"2023-01-27T20:49:00","modified_gmt":"2023-01-27T12:49:00","slug":"nvtop","status":"publish","type":"post","link":"http:\/\/139.9.1.231\/index.php\/2023\/01\/27\/nvtop\/","title":{"rendered":"\u82f1\u4f1f\u8fbe\u663e\u5361\u76d1\u63a7\u5de5\u5177nvtop &#038; \u6df1\u5ea6\u5b66\u4e60cuda+pytorch\u5b89\u88c5\u6559\u7a0b"},"content":{"rendered":"\n<h1>\u80cc\u666f<\/h1>\n\n\n\n<p>\u5728\u7528\u82f1\u4f1f\u8fbe\u663e\u5361\u505a\u6df1\u5ea6\u5b66\u4e60\u8bad\u7ec3\u6216\u63a8\u7406\u65f6\uff0c\u6211\u4eec\u5e38\u7528nvidia-smi\u6307\u4ee4\u6765\u67e5\u770b\u663e\u5361\u7684\u4f7f\u7528\u60c5\u51b5\uff0c\u5982\u56fe\u6240\u793a<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/img-blog.csdnimg.cn\/20191230164837958.png?x-oss-process=image\/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly96b25neHAuYmxvZy5jc2RuLm5ldA==,size_16,color_FFFFFF,t_70\" alt=\"\"\/><\/figure>\n\n\n\n<p>\u8fd9\u79cd\u65b9\u6cd5\u53ef\u4ee5\u770b\u51fa\u6bcf\u5f20\u663e\u5361\u5185\u5b58\u548cGPU\u5229\u7528\u7387\u7684\u5b9e\u65f6\u60c5\u51b5\uff0c\u4f46\u770b\u4e0d\u51fa\u5386\u53f2\u6570\u636e\u548c\u53d8\u5316\u66f2\u7ebf\uff0c\u8fd9\u4e2a\u65f6\u5019\u5c31\u9700\u8981\u7528\u5230nvtop\u4e86\u3002<\/p>\n\n\n\n<p>Nvtop\u4ee3\u8868NVidia TOP\uff0c\u8fd9\u662f\u7528\u4e8eNVIDIA GPU\u7684\u4efb\u52a1\u76d1\u89c6\u5668\u3002\u5b83\u53ef\u4ee5\u5904\u7406\u591a\u4e2aGPU\uff0c\u5e76\u4ee5\u719f\u6089\u7684\u65b9\u5f0f\u6253\u5370\u6709\u5173\u5b83\u4eec\u7684\u4fe1\u606f\u3002\u5982\u56fe\u6240\u793a\uff0c\u5f88\u76f4\u89c2\u7684\u663e\u793a\u4e86\u6bcf\u5f20\u663e\u5361\u7684\u5185\u5b58\u3001GPU\u5229\u7528\u7387\u66f2\u7ebf\u3002\u672c\u6587\u5bf9\u8be5\u5de5\u5177\u7684\u5b89\u88c5\u4f7f\u7528\u8fdb\u884c\u4ecb\u7ecd\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/img-blog.csdnimg.cn\/20191230165116189.png?x-oss-process=image\/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly96b25neHAuYmxvZy5jc2RuLm5ldA==,size_16,color_FFFFFF,t_70\" alt=\"\"\/><\/figure>\n\n\n\n<h1><a><\/a>1 \u5b89\u88c5\u65b9\u6cd5<\/h1>\n\n\n\n<p>\u5728Ubuntu disco (19.04) \/ Debian buster (stable)\u7cfb\u7edf\u4e2d\uff0c\u53ef\u4ee5\u76f4\u63a5\u4f7f\u7528apt\u5b89\u88c5<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install nvtop<\/code><\/pre>\n\n\n\n<p>\u5982\u679c\u662f\u5728\u65e7\u7684\u7cfb\u7edf\uff0c\u5982ubuntu16.04\u7b49\uff0c\u5219\u9700\u8981\u901a\u8fc7\u6e90\u7801\u5b89\u88c5\uff0c\u65b9\u6cd5\u5982\u4e0b<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><em># \u5b89\u88c5\u4f9d\u8d56<\/em>sudo apt install cmake libncurses5-dev libncursesw5-dev git <em># \u4e0b\u8f7d\u6e90\u7801<\/em>git clone https:\/\/github.com\/Syllo\/nvtop.gitmkdir -p nvtop\/build &amp;&amp; cd nvtop\/buildcmake .. <em># \u5982\u679c\u62a5\u9519\"Could NOT find NVML (missing: NVML_INCLUDE_DIRS)\"<\/em><em># \u5219\u6267\u884c\u4e0b\u8fb9\u7684\u8bed\u53e5\uff0c\u5426\u5219\u8df3\u8fc7<\/em>cmake .. -DNVML_RETRIEVE_HEADER_ONLINE=True <em># \u7f16\u8bd1<\/em>makesudo make install <\/code><\/pre>\n\n\n\n<h1><a><\/a>2 \u4f7f\u7528\u65b9\u6cd5<\/h1>\n\n\n\n<p>\u5b89\u88c5\u5b8c\u4e4b\u540e\uff0c\u53ef\u4ee5\u6267\u884cnvtop -h\u6765\u67e5\u770b\u4f7f\u7528\u65b9\u6cd5\uff0c\u4ecb\u7ecd\u7684\u5f88\u8be6\u7ec6\u4e86\uff0c\u5982\u679c\u73b0\u5b9e\u5168\u90e8\u4fe1\u606f\uff0c\u76f4\u63a5nvtop\u5c31\u53ef\u4ee5\u73b0\u5b9e\u51fa\u6211\u4eec\u4e0a\u8fb9\u7684\u7ed3\u679c<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>nvtop version 1.0.0Available options:  -d <em>--delay        : Select the refresh rate (1 == 0.1s)<\/em>  -v <em>--version      : Print the version and exit<\/em>  -s <em>--gpu-select   : Column separated list of GPU IDs to monitor<\/em>  -i <em>--gpu-ignore   : Column separated list of GPU IDs to ignore<\/em>  -p <em>--no-plot      : Disable bar plot<\/em>  -C <em>--no-color     : No colors<\/em>  -N <em>--no-cache     : Always query the system for user names and command line information<\/em>  -f <em>--freedom-unit : Use fahrenheit<\/em>  -E <em>--encode-hide  : Set encode\/decode auto hide time in seconds (default 30s, negative = always on screen)<\/em>  -h <em>--help         : Print help and exit<\/em><\/code><\/pre>\n\n\n\n<p>CUDA+PYTORCH\u5b89\u88c5\u6559\u7a0b\uff1a<\/p>\n\n\n\n<p class=\"has-text-align-center has-light-pink-background-color has-background\"><a href=\"https:\/\/www.bilibili.com\/video\/BV1LT411F77M\/?spm_id_from=333.788&amp;vd_source=dab57cea5e1b38b49ad994543c0c61bf\"><strong>\u73af\u5883\u5b89\u88c5<\/strong><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u80cc\u666f \u5728\u7528\u82f1\u4f1f\u8fbe\u663e\u5361\u505a\u6df1\u5ea6\u5b66\u4e60\u8bad\u7ec3\u6216\u63a8\u7406\u65f6\uff0c\u6211\u4eec\u5e38\u7528nvidia-smi\u6307\u4ee4\u6765\u67e5\u770b\u663e\u5361\u7684\u4f7f\u7528\u60c5\u51b5\uff0c\u5982\u56fe\u6240\u793a \u8fd9 &hellip; <a href=\"http:\/\/139.9.1.231\/index.php\/2023\/01\/27\/nvtop\/\" class=\"more-link\">\u7ee7\u7eed\u9605\u8bfb<span class=\"screen-reader-text\">\u82f1\u4f1f\u8fbe\u663e\u5361\u76d1\u63a7\u5de5\u5177nvtop &#038; \u6df1\u5ea6\u5b66\u4e60cuda+pytorch\u5b89\u88c5\u6559\u7a0b<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[3,11],"tags":[],"_links":{"self":[{"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/posts\/11838"}],"collection":[{"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/comments?post=11838"}],"version-history":[{"count":5,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/posts\/11838\/revisions"}],"predecessor-version":[{"id":11844,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/posts\/11838\/revisions\/11844"}],"wp:attachment":[{"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/media?parent=11838"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/categories?post=11838"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/tags?post=11838"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}