An integer value. If it exists, the values are from 0 to MAXINT . It supports two types of search syntaxes.
X:Matches all fields with preciselyX. For example,modload_count:34for processes with exactly 34 modloads.[X TO Y]:Matches all fields with counts>= Xand<= Y. For example,modload_count:[1 TO 10]for processes with 1 to 10 modloads.
In both cases, either X or Y can be replaced by the wildcard *. For example:
netconn_count:* for any process where the netconn_count field exists.
netconn_count:[10 TO *] for any process with more than 10 network connections.