1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

kSar使用時の注意点(日本語FILEについて)

Posted at

sarファイルを日本語の状態で出力してしまうと
kSarでグラフ化するときにerrorになる

対応策

時->: 分->: 秒-> 平均値->Average
日付->MM/DD/YY

  • command
    • s/時/:/g
    • s/分/:/g
    • s/秒//g
    • s/平均値/Average/g
    • 日付->MM/DD/YY
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?