Encontrar

Annonce
· Oct 31, 2024

★受賞者発表!★ 第2回 InterSystems Japan 技術文書ライティングコンテスト

開発者の皆さん、こんにちは!

📣 第2回 InterSystems Japan 技術文書ライティングコンテストの勝者が決定しましたので、発表します!📣

🥇 1位 - @Saori Murata さんが投稿された「IRIS環境設定の自動化について~インストールマニフェストの利用~

以下賞品の中からお好きな1点をお選びいただけます。

  • Apple Watch SE (第二世代, 2023)
  • SanDisk エクストリーム ポータブルSSD V2 外付け 2TB
  • Apple AirPods(第3世代)

🥈2位 - @So Ochi さんが投稿された「IRIS開発における生成AIの活用について

以下賞品の中からお好きな1点をお選びいただけます。

  • ソーダストリーム Genesis Deluxe v2(ジェネシス デラックス) スターターキット
  • moonka デジタルフォトフレーム 10.1インチ wifi 人感センサー 1280*800 32GBストレージ内蔵 タッチパネル
  • moonmoon トトノエライト 光 目覚まし時計 (トトノエライトプレーン)

🥉 3位 - @Kawasaki Kazuhito さんが投稿された「SourceControlを用いた自動ソースチェックツールについて

以下賞品の中からお好きな1点をお選びいただけます。

  • 【温熱&加圧】ホットアイマスク<EYE RELAX>
  • スタバギフトカード(5000円分)
  • パナソニック 頭皮エステ 皮脂洗浄タイプ シルバー EH-HM7A-S

🌟 参加賞 - 投稿者全員

(今回のコンテストは賞品を選択式にしてみました。1位の方は1~3位の賞品を、2位の方は2~3位の賞品をお選びいただけます。)

受賞者の皆さん、おめでとうございます!🎊 またコンテストへチャレンジいただきありがとうございます!

コンテスト表彰式は、11月8日開催のミートアップ第2部の中で行います。ご都合よろしければぜひご参加ください!

(各順位の賞品も表彰式の中でご選択いただく予定です。)

 

さて、投票結果の得点内訳ですが、コミュニティメンバーからの「いいね」の数とエキスパート得点(審査員:インターシステムズ社員投票+ボーナス得点)の合計得点での結果となります。

🥉3位が接戦でしたので、以下得点詳細をお知らせします。

 

コンテストへ記事を投稿いただいた、 @Saori Murata さん @So Ochi さん @Kawasaki Kazuhito さん @Yusuke Kojima さん @Kosaku Ikeda さん @Akio Hashimoto さん、素晴らしい内容をコミュニティメンバーに共有してくださりありがとうございました!

また、いいねで記事を応援してくださったコミュニティメンバーの皆様、ありがとうございました!

 

日本、アメリカ、中国、etc..国を問わずインターシステムズ開発者コミュニティのコンテストはどこかで何かを開催しております。最近ではコンテスト以外にもアイデアを出し合うアイデアソン、コーディングではなくウォーキングにチャレンジするウォーキングチャレンジなども開催しています。

コミュニティメンバーの方ならどなたでもご参加いただけます。各国のコミュニティページもぜひ、覗いてみてください👀

今後も日本独自のコンテストを企画できたら!と思っておりますので、ぜひコミュニティのお知らせ記事に今後もご注目ください!

Discussion (0)1
Connectez-vous ou inscrivez-vous pour continuer
Article
· Oct 31, 2024 2m de lecture

第七章 在 I O 命令中指定设备

第七章 在 I/O 命令中指定设备

当使用 I/O 命令OPENUSECLOSE在除正在使用的设备之外的任何设备上处理 I/O 时,必须指定一个 I/O 设备。可以根据设备类型以三种方式之一指定设备,如下表所示。

Discussion (0)1
Connectez-vous ou inscrivez-vous pour continuer
Question
· Oct 31, 2024

How to call a ClassMethod in Business Process

In a Business Process (Ens.BusinessProcessBPL), how can you correctly call a classMethod?


I know we can call it in a block <code>  :

Or in a <assign>

Are there other ways and/or good practices?

Thanks

Corentin

6 Comments
Discussion (6)2
Connectez-vous ou inscrivez-vous pour continuer
Discussion
· Oct 31, 2024

Is anyone using IPM on a version earlier than 2022.1?

Is anyone using the IPM client (e.g., running commands like zpm "install somepackagename") on an IRIS version earlier than 2022.1?

We're thinking about raising the minimum supported version so we can use Embedded Python in IPM. I'm curious if this would impact anyone. Of course, you'd be able to continue to use an earlier version of IPM.

3 Comments
Discussion (3)2
Connectez-vous ou inscrivez-vous pour continuer
Question
· Oct 31, 2024

Why does RAM usage differ between /api/monitor/metrics (Prometheus) and Zabbix?

I built a monitoring system in Grafana using the IRIS API /api/monitor/metrics (reading with Prometheus) but I noticed that the RAM usage shown was below that shown by the operating system.
I installed the Zabbix agent and the usage values ​​were higher, but with a line with the same highs and lows but shifted.
The metric in the API is iris_phys_mem_percent_used, described as "Percent of physical memory (RAM) currently in use", in Zabbix it is the Item tag: "component: memory" item: "Memory utilization".


Image below of the graphs in Grafana:

Using the command "free -h" the server returns:

            total        used        free         shared     buff/cache   available
Mem:  15Gi       8.1Gi        6.8Gi       3.2Gi        3.7Gi              7.0Gi
 

What exactly does the iris_phys_mem_percent_used metric return?
Would it be the use of physical memory exclusively by IRIS? If so, is there any other metric in the IRIS API that returns the total RAM usage of the server?

2 Comments
Discussion (2)2
Connectez-vous ou inscrivez-vous pour continuer