タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

memoryとlinuxに関するfreelabellのブックマーク (1)

  • メモリの使用量を調べるには

    メモリの使用量を調べる方法はいくつかある。その時点でのメモリの使用量だけを表示したいのなら、freeコマンドがいいだろう。 $ free total     used      free    shared   buffers    cached Mem:        255128    63880    191248         0      6412     45580 -/+ buffers/cache:    11888    243240 Swap:       136512        0    136512$ procinfo Linux 2.4.5-3 (support@kernel) (gcc 2.95.3 20010315 ) #1 1CPU [pc01] Memory:    Total      Used      Free    Shared   Buff

  • 1